Searched defs:DEBUG_CODE (Results 1 – 2 of 2) sorted by relevance
34 #define DEBUG_CODE(f,y,n) do if(debug&(f)){y}else{n} while(0) macro 102 #define DEBUG_CODE(f,y,n) do {n} while(0) macro
42 #define DEBUG_CODE(f,y,n) do if(debug&(f)){y}else{n} while(0) macro 52 #define DEBUG_CODE(f,y,n) do {n} while(0) macro