Searched refs:tohex (Results 1 – 2 of 2) sorted by relevance
95 static inline int tohex(int v) in tohex() function
85 g_string_append_c(buf, tohex(c >> 4)); in gdb_memtohex()86 g_string_append_c(buf, tohex(c & 0xf)); in gdb_memtohex()123 line_buffer[hex_col + 0] = tohex((value >> 4) & 0xF); in hexdump()124 line_buffer[hex_col + 1] = tohex((value >> 0) & 0xF); in hexdump()156 footer[1] = tohex((csum >> 4) & 0xf); in gdb_put_packet_binary()157 footer[2] = tohex((csum) & 0xf); in gdb_put_packet_binary()