Searched refs:NUMS_PER_LINE (Results 1 – 1 of 1) sorted by relevance
299 constexpr const int NUMS_PER_LINE = 16; in HexdumpOutput() local307 …if (fprintf(out, "%s0x%02x", (writeCount % NUMS_PER_LINE) ? ", " : &",\n "[PRINT_SKIP_STEP * !w… in HexdumpOutput()