Home
last modified time | relevance | path

Searched defs:test (Results 1 – 9 of 9) sorted by relevance

/lib/
Dtest-kstrtox.c5 #define for_each_test(i, test) \ argument
13 #define DEFINE_TEST_FAIL(test) \ argument
23 #define DEFINE_TEST_OK(type, test) \ argument
26 #define TEST_FAIL(fn, type, fmt, test) \ argument
45 #define TEST_OK(fn, type, fmt, test) \ argument
Dtest_hexdump.c68 int groupsize, char *test, in test_hexdump_prepare_test()
128 char test[TEST_HEXDUMP_BUF_SIZE]; in test_hexdump() local
164 char test[TEST_HEXDUMP_BUF_SIZE]; in test_hexdump_overflow() local
Dglobtest.c19 static bool __pure __init test(char const *pat, char const *str, bool expected) in test() function
Dtest_string.c184 int test, subtest; in string_selftest_init() local
Dtest_bpf.c78 } test[MAX_SUBTESTS]; member
6500 static void *generate_test_data(struct bpf_test *test, int sub) in generate_test_data()
6546 static void release_test_data(const struct bpf_test *test, void *data) in release_test_data()
6678 static int run_one(const struct bpf_prog *fp, struct bpf_test *test) in run_one()
Dtest_user_copy.c34 #define test(condition, msg, ...) \ macro
Dcrc32test.c558 } const test[] __initconst = variable
Datomic64_test.c36 #define FAMILY_TEST(test, bit, op, args...) \ argument
Dtest_printf.c132 #define test(expect, fmt, ...) \ macro