Lines Matching defs:n
12 #define CHECK(n) /**/ argument
21 static struct rbnode *get_child(struct rbnode *n, uint8_t side) in get_child()
34 static void set_child(struct rbnode *n, uint8_t side, void *val) in set_child()
47 static enum rb_color get_color(struct rbnode *n) in get_color()
53 static bool is_black(struct rbnode *n) in is_black()
58 static bool is_red(struct rbnode *n) in is_red()
63 static void set_color(struct rbnode *n, enum rb_color color) in set_color()
104 struct rbnode *n; in z_rb_get_minmax() local
275 struct rbnode *n = stack[stacksz - 1]; in fix_missing_black() local
526 struct rbnode *n = tree->root; in rb_contains() local
540 static inline struct rbnode *stack_left_limb(struct rbnode *n, in stack_left_limb()
566 struct rbnode *n; in z_rb_foreach_next() local