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

/haiku/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/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 86 milliseconds