Searched refs:HALF_BYTE_BITS (Results 1 – 2 of 2) sorted by relevance
52 result.push_back(hexKeys[(src[i] & 0xF0) >> HALF_BYTE_BITS]); in BytesVecToHexString()62 result.push_back(hexKeys[(src & 0xF0) >> HALF_BYTE_BITS]); in UnsignedCharToHexString()
25 const static uint32_t HALF_BYTE_BITS = 4; variable