Searched refs:hex_asc_hi (Results 1 – 14 of 14) sorted by relevance
567 btext_drawchar(hex_asc_hi(v >> 56)); in btext_drawhex()569 btext_drawchar(hex_asc_hi(v >> 48)); in btext_drawhex()571 btext_drawchar(hex_asc_hi(v >> 40)); in btext_drawhex()573 btext_drawchar(hex_asc_hi(v >> 32)); in btext_drawhex()576 btext_drawchar(hex_asc_hi(v >> 24)); in btext_drawhex()578 btext_drawchar(hex_asc_hi(v >> 16)); in btext_drawhex()580 btext_drawchar(hex_asc_hi(v >> 8)); in btext_drawhex()582 btext_drawchar(hex_asc_hi(v)); in btext_drawhex()
55 str[3] = hex_asc_hi(id >> 8); in pnp_eisa_id_to_string()57 str[5] = hex_asc_hi(id); in pnp_eisa_id_to_string()
166 dbg_io_ops->write_char(hex_asc_hi(checksum)); in put_packet()1128 buffer[1] = hex_asc_hi(status); in gdbstub_exit()1141 dbg_io_ops->write_char(hex_asc_hi(checksum)); in gdbstub_exit()
172 linebuf[lx++] = hex_asc_hi(ch); in hex_dump_to_buffer()
238 hex[j++] = hex_asc_hi(data[i]);
429 *out = hex_asc_hi(c); in escape_hex()
1098 *buf = hex_asc_hi(addr[i]); in hex_string()
610 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro614 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
183 *out++ = toupper(hex_asc_hi(*++in)); in decode_ie()256 dbgline[3 * i] = hex_asc_hi(data[12 + i]); in dump_rawmsg()277 dbgline[3 * i] = hex_asc_hi(data[i]); in dump_rawmsg()306 *pout++ = hex_asc_hi(*++ie); in format_ie()
231 dbgline[i++] = hex_asc_hi(c); in dump_bytes()
704 get_buf[count + 2] = hex_asc_hi(checksum); in fill_get_buf()
593 hbuffer[k++] = hex_asc_hi(payload->src_hw[j]); in arp_print()
1356 hbuffer[k++] = hex_asc_hi(n->ha[j]); in arp_format_neigh_entry()
1725 string[i * 3] = hex_asc_hi(addr->a[i]); in addr_to_string()