Searched refs:char2hex (Results 1 – 1 of 1) sorted by relevance
83 char2hex(unsigned char c) in char2hex() function99 return (char2hex(str[0]) << 4) | char2hex(str[1]); in str2hex()111 x += char2hex(*str); in str2ulong()195 received_csum = char2hex(gdb_io_read(ctx)) * 16 + in attempt_receive_packet()196 char2hex(gdb_io_read(ctx)); in attempt_receive_packet()
Completed in 2 milliseconds