Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dprintf_kunit.c222 #define ZEROS "00000000" /* hex 32 zero bits */ macro
231 #define ZEROS "" macro
265 KUNIT_EXPECT_MEMEQ(kunittest, buf, ZEROS, strlen(ZEROS)); in hash_pointer()
285 test(ZEROS "00000000", "%p", NULL); in null_pointer()
286 test(ZEROS "00000000", "%px", NULL); in null_pointer()
307 test(ZEROS "000000ab", "%px", PTR_INVALID); in invalid_pointer()