Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dtest_printf.c206 #define PTR_WIDTH 16 macro
220 if (nchars != PTR_WIDTH) in plain_format()
223 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) { in plain_format()
237 #define PTR_WIDTH 8 macro
259 if (nchars != PTR_WIDTH) in plain_hash()
262 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) { in plain_hash()
268 if (strncmp(buf, PTR_STR, PTR_WIDTH) == 0) in plain_hash()