Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h61 # define C_ASM_TAIL_CALL(t_func, i_func) \ argument
62 "lui $t8, %hi(%neg(%gp_rel(" t_func ")))\n" \
64 "daddiu $t8, $t8, %lo(%neg(%gp_rel(" t_func ")))\n" \
68 # define C_ASM_TAIL_CALL(t_func, i_func) \ argument
75 # define C_ASM_TAIL_CALL(t_func, i_func) \ argument
/freebsd-14.2/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-14.2/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()