Searched defs:GPR_ICMP (Results 1 – 2 of 2) sorted by relevance
60 #define GPR_ICMP(a, b) ((a) < (b) ? -1 : ((a) > (b) ? 1 : 0)) macro