Searched refs:rowlen (Results 1 – 1 of 1) sorted by relevance
866 int ch, rowlen; in dump_hex_printable() local875 rowlen = (len > 16) ? 16 : (int)len; in dump_hex_printable()876 len -= rowlen; in dump_hex_printable()887 } while (--rowlen); in dump_hex_printable()