Searched defs:FUNCTION (Results 1 - 25 of 49) sorted by last modified time

12

/haiku/src/apps/codycam/
H A DVideoConsumer.cpp40 #define FUNCTION printf macro
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp40 # define FUNCTION(x) fssh_dprintf x macro
43 # define FUNCTION(x) ; macro
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp27 #define FUNCTION() dprintf("\33[34mbtrfs:\33[0m %s()\n",__PRETTY_FUNCTION__); macro
/haiku/src/system/kernel/fs/
H A Dvfs.cpp75 # define FUNCTION(x) dprintf x macro
78 # define FUNCTION(x) ; macro
[all...]
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp43 # define FUNCTION(x) dprintf x macro
46 # define FUNCTION(x) ; macro
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp28 # define FUNCTION(x...) TRACE(x) macro
32 # define FUNCTION(x...) macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h122 #define FUNCTION(x) TFUNCTION(x) macro
135 #define FUNCTION(x) ; macro
/haiku/src/servers/package/
H A DDebugSupport.h159 #define FUNCTION(x...) TFUNCTION(x) macro
173 #define FUNCTION(x...) ; macro
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h154 #define FUNCTION(x...) TFUNCTION(x) macro
168 #define FUNCTION(x...) ; macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h155 #define FUNCTION(x...) TFUNCTION(x) macro
169 #define FUNCTION(x...) ; macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h121 #define FUNCTION(x) TFUNCTION(x) macro
135 #define FUNCTION(x) ; macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h161 #define FUNCTION(x...) TFUNCTION(x) macro
171 #define FUNCTION(x...) ; macro
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c34 #define FUNCTION 0x0020 /* function calls */ macro
[all...]
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dsupport.S10 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/glue/arch/arm/
H A Dcrti.S23 #define FUNCTION(x) .global x; .type x,%function; x define
/haiku/src/system/libroot/os/arch/ppc/
H A Dsystem_time_asm.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/glue/arch/riscv64/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,%function; x define
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h59 #define FUNCTION() ; macro
73 #define FUNCTION() ; macro
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dsupport.S7 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/boot/platform/bios_ia32/
H A Dsupport.S7 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/headers/private/system/arch/ppc/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/src/system/glue/arch/arm64/
H A Dcrti.S20 #define FUNCTION(x) .globl x; .type _init, %function; x define
/haiku/headers/private/system/arch/arm64/
H A Dasm_defs.h11 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/src/system/libroot/posix/arch/ppc/
H A Dsetjmp_internal.h45 #define FUNCTION(x) .global x; .type x,@function; x macro

Completed in 137 milliseconds

12