Home
last modified time | relevance | path

Searched defs:debug_printf (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.h85 debug_printf(const char *format, ...) in debug_printf() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h91 debug_printf(const char *format, ...) in debug_printf() function
/external/u-boot/common/
Dcli_hush.c362 static void debug_printf(const char *format, ...) in debug_printf() function
370 #define debug_printf(fmt,args...) printf (fmt ,##args) macro
373 static inline void debug_printf(const char *format, ...) { } in debug_printf() function
/external/bcc/src/cc/
Dbpf_module.cc158 static void debug_printf(Module *mod, IRBuilder<> &B, const string &fmt, vector<Value *> args) { in debug_printf() function