Home
last modified time | relevance | path

Searched refs:LINE_MAX_INTS (Results 1 - 1 of 1) sorted by relevance

/third_party/f2fs-tools/tools/debug_tools/
H A Dfsck_debug.c35 #define LINE_MAX_INTS 16 macro
51 for (i = 0; i < len; i += LINE_MAX_INTS) { in hex_info_dump()
52 line_len = rest > LINE_MAX_INTS ? LINE_MAX_INTS : rest; in hex_info_dump()

Completed in 1 milliseconds