Searched refs:__SW_FUNCTION__ (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-compat-howl/include/salt/
H A Ddebug.h76 # define __SW_FUNCTION__ __func__ macro
80 # define __SW_FUNCTION__ __PRETTY_FUNCTION__ macro
84 # define __SW_FUNCTION__ __FUNCTION__ macro
88 # define __SW_FUNCTION__ "" macro
111 sw_print_assert(0, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \
135 sw_print_assert((int) code, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \
169 sw_print_assert( 0, #X, __FILE__, __SW_FUNCTION__, __LINE__); \
H A Dplatform.h289 # define sw_malloc(SIZE) _sw_debug_malloc(SIZE, __SW_FUNCTION__, __FILE__, __LINE__)
290 # define sw_realloc(MEM,SIZE) _sw_debug_realloc(MEM, SIZE, __SW_FUNCTION__, __FILE__, __LINE__)
291 # define sw_free(MEM) if (MEM) _sw_debug_free(MEM, __SW_FUNCTION__, __FILE__, __LINE__)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-compat-howl/include/salt/
H A Ddebug.h76 # define __SW_FUNCTION__ __func__ macro
80 # define __SW_FUNCTION__ __PRETTY_FUNCTION__ macro
84 # define __SW_FUNCTION__ __FUNCTION__ macro
88 # define __SW_FUNCTION__ "" macro
111 sw_print_assert(0, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \
135 sw_print_assert((int) code, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \
169 sw_print_assert( 0, #X, __FILE__, __SW_FUNCTION__, __LINE__); \
H A Dplatform.h289 # define sw_malloc(SIZE) _sw_debug_malloc(SIZE, __SW_FUNCTION__, __FILE__, __LINE__)
290 # define sw_realloc(MEM,SIZE) _sw_debug_realloc(MEM, SIZE, __SW_FUNCTION__, __FILE__, __LINE__)
291 # define sw_free(MEM) if (MEM) _sw_debug_free(MEM, __SW_FUNCTION__, __FILE__, __LINE__)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-compat-howl/include/salt/
H A Ddebug.h76 # define __SW_FUNCTION__ __func__ macro
80 # define __SW_FUNCTION__ __PRETTY_FUNCTION__ macro
84 # define __SW_FUNCTION__ __FUNCTION__ macro
88 # define __SW_FUNCTION__ "" macro
111 sw_print_assert(0, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \
135 sw_print_assert((int) code, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \
169 sw_print_assert( 0, #X, __FILE__, __SW_FUNCTION__, __LINE__); \
H A Dplatform.h289 # define sw_malloc(SIZE) _sw_debug_malloc(SIZE, __SW_FUNCTION__, __FILE__, __LINE__)
290 # define sw_realloc(MEM,SIZE) _sw_debug_realloc(MEM, SIZE, __SW_FUNCTION__, __FILE__, __LINE__)
291 # define sw_free(MEM) if (MEM) _sw_debug_free(MEM, __SW_FUNCTION__, __FILE__, __LINE__)

Completed in 121 milliseconds