Searched defs:IDL_CMP (Results 1 – 2 of 2) sorted by relevance
37 #define IDL_CMP(x,y) ( (x) < (y) ? -1 : (x) > (y) ) macro
38 #define IDL_CMP(x,y) ( (x) < (y) ? -1 : (x) > (y) ) macro