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