Home
last modified time | relevance | path

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

/Linux-v4.19/tools/time/
Dudelay_test.sh29 test_one() function
50 test_one $delay
53 test_one $delay
56 test_one $delay
/Linux-v4.19/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c32 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() function
111 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase()
114 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase()
139 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase()
142 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase()
Dstrlen.c15 static void test_one(char *s) in test_one() function
72 test_one(s); in testcase()
88 test_one(s); in testcase()
/Linux-v4.19/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c366 static int test_one(struct test *test) in test_one() function
399 ret = test_one(test); in test_vphn()