HomeSort by: relevance | last modified time | path
    Searched defs:_debug_printf (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
u_debug.h 68 _debug_printf(const char *format, ...) function
205 _debug_printf("%s\n", __FUNCTION__)
217 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
229 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
244 _debug_printf("%s:%u:%s: one time warning: %s\n", \
260 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
263 _debug_printf("error: %s\n", __msg)
  /xsrc/external/mit/MesaLib.old/dist/src/util/
u_debug.h 67 _debug_printf(const char *format, ...) function
201 _debug_printf("%s\n", __FUNCTION__)
213 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
225 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
240 _debug_printf("%s:%u:%s: one time warning: %s\n", \
256 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
259 _debug_printf("error: %s\n", __msg)

Completed in 49 milliseconds