Searched refs:hex_col (Results 1 – 1 of 1) sorted by relevance
117 size_t hex_col = byte_ofs * 3 + col_group; in hexdump() local123 line_buffer[hex_col + 0] = tohex((value >> 4) & 0xF); in hexdump()124 line_buffer[hex_col + 1] = tohex((value >> 0) & 0xF); in hexdump()