Searched refs:bitsPerByte (Results 1 – 1 of 1) sorted by relevance
37 const uint8_t bitsPerByte = 8; in bejIntLengthOfValue() local39 uint8_t currentByte = (val >> (bitsPerByte * byteIndex)) & 0xFF; in bejIntLengthOfValue()46 currentByte = (val >> (bitsPerByte * byteIndex)) & 0xFF; in bejIntLengthOfValue()