Searched defs:DEBUG_LOG (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xpr.h | 40 #define DEBUG_LOG(msg, args ...) ASL_LOG(ASL_LEVEL_DEBUG, "xpr", msg, ## args) macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | darwin.h | 85 #define DEBUG_LOG(msg, args...) if (debug_log_fp) fprintf(debug_log_fp, "%s:%s:%s:%d " msg, threadSafetyID(pthread_self()), __FILE__, __FUNCTION__, __LINE__, ##args ); fflush(debug_log_fp); macro 87 #define DEBUG_LOG(msg, args...) macro
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | darwin.h | 94 #define DEBUG_LOG(msg, args ...) ASL_LOG(ASL_LEVEL_DEBUG, \ macro
|
| /xsrc/external/mit/xorg-server/dist/pseudoramiX/ |
| H A D | pseudoramiX.c | 49 #define DEBUG_LOG PseudoramiXDebug macro
|
Completed in 6 milliseconds