Searched refs:to_hex (Results 1 – 4 of 4) sorted by relevance
33 static int to_hex(int c) in to_hex() function47 return to_hex(c) >= 0; in is_hex()120 while ((digit = to_hex(*str)) >= 0) in FindHex()
181 static char to_hex(int ch) { in to_hex() function189 return to_hex( mrand(rd) ); in random_hex_char()
382 std::string to_hex(const std::vector<uint8_t>& data) { in to_hex() function439 << "Got: '" << to_hex(vec_data) << "' " in EseHwTransmit()440 << "Expected: '" << to_hex(invocation.expected_tx) << "'"; in EseHwTransmit()
1264 to_hex (unsigned char ch, unsigned char *s) in to_hex() function1420 to_hex(data[in], &odata[out]); in binascii_b2a_qp()1436 to_hex(ch, &odata[out]); in binascii_b2a_qp()