HomeSort by relevance Sort by last modified time
    Searched refs:debug_funclog_exit (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 309 void debug_funclog_exit(const char* f, const int line, const char* file);
315 #define DEBUG_FUNCLOG_EXIT() \
318 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
324 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
333 #define DEBUG_FUNCLOG_EXIT() \
u_debug.c 419 void debug_funclog_exit(const char* f, const int line, const char* file) function

Completed in 562 milliseconds