Searched refs:HexEncode (Results 1 – 1 of 1) sorted by relevance
125 static inline uint32_t HexEncode(uint32_t v) in HexEncode() function181 buf[off] = (char) HexEncode(value[i] >> 4); // higher 4 bits of the char byte in EncodeComp()183 buf[off] = (char) HexEncode(value[i]); // lower 4 bits of the char byte in EncodeComp()