Searched refs:_PRINTVF (Results 1 – 1 of 1) sorted by relevance
70 #define _PRINTVF(v, x...) \ macro75 #define _PRINTVF(v, x...) \ macro81 #define PRINT(x...) _PRINTVF(-1, x)82 #define INFO(x...) _PRINTVF(0, x)83 #define TRACE(x...) _PRINTVF(1, x)86 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x)