Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dtree.h329 #define RB_ROOT(head) (head)->rbh_root macro
330 #define RB_EMPTY(head) (RB_ROOT(head) == NULL)
503 elm != RB_ROOT(head)) { \
534 elm = RB_ROOT(head); \
567 elm = RB_ROOT(head); \
603 RB_ROOT(head) = child; \
614 RB_ROOT(head) = elm; \
637 RB_ROOT(head) = child; \
652 tmp = RB_ROOT(head); \
671 RB_ROOT(head) = elm; \
[all …]
/third_party/libuv/include/uv/
Dtree.h324 #define RB_ROOT(head) (head)->rbh_root macro
325 #define RB_EMPTY(head) (RB_ROOT(head) == NULL)
457 elm != RB_ROOT(head)) { \
488 elm = RB_ROOT(head); \
521 elm = RB_ROOT(head); \
556 RB_ROOT(head) = child; \
567 RB_ROOT(head) = elm; \
590 RB_ROOT(head) = child; \
604 tmp = RB_ROOT(head); \
623 RB_ROOT(head) = elm; \
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Drbtree.h155 #undef RB_ROOT
156 #define RB_ROOT (struct rb_root) { NULL } macro
157 #define RB_ROOT_CACHED (struct rb_root_cached) { RB_ROOT, NULL }
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DRbnfMapper.java36 private static final RbPath RB_ROOT = RbPath.of("RBNFRules"); field in RbnfMapper
81 this.rbPath = RB_ROOT.extendBy(GROUPING_TYPE.valueFrom(prefix)); in Ruleset()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dadp.c193 #undef RB_ROOT
194 #define RB_ROOT(head) (head)->rbh_root macro