OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_funclog_enter
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_debug.h
308
int
debug_funclog_enter
(const char* f, const int line, const char* file);
312
#define
DEBUG_FUNCLOG_ENTER
() \
314
debug_funclog_enter
(__FUNCTION__, __LINE__, __FILE__)
331
#define
DEBUG_FUNCLOG_ENTER
() \
u_debug.c
405
int
debug_funclog_enter
(const char* f, const int line, const char* file)
function
Completed in 74 milliseconds