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

/linux-master/lib/
H A Dtest_printf.c214 #define PTR_WIDTH 16 macro
229 if (nchars != PTR_WIDTH)
232 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) {
246 #define PTR_WIDTH 8 macro
269 if (nchars != PTR_WIDTH)
272 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) {
291 if (strncmp(buf, PTR_STR, PTR_WIDTH) == 0)

Completed in 113 milliseconds