Searched refs:hex_asc_lo (Results 1 – 17 of 17) sorted by relevance
576 btext_drawchar(hex_asc_lo(v >> 56)); in btext_drawhex()578 btext_drawchar(hex_asc_lo(v >> 48)); in btext_drawhex()580 btext_drawchar(hex_asc_lo(v >> 40)); in btext_drawhex()582 btext_drawchar(hex_asc_lo(v >> 32)); in btext_drawhex()585 btext_drawchar(hex_asc_lo(v >> 24)); in btext_drawhex()587 btext_drawchar(hex_asc_lo(v >> 16)); in btext_drawhex()589 btext_drawchar(hex_asc_lo(v >> 8)); in btext_drawhex()591 btext_drawchar(hex_asc_lo(v)); in btext_drawhex()
123 *buf++ = hex_asc_lo(filetype >> 8); in append_filetype_suffix()124 *buf++ = hex_asc_lo(filetype >> 4); in append_filetype_suffix()125 *buf++ = hex_asc_lo(filetype >> 0); in append_filetype_suffix()
56 str[4] = hex_asc_lo(id >> 8); in pnp_eisa_id_to_string()58 str[6] = hex_asc_lo(id); in pnp_eisa_id_to_string()
167 dbg_io_ops->write_char(hex_asc_lo(checksum)); in put_packet()1128 buffer[2] = hex_asc_lo(status); in gdbstub_exit()1141 dbg_io_ops->write_char(hex_asc_lo(checksum)); in gdbstub_exit()
179 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()
235 hex[j++] = hex_asc_lo(data[i]);
430 *out = hex_asc_lo(c); in escape_hex()
859 *buf = hex_asc_lo(addr[i]); in hex_string()1101 *p++ = hex_asc_lo(hi); in ip6_compressed_string()1107 *p++ = hex_asc_lo(lo); in ip6_compressed_string()
612 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro618 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
187 *out++ = toupper(hex_asc_lo(*in)); in decode_ie()260 dbgline[3 * i + 1] = hex_asc_lo(data[12 + i]); in dump_rawmsg()281 dbgline[3 * i + 1] = hex_asc_lo(data[i]); in dump_rawmsg()310 *pout++ = hex_asc_lo(*ie); in format_ie()
235 dbgline[i++] = hex_asc_lo(c); in dump_bytes()
717 get_buf[count + 3] = hex_asc_lo(checksum); in fill_get_buf()
584 hbuffer[k++] = hex_asc_lo(payload->src_hw[j]); in arp_print()
1159 *t++ = hex_asc_lo(p[i]); in QuickHex()
1359 hbuffer[k++] = hex_asc_lo(n->ha[j]); in arp_format_neigh_entry()
1730 string[i * 3 + 1] = hex_asc_lo(addr->a[i]); in addr_to_string()
1658 PUTBYTE_TO_STATUS(card, hex_asc_lo(*p)); in handle_dtrace_data()