Searched refs:PTR_WIDTH (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_printf.c | 212 #define PTR_WIDTH 16 macro 227 if (nchars != PTR_WIDTH) in plain_format() 230 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) { in plain_format() 244 #define PTR_WIDTH 8 macro 267 if (nchars != PTR_WIDTH) in plain_hash_to_buffer() 270 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) { in plain_hash_to_buffer() 289 if (strncmp(buf, PTR_STR, PTR_WIDTH) == 0) in plain_hash()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_printf.c | 214 #define PTR_WIDTH 16 macro 229 if (nchars != PTR_WIDTH) in plain_format() 232 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) { in plain_format() 246 #define PTR_WIDTH 8 macro 269 if (nchars != PTR_WIDTH) in plain_hash_to_buffer() 272 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) { in plain_hash_to_buffer() 291 if (strncmp(buf, PTR_STR, PTR_WIDTH) == 0) in plain_hash()
|
Completed in 3 milliseconds