Searched refs:DECLARE_BLOCK (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/libc/stdlib/
H A Dqsort_r.c11 typedef DECLARE_BLOCK(int, qsort_block, const void *, const void *); typedef
H A Dbsearch.c65 DECLARE_BLOCK(int, compar, const void *, const void *))
H A Datexit.c83 typedef DECLARE_BLOCK(void, atexit_block, void); typedef
H A Dheapsort.c48 typedef DECLARE_BLOCK(int, heapsort_block, const void *, const void *); typedef
H A Dmerge.c61 #define DECLARE_CMP DECLARE_BLOCK(int, cmp, const void *, const void *)
62 typedef DECLARE_BLOCK(int, cmp_t, const void *, const void *); typedef
/barrelfish-master/lib/libc/include/
H A Dblock_abi.h35 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro
44 #define DECLARE_BLOCK(retTy, name, argTys, ...)\ macro

Completed in 36 milliseconds