Searched defs:FUNCTION_END (Results 1 - 16 of 16) sorted by path

/haiku/headers/private/system/arch/arm/
H A Dasm_defs.h16 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/m68k/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/mipsel/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/riscv64/
H A Dasm_defs.h16 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/sparc/
H A Dasm_defs.h16 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/x86/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/x86_64/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/src/servers/registrar/
H A DDebug.h62 #define FUNCTION_END() { __out(DEBUG_APP ": %s() done\n",__FUNCTION__); } macro
75 #define FUNCTION_END() ; macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h163 #define FUNCTION_END() TFUNCTION_END() macro
173 #define FUNCTION_END() ; macro
/haiku/headers/private/system/arch/arm64/
H A Dasm_defs.h12 #define FUNCTION_END(name) .size name, . - name macro
/haiku/headers/private/system/arch/ppc/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h123 #define FUNCTION_END() TFUNCTION_END() macro
137 #define FUNCTION_END() ; macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h157 #define FUNCTION_END() TFUNCTION_END() macro
171 #define FUNCTION_END() ; macro
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h156 #define FUNCTION_END() TFUNCTION_END() macro
170 #define FUNCTION_END() ; macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h124 #define FUNCTION_END() TFUNCTION_END() macro
137 #define FUNCTION_END() ; macro
/haiku/src/servers/package/
H A DDebugSupport.h161 #define FUNCTION_END() TFUNCTION_END() macro
175 #define FUNCTION_END() ; macro

Completed in 252 milliseconds