Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibbitmask.c115 #define HEXCHARSZ 8 /* hex ascii format has up to 8 chars per chunk */ macro
143 sep, HEXCHARSZ, val); in bitmask_displayhex()
243 /* We should have consumed 1 to 8 (HEXCHARSZ) chars */ in bitmask_parsehex()
245 if (nchars_read < 1 || nchars_read > HEXCHARSZ) in bitmask_parsehex()

Completed in 2 milliseconds