Searched defs:FUNCTION (Results 1 - 25 of 49) sorted by path

12

/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/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp34 # define FUNCTION(x...) printf(x) macro
40 # define FUNCTION(x...) macro
[all...]
/haiku/src/bin/unzip/
H A Dbeos.c560 # define FUNCTION (flag & FN_MASK) macro
/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
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S17 #define FUNCTION(x) .globl x ; x ## : define
/haiku/src/system/glue/arch/m68k/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/glue/arch/ppc/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/glue/arch/x86/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/kernel/arch/ppc/
H A Darch_cpu_asm.S6 #define FUNCTION(x) .global x; .type x,@function; x define
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h65 #define FUNCTION() __out("udf: %s()\n",__FUNCTION__); macro
77 #define FUNCTION() ; macro
/haiku/src/tests/system/libroot/posix/
H A Dsetjmp_test2.S1 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/headers/private/file_systems/
H A DDebugSupport.h161 #define FUNCTION(x...) TFUNCTION(x) macro
171 #define FUNCTION(x...) ; macro
/haiku/headers/private/system/arch/arm64/
H A Dasm_defs.h11 #define FUNCTION(name) .global name; .type name, %function; name macro

Completed in 140 milliseconds

12