Searched refs:bytes8 (Results 1 – 4 of 4) sorted by relevance
27 const uint8_t* bytes8 = static_cast<const uint8_t*>(bytes); in hexString() local33 result[2 * i] = chars[bytes8[i] >> 4]; in hexString()34 result[2 * i + 1] = chars[bytes8[i] & 0xf]; in hexString()
36 const uint8_t* bytes8 = static_cast<const uint8_t*>(bytes); in hexString() local42 result[2 * i] = chars[bytes8[i] >> 4]; in hexString()43 result[2 * i + 1] = chars[bytes8[i] & 0xf]; in hexString()
32 const uint8_t* bytes8 = static_cast<const uint8_t*>(bytes); in hexString() local38 result[2 * i] = chars[bytes8[i] >> 4]; in hexString()39 result[2 * i + 1] = chars[bytes8[i] & 0xf]; in hexString()