Home
last modified time | relevance | path

Searched refs:testfunc (Results 1 – 25 of 65) sorted by relevance

123

/external/igt-gpu-tools/lib/tests/
Digt_exit_handler.c63 static int testfunc(enum test_type test_type) in testfunc() function
117 internal_assert(testfunc(SUC) == 0); in main()
119 internal_assert(testfunc(NORMAL) == 0); in main()
121 status = testfunc(FAIL); in main()
124 status = testfunc(SKIP); in main()
127 status = testfunc(SIG); in main()
/external/flac/microbench/
Dutil.c55 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function()
63 testfunc(); in benchmark_function()
85 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function()
93 testfunc(); in benchmark_function()
122 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function()
129 testfunc () ; in benchmark_function()
158 benchmark_function (void (*testfunc) (void), unsigned count) in benchmark_function()
165 testfunc () ; in benchmark_function()
187 times [k] = benchmark_function (stats->testfunc, stats->loop_count) ; in benchmark_stats()
Dutil.h35 { void (*testfunc) (void) ; member
41 double benchmark_function (void (*testfunc) (void), unsigned count) ;
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dmalloc-no-intercept.c25 #undef testfunc
26 #define testfunc nonexistent_function macro
29 void testfunc(void);
33 testfunc(); in main()
/external/llvm-project/llvm/test/Transforms/GlobalDCE/
D2003-07-01-SelfReference.ll4 ; CHECK-NOT: testfunc
8 define internal i1 @testfunc() {
10 %c = icmp eq i1 ()* %F, @testfunc ; <i1> [#uses=1]
/external/llvm/test/Transforms/GlobalDCE/
D2003-07-01-SelfReference.ll4 ; CHECK-NOT: testfunc
8 define internal i1 @testfunc() {
10 %c = icmp eq i1 ()* %F, @testfunc ; <i1> [#uses=1]
/external/llvm-project/llvm/test/Transforms/Mem2Reg/
DConvertDebugInfo.ll3 define double @testfunc(i32 %i, double %j) nounwind ssp !dbg !1 {
39 !1 = distinct !DISubprogram(name: "testfunc", linkageName: "testfunc", line: 2, isLocal: false, isD…
40 !2 = !DIFile(filename: "testfunc.c", directory: "/tmp")
50 !12 = !DIFile(filename: "testfunc.c", directory: "/tmp")
Doptnone.ll5 ; CHECK-LABEL: @testfunc
8 define double @testfunc(i32 %i, double %j) optnone noinline {
/external/llvm/test/Transforms/Mem2Reg/
DConvertDebugInfo.ll3 define double @testfunc(i32 %i, double %j) nounwind ssp !dbg !1 {
39 !1 = distinct !DISubprogram(name: "testfunc", linkageName: "testfunc", line: 2, isLocal: false, isD…
40 !2 = !DIFile(filename: "testfunc.c", directory: "/tmp")
50 !12 = !DIFile(filename: "testfunc.c", directory: "/tmp")
Doptnone.ll5 ; CHECK-LABEL: @testfunc
8 define double @testfunc(i32 %i, double %j) optnone noinline {
/external/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid01.c56 static void (*testfunc[])(void) = { setpgid_test1, setpgid_test2}; variable
57 int TST_TOTAL = ARRAY_SIZE(testfunc);
71 (*testfunc[i])(); in main()
/external/ltp/testcases/kernel/syscalls/munmap/
Dmunmap03.c58 static void (*testfunc[])(void) = { test_einval1, test_einval2, test_einval3 }; variable
59 int TST_TOTAL = ARRAY_SIZE(testfunc);
73 (*testfunc[i])(); in main()
/external/python/cpython2/Lib/test/
Dtest_quopri.py47 def withpythonimplementation(testfunc): argument
50 testfunc(self)
58 testfunc(self)
62 newtest.__name__ = testfunc.__name__
/external/ltp/testcases/kernel/syscalls/rename/
Drename11.c66 static void (*testfunc[])(void) = { test_eloop, test_erofs, test_emlink }; variable
68 int TST_TOTAL = ARRAY_SIZE(testfunc);
82 (*testfunc[i])(); in main()
/external/python/cpython3/Lib/test/
Dtest_quopri.py46 def withpythonimplementation(testfunc): argument
49 testfunc(self)
57 testfunc(self)
61 newtest.__name__ = testfunc.__name__
/external/ltp/testcases/kernel/syscalls/getdents/
Dgetdents02.c62 static void (*testfunc[])(void) = { test_ebadf, test_einval, variable
65 int TST_TOTAL = ARRAY_SIZE(testfunc);
92 (*testfunc[i])(); in main()
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv07.c39 static void (*testfunc[])(void) = { test_msg_except, test_msg_noerror }; variable
42 int TST_TOTAL = ARRAY_SIZE(testfunc);
57 (*testfunc[i])(); in main()
/external/ltp/testcases/network/lib6/
Din6_01.c46 static void (*testfunc[])(void) = { test_in6_addr, variable
187 testfunc[i](); in do_test()
191 .tcnt = ARRAY_SIZE(testfunc),
Din6_02.c38 static void (*testfunc[])(void) = { if_nametoindex_test, if_indextoname_test, variable
250 testfunc[i](); in do_test()
254 .tcnt = ARRAY_SIZE(testfunc),
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c72 static void (*testfunc[])(void) = { variable
82 int TST_TOTAL = ARRAY_SIZE(testfunc);
97 (*testfunc[i])(); in main()
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c51 static void (*testfunc[])(void) = { testfunc_protnone, testfunc_protexec }; variable
54 int TST_TOTAL = ARRAY_SIZE(testfunc);
74 (*testfunc[i])(); in main()
/external/llvm-project/polly/test/ScopInfo/
Dfortran_array_param_nonmalloc_nonvectored.ll4 ; This testcase is the corresponding LLVM for testfunc:
8 ; CALL testfunc(xs, 10)
31 define internal void @testfunc(%"struct.array1_integer(kind=4)"* noalias %xs, i32* noalias %n) {
/external/llvm-project/mlir/test/IR/
Doperand.mlir39 func @testfunc(%arg0: i32) {
45 call @testfunc(%0) : (f32) -> ()
/external/kmod/testsuite/
Dtestsuite.h27 typedef int (*testfunc)(const struct test *t); typedef
106 testfunc func;
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c73 static void (*testfunc[])(void) = { variable
81 int TST_TOTAL = ARRAY_SIZE(testfunc);
96 (*testfunc[i])(); in main()

123