Searched defs:cmp_int (Results 1 – 2 of 2) sorted by relevance
71 static int cmp_int(const void *a, const void *b) in cmp_int() function
562 #define cmp_int(l, r) ((l > r) - (l < r)) macro