Searched defs:COH_DBG (Results 1 – 1 of 1) sorted by relevance
1263 #define COH_DBG(x) ({ if (1) x; 0; }) macro1265 #define COH_DBG(x) ({ if (0) x; 0; }) macro