Searched refs:cs4280debug (Results 1 – 1 of 1) sorted by relevance
61 #define DPRINTF(x) if (cs4280debug) printf x62 #define DPRINTFN(n,x) if (cs4280debug>(n)) printf x63 int cs4280debug = 0; variable