Searched refs:FUNC (Results 1 - 25 of 34) sorted by relevance

12

/haiku-fatelf/src/system/kernel/arch/mips/
H A Darch_asm.S5 #define FUNC(name) .align 2 ; .globl name ; name: define
8 FUNC(reboot)
10 FUNC(atomic_add)
12 FUNC(atomic_and)
14 FUNC(atomic_or)
17 FUNC(test_and_set)
19 FUNC(disable_exceptions)
21 FUNC(enable_exceptions)
23 FUNC(arch_int_restore_interrupts)
25 FUNC(arch_int_enable_interrupt
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/m68k/
H A De_acosf.c1 #ifndef FUNC
2 #define FUNC __ieee754_acosf macro
H A De_acosl.c1 #ifndef FUNC
2 #define FUNC __ieee754_acosl macro
H A Ds_atanf.c1 #ifndef FUNC
2 #define FUNC atanf macro
H A Ds_atanl.c1 #ifndef FUNC
2 #define FUNC atanl macro
H A De_acos.c23 #ifndef FUNC
24 #define FUNC __ieee754_acos macro
31 FUNC (x) function
34 return __m81_u(FUNC)(x);
H A De_asin.c1 #define FUNC __ieee754_asin macro
H A De_asinf.c1 #define FUNC __ieee754_asinf macro
H A De_asinl.c1 #define FUNC __ieee754_asinl macro
H A De_sqrt.c1 #define FUNC __ieee754_sqrt macro
H A De_sqrtf.c1 #define FUNC __ieee754_sqrtf macro
H A De_sqrtl.c1 #define FUNC __ieee754_sqrtl macro
H A Ds_fabs.c1 #define FUNC fabs macro
H A Ds_fabsf.c1 #define FUNC fabsf macro
H A Ds_fabsl.c1 #define FUNC fabsl macro
H A Ds_nearbyint.c1 #define FUNC nearbyint macro
H A Ds_nearbyintf.c1 #define FUNC nearbyintf macro
H A Ds_nearbyintl.c1 #define FUNC nearbyintl macro
H A Ds_rint.c1 #define FUNC rint macro
H A Ds_rintf.c1 #define FUNC rintf macro
H A Ds_atan.c21 #ifndef FUNC
22 #define FUNC atan macro
31 __CONCATX(__,FUNC) (x)
34 return __m81_u(__CONCATX(__,FUNC))(x);
38 weak_aliasx (__CONCATX(__,FUNC), FUNC)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfrexp.c38 # define FUNC frexpl macro
46 # define FUNC frexp macro
56 FUNC (DOUBLE x, int *expptr) function
H A Dprintf-frexp.c37 # define FUNC printf_frexpl macro
50 # define FUNC printf_frexp macro
65 FUNC (DOUBLE x, int *expptr) function
H A Disnan.c39 # define FUNC rpl_isnanl macro
51 # define FUNC rpl_isnand macro
63 # define FUNC rpl_isnanf macro
83 FUNC (DOUBLE x) function
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A DlibioP.h119 # define JUMP0(FUNC, THIS) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS)
120 # define JUMP1(FUNC, THIS, X1) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS, X1)
121 # define JUMP2(FUNC, THIS, X1, X2) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS, X1, X2)
122 # define JUMP3(FUNC, THIS, X1,X2,X3) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS, X1,X2, X3)
126 # define WJUMP0(FUNC, THIS) (_IO_WIDE_JUMPS_FUNC(THIS)->FUNC) (THI
[all...]

Completed in 122 milliseconds

12