Searched defs:FUNCTION (Results 26 - 49 of 49) sorted by relevance

12

/haiku/src/system/boot/platform/atari_m68k/
H A Dstage1.S8 #define FUNCTION(x) .global x; .type x,@function; x define
H A Dshell.S52 #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/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/servers/registrar/
H A DDebug.h60 #define FUNCTION(x) { __out(DEBUG_APP ": %s() ",__FUNCTION__); __out x; } macro
73 #define FUNCTION(x...) ; macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h59 #define FUNCTION() ; macro
73 #define FUNCTION() ; macro
/haiku/src/system/libroot/posix/arch/ppc/
H A Dsetjmp_internal.h45 #define FUNCTION(x) .global x; .type x,@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/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h154 #define FUNCTION(x...) TFUNCTION(x) macro
168 #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/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/file_systems/
H A DDebugSupport.h161 #define FUNCTION(x...) TFUNCTION(x) macro
171 #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/apps/icon-o-matic/generic/support/
H A DDebug.h122 #define FUNCTION(x) TFUNCTION(x) macro
135 #define FUNCTION(x) ; macro
/haiku/src/bin/unzip/
H A Dbeos.c560 # define FUNCTION (flag & FN_MASK) 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...]
H A DVideoProducer.cpp28 # define FUNCTION(x...) TRACE(x) macro
32 # define FUNCTION(x...) macro
/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/codycam/
H A DVideoConsumer.cpp40 #define FUNCTION printf 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/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c34 #define FUNCTION 0x0020 /* function calls */ 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/system/kernel/fs/
H A Dvfs.cpp75 # define FUNCTION(x) dprintf x macro
78 # define FUNCTION(x) ; macro
[all...]

Completed in 191 milliseconds

12