Searched refs:test (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | crc32.c | 791 } test[] = variable 1012 bytes += 2*test[i].length; 1014 crc ^= __crc32c_le(test[i].crc, test_buf + 1015 test[i].start, test[i].length); 1024 if (test[i].crc32c_le != __crc32c_le(test[i].crc, test_buf + 1025 test[i].start, test[i].length)) 1063 bytes += 2*test[i].length; 1065 crc ^= crc32_le(test[i].crc, test_buf + 1066 test[i].start, test[i].length); 1068 crc ^= crc32_be(test[i].crc, test_buf + [all …]
|
D | test-kstrtox.c | 5 #define for_each_test(i, test) \ argument 6 for (i = 0; i < sizeof(test) / sizeof(test[0]); i++) 13 #define DEFINE_TEST_FAIL(test) \ argument 14 const struct test_fail test[] __initconst 23 #define DEFINE_TEST_OK(type, test) \ argument 24 const type test[] __initconst 26 #define TEST_FAIL(fn, type, fmt, test) \ argument 30 for_each_test(i, test) { \ 31 const struct test_fail *t = &test[i]; \ 45 #define TEST_OK(fn, type, fmt, test) \ argument [all …]
|
D | Kconfig.kgdb | 32 bool "KGDB: internal test suite" 35 This is a kgdb I/O module specifically designed to test 56 This is the command string to send the kgdb test suite on
|
D | Kconfig.debug | 503 tristate "Simple test for the kernel memory leak detector" 676 Say Y here if you want the kernel to run a short self-test during 677 bootup. The self-test checks whether common types of locking bugs 815 bool "Linked list sorting test" 818 Enable this to turn on 'list_sort()' function test. This test is 1048 tristate "Self test for the backtrace code" 1052 This option provides a kernel module that can be used to test 1057 Note that if you want to also test saved backtraces, you will 1136 specified notifier chain callbacks. It is useful to test the error 1145 This option provides a kernel module that can be used to test [all …]
|
D | Kconfig | 90 bool "CRC32 perform self test on init" 95 self test on initialization. The self test computes crc32_le
|