Searched refs:cmp (Results 1 – 2 of 2) sorted by relevance
| /devicemodel/include/ |
| A D | tree.h | 130 if ((cmp)(elm, (head)->sph_root) == 0) \ 168 __comp = (cmp)(elm, (head)->sph_root); \ 193 if ((cmp)(elm, (head)->sph_root) == 0) { \ 222 if ((cmp)(elm, __tmp) < 0) { \ 233 if ((cmp)(elm, __tmp) > 0) { \ 386 RB_PROTOTYPE_INTERNAL(name, type, field, cmp,) 422 #define RB_GENERATE(name, type, field, cmp) \ argument 423 RB_GENERATE_INTERNAL(name, type, field, cmp,) 651 comp = (cmp)(elm, parent); \ 680 comp = cmp(elm, tmp); \ [all …]
|
| A D | macros.h | 50 #define timespeccmp(tvp, uvp, cmp) \ argument 52 ((tvp)->tv_nsec cmp (uvp)->tv_nsec) : \ 53 ((tvp)->tv_sec cmp (uvp)->tv_sec))
|
Completed in 8 milliseconds