Searched defs:COMPAR (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/libc/stdlib/
H A Dbsearch.c41 #define COMPAR(x,y) CALL_BLOCK(compar, x, y) macro
43 #define COMPAR(x,y) compar(x, y) macro
H A Dheapsort.c47 #define COMPAR(x, y) CALL_BLOCK(compar, x, y) macro
50 #define COMPAR(x, y) compar(x, y) macro

Completed in 31 milliseconds