Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.cpp299 constexpr const int NUMS_PER_LINE = 16; in HexdumpOutput() local
307 …if (fprintf(out, "%s0x%02x", (writeCount % NUMS_PER_LINE) ? ", " : &",\n "[PRINT_SKIP_STEP * !w… in HexdumpOutput()