Home
last modified time | relevance | path

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

/third_party/f2fs-tools/tools/debug_tools/
H A Dfsck_debug.c39 #define HEX_SHIFT_4 4 macro
56 line[k++] = hex_ascii[(i >> HEX_SHIFT_4) & HEX_MASK]; in hex_info_dump()
61 line[k++] = hex_ascii[(buf[i + j] >> HEX_SHIFT_4) & HEX_MASK]; in hex_info_dump()

Completed in 1 milliseconds