Home
last modified time | relevance | path

Searched refs:ascii_column (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/lib/
Dhexdump.c113 int ascii_column; in hex_dump_to_buffer() local
127 ascii_column = rowsize * 2 + rowsize / groupsize + 1; in hex_dump_to_buffer()
187 while (lx < ascii_column) { in hex_dump_to_buffer()
204 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer()