Searched refs:hex_asc_hi (Results 1 – 20 of 20) sorted by relevance
574 btext_drawchar(hex_asc_hi(v >> 56)); in btext_drawhex()576 btext_drawchar(hex_asc_hi(v >> 48)); in btext_drawhex()578 btext_drawchar(hex_asc_hi(v >> 40)); in btext_drawhex()580 btext_drawchar(hex_asc_hi(v >> 32)); in btext_drawhex()583 btext_drawchar(hex_asc_hi(v >> 24)); in btext_drawhex()585 btext_drawchar(hex_asc_hi(v >> 16)); in btext_drawhex()587 btext_drawchar(hex_asc_hi(v >> 8)); in btext_drawhex()589 btext_drawchar(hex_asc_hi(v)); in btext_drawhex()
363 gdbstub_io_tx_char(hex_asc_hi(checksum)); in putpacket()1274 hx = hex_asc_hi(excep >> 8); in gdbstub()1278 hx = hex_asc_hi(excep); in gdbstub()1292 hx = hex_asc_hi(bcberr >> 24); in gdbstub()1296 hx = hex_asc_hi(bcberr >> 16); in gdbstub()1300 hx = hex_asc_hi(bcberr >> 8); in gdbstub()1304 hx = hex_asc_hi(bcberr); in gdbstub()1365 output_buffer[1] = hex_asc_hi(sigval); in gdbstub()1817 output_buffer[1] = hex_asc_hi(status); in gdbstub_exit()1832 gdbstub_io_tx_char(hex_asc_hi(checksum)); in gdbstub_exit()
54 str[3] = hex_asc_hi(id >> 8); in pnp_eisa_id_to_string()56 str[5] = hex_asc_hi(id); in pnp_eisa_id_to_string()
383 gdbstub_tx_char(hex_asc_hi(checksum)); in gdbstub_send_packet()1499 hx = hex_asc_hi(brr >> 24); in gdbstub()1503 hx = hex_asc_hi(brr >> 16); in gdbstub()1507 hx = hex_asc_hi(brr >> 8); in gdbstub()1511 hx = hex_asc_hi(brr); in gdbstub()1572 output_buffer[1] = hex_asc_hi(sigval); in gdbstub()2112 gdbstub_tx_char(hex_asc_hi(checksum)); in gdbstub_exit()
585 putDebugChar(hex_asc_hi(checksum)); in putpacket()880 remcomOutBuffer[1] = hex_asc_hi(sigval); in handle_exception()
165 dbg_io_ops->write_char(hex_asc_hi(checksum)); in put_packet()1126 buffer[1] = hex_asc_hi(status); in gdbstub_exit()1139 dbg_io_ops->write_char(hex_asc_hi(checksum)); in gdbstub_exit()
174 linebuf[lx++] = hex_asc_hi(ch); in hex_dump_to_buffer()
233 hex[j++] = hex_asc_hi(data[i]);
423 *out = hex_asc_hi(c); in escape_hex()
790 *buf = hex_asc_hi(addr[i]); in hex_string()
490 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro494 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
822 putDebugChar(hex_asc_hi(checksum)); in putpacket()1488 output_buffer[1] = hex_asc_hi(sigval); in handle_exception()
186 *out++ = toupper(hex_asc_hi(*++in)); in decode_ie()259 dbgline[3 * i] = hex_asc_hi(data[12 + i]); in dump_rawmsg()280 dbgline[3 * i] = hex_asc_hi(data[i]); in dump_rawmsg()309 *pout++ = hex_asc_hi(*++ie); in format_ie()
234 dbgline[i++] = hex_asc_hi(c); in dump_bytes()
710 get_buf[count + 2] = hex_asc_hi(checksum); in fill_get_buf()
493 hbuffer[k++] = hex_asc_hi(payload->src_hw[j]); in arp_print()
1158 *t++ = hex_asc_hi(p[i]); in QuickHex()
1268 hbuffer[k++] = hex_asc_hi(n->ha[j]); in arp_format_neigh_entry()
1730 string[i * 3] = hex_asc_hi(addr->a[i]); in addr_to_string()
1656 PUTBYTE_TO_STATUS(card, hex_asc_hi(*p)); in handle_dtrace_data()