Home
last modified time | relevance | path

Searched refs:t_func (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h71 # define C_ASM_TAIL_CALL(t_func, i_func) \ argument
72 "lui $t8, %hi(%neg(%gp_rel(" t_func ")))\n" \
74 "daddiu $t8, $t8, %lo(%neg(%gp_rel(" t_func ")))\n" \
78 # define C_ASM_TAIL_CALL(t_func, i_func) \ argument
85 # define C_ASM_TAIL_CALL(t_func, i_func) \ argument
/freebsd/tools/tools/syscall_timing/
H A Dsyscall_timing.c918 uintmax_t (*t_func)(uintmax_t, uintmax_t, const char *); member
1134 the_test->t_func(iterations, the_test->t_int, path); in main()
1137 calls = the_test->t_func(iterations, the_test->t_int, in main()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c58 t_func, t_macro enumerator
195 #define TFUNC(arg,ret,name,tolerance) { t_func, arg, ret, (void*)&name, m_none, tolerance, #name }
196 #define TFUNCARM(arg,ret,name,tolerance) { t_func, arg, ret, (void*)& ARM_PREFIX(name), m_none, tol…
1067 if(t.func->type == t_func) { in runtest()