Searched refs:hex_asc_hi (Results 1 – 6 of 6) sorted by relevance
559 btext_drawchar(hex_asc_hi(v >> 56)); in btext_drawhex()561 btext_drawchar(hex_asc_hi(v >> 48)); in btext_drawhex()563 btext_drawchar(hex_asc_hi(v >> 40)); in btext_drawhex()565 btext_drawchar(hex_asc_hi(v >> 32)); in btext_drawhex()568 btext_drawchar(hex_asc_hi(v >> 24)); in btext_drawhex()570 btext_drawchar(hex_asc_hi(v >> 16)); in btext_drawhex()572 btext_drawchar(hex_asc_hi(v >> 8)); in btext_drawhex()574 btext_drawchar(hex_asc_hi(v)); in btext_drawhex()
9 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro13 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
165 dbg_io_ops->write_char(hex_asc_hi(checksum)); in put_packet()1139 buffer[1] = hex_asc_hi(status); in gdbstub_exit()1152 dbg_io_ops->write_char(hex_asc_hi(checksum)); in gdbstub_exit()
283 hex[j++] = hex_asc_hi(data[i]);
491 *out = hex_asc_hi(c); in escape_hex()
1434 hbuffer[k++] = hex_asc_hi(n->ha[j]); in arp_format_neigh_entry()