Home
last modified time | relevance | path

Searched refs:_sc_ (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/libkern/libkern/
H A Dtree.h439 #define RB_PROTOTYPE_SC(_sc_, name, type, field, cmp) \ argument
440 _sc_ void name##_RB_INSERT_COLOR(struct name *, struct type *); \
441 _sc_ void name##_RB_REMOVE_COLOR(struct name *, struct type *, struct type *); \
442 _sc_ struct type *name##_RB_REMOVE(struct name *, struct type *); \
443 _sc_ struct type *name##_RB_INSERT(struct name *, struct type *); \
444 _sc_ struct type *name##_RB_FIND(struct name *, struct type *); \
445 _sc_ struct type *name##_RB_NFIND(struct name *, struct type *); \
446 _sc_ struct type *name##_RB_NEXT(struct type *); \
447 _sc_ struct type *name##_RB_MINMAX(struct name *, int); \
448 _sc_ struct type *name##_RB_GETPARENT(struct type*); \
[all …]