MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / BitsToBytes

Function BitsToBytes

extra/yassl/taocrypt/include/misc.hpp:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292/*************** helpers *****************************/
293
294inline unsigned int BitsToBytes(unsigned int bitCount)
295{
296 return ((bitCount+7)/(8));
297}
298
299inline unsigned int BytesToWords(unsigned int byteCount)
300{

Callers 2

SSL_DecryptFunction · 0.85
PaddedBlockByteLengthMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected