Searched refs:RB_ROOT (Results 1 – 7 of 7) sorted by relevance
329 #define RB_ROOT(head) (head)->rbh_root macro330 #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 …]
324 #define RB_ROOT(head) (head)->rbh_root macro325 #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 …]
117 #undef RB_ROOT118 #define RB_ROOT (struct rb_root) { NULL } macro
36 private static final RbPath RB_ROOT = RbPath.of("RBNFRules"); field in RbnfMapper81 this.rbPath = RB_ROOT.extendBy(GROUPING_TYPE.valueFrom(prefix)); in Ruleset()
193 #undef RB_ROOT194 #define RB_ROOT(head) (head)->rbh_root macro
133 #define RB_ROOT (struct rb_root) { NULL, } macro
196 bp->root = RB_ROOT; in rb_alloc_private_data()