Searched refs:rb_type (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c47 rb_n2e(const struct rb_type *t, void *node)
55 rb_e2n(const struct rb_type *t, struct rb_entry *rbe)
85 rbe_augment(const struct rb_type *t, struct rb_entry *rbe)
91 rbe_if_augment(const struct rb_type *t, struct rb_entry *rbe)
98 rbe_rotate_left(const struct rb_type *t, struct rb_tree *rbt,
132 rbe_rotate_right(const struct rb_type *t, struct rb_tree *rbt,
166 rbe_insert_color(const struct rb_type *t, struct rb_tree *rbt,
218 rbe_remove_color(const struct rb_type *t, struct rb_tree *rbt,
308 rbe_remove(const struct rb_type *t, struct rb_tree *rbt, struct rb_entry *rbe)
390 _rb_remove(const struct rb_type *
[all...]
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h767 struct rb_type { struct
803 void *_rb_insert(const struct rb_type *, struct rb_tree *, void *);
804 void *_rb_remove(const struct rb_type *, struct rb_tree *, void *);
805 void *_rb_find(const struct rb_type *, struct rb_tree *, const void *);
806 void *_rb_nfind(const struct rb_type *, struct rb_tree *, const void *);
807 void *_rb_root(const struct rb_type *, struct rb_tree *);
808 void *_rb_min(const struct rb_type *, struct rb_tree *);
809 void *_rb_max(const struct rb_type *, struct rb_tree *);
810 void *_rb_next(const struct rb_type *, void *);
811 void *_rb_prev(const struct rb_type *, voi
[all...]

Completed in 75 milliseconds