Searched refs:FUNCTION (Results 1 - 25 of 136) sorted by path

123456

/haiku/headers/private/system/arch/arm/
H A Dasm_defs.h15 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/m68k/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/mipsel/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/riscv64/
H A Dasm_defs.h15 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/sparc/
H A Dasm_defs.h15 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/x86/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/x86_64/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h135 #define RETURN_ON_ERROR(FUNCTION) { int nRetVal = FUNCTION; if (nRetVal != 0) { return nRetVal; } }
136 #define RETURN_VALUE_ON_ERROR(FUNCTION, VALUE) { int nRetVal = FUNCTION; if (nRetVal != 0) { return VALUE; } }
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp34 # define FUNCTION(x...) printf(x) macro
40 # define FUNCTION(x...) macro
67 FUNCTION("VideoConsumer::VideoConsumer\n");
91 FUNCTION("VideoConsumer::AddOn\n");
101 FUNCTION("VideoConsumer::NodeRegistered\n");
121 FUNCTION("VideoConsumer::RequestCompleted\n");
164 FUNCTION("VideoConsumer::ProducerDataStatus\n");
174 FUNCTION("VideoConsumer::CreateBuffers\n");
259 FUNCTION("VideoConsumer::CreateBuffers - EXIT\n");
267 FUNCTION("VideoConsume
[all...]
/haiku/src/bin/debug/ltrace/arch/x86/
H A Darch_ltrace_stub.S34 FUNCTION(arch_call_stub_size):
44 FUNCTION(arch_init_call_stub):
/haiku/src/bin/debug/ltrace/arch/x86_64/
H A Darch_ltrace_stub.S43 FUNCTION(arch_call_stub_size):
52 FUNCTION(arch_init_call_stub):
/haiku/src/bin/unzip/
H A Dbeos.c560 # define FUNCTION (flag & FN_MASK) macro
569 if (FUNCTION == APPEND_DIR) {
634 } /* end if (FUNCTION == APPEND_DIR) */
641 if (FUNCTION == GETPATH) {
655 if (FUNCTION == APPEND_NAME) {
689 if (FUNCTION == INIT) {
718 if (FUNCTION == ROOT) {
777 if (FUNCTION == END) {
/haiku/src/servers/registrar/
H A DDebug.h60 #define FUNCTION(x) { __out(DEBUG_APP ": %s() ",__FUNCTION__); __out x; } macro
73 #define FUNCTION(x...) ; macro
/haiku/src/system/boot/platform/amiga_m68k/
H A Dshell.S47 #define FUNCTION(x) .global x; .type x,@function; x define
H A Dstage1.S5 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S52 #define FUNCTION(x) .global x; .type x,@function; x define
H A Dstage1.S8 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/boot/platform/bios_ia32/
H A Dbios_asm.S16 #define FUNCTION(x) .globl x ; x ## : define
41 FUNCTION(switch_to_protected_mode)
96 FUNCTION(switch_to_real_mode)
165 FUNCTION(call_bios_internal)
244 FUNCTION(boot_key_in_keyboard_buffer)
H A Dinterrupts_asm.S17 FUNCTION(interrupt_function##vector): \
26 FUNCTION(interrupt_function##vector): \
40 FUNCTION(exception_interrupt_function##vector): \
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
15 FUNCTION(arch_start_kernel):
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S17 #define FUNCTION(x) .globl x ; x ## : define
38 FUNCTION(call_pxe_bios)
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_start_kernel.S16 FUNCTION(arch_start_kernel):
/haiku/src/system/glue/arch/m68k/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
23 FUNCTION(_init):
27 FUNCTION(_fini):
/haiku/src/system/glue/arch/ppc/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
23 FUNCTION(_init):
27 FUNCTION(_fini):
/haiku/src/system/glue/arch/x86/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
23 FUNCTION(_init):
31 FUNCTION(_fini):

Completed in 120 milliseconds

123456