Searched refs:_PRINTVF (Results 1 – 1 of 1) sorted by relevance
66 #define _PRINTVF(v,x...) \ macro71 #define _PRINTVF(v,x...) \ macro77 #define PRINT(x...) _PRINTVF(-1, x)78 #define INFO(x...) _PRINTVF(0, x)79 #define TRACE(x...) _PRINTVF(1, x)82 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x)