Searched refs:NO_LEN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_bitmap.c | 301 #define NO_LEN 0x2 macro 419 {0, "badf00d,deadbeef,1,0", &parse_test2[2 * 2 * step], 124, NO_LEN}, 442 size_t len = test.flags & NO_LEN ? UINT_MAX : strlen(test.in); in test_bitmap_parse()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_bitmap.c | 361 #define NO_LEN 0x2 macro 558 {0, "badf00d,deadbeef,1,0", &parse_test2[2 * 2 * step], 124, NO_LEN}, 581 size_t len = test.flags & NO_LEN ? UINT_MAX : strlen(test.in); in test_bitmap_parse()
|
Completed in 3 milliseconds