Searched defs:rbt (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c98 rbe_rotate_left(const struct rb_type *t, struct rb_tree *rbt, argument
132 rbe_rotate_right(const struct rb_type *t, struct rb_tree *rbt, argument
166 rbe_insert_color(const struct rb_type *t, struct rb_tree *rbt, argument
218 rbe_remove_color(const struct rb_type *t, struct rb_tree *rbt, struct rb_entry *parent, struct rb_entry *rbe) argument
308 rbe_remove(const struct rb_type *t, struct rb_tree *rbt, struct rb_entry *rbe) argument
390 _rb_remove(const struct rb_type *t, struct rb_tree *rbt, void *elm) argument
401 _rb_insert(const struct rb_type *t, struct rb_tree *rbt, void *elm) argument
442 _rb_find(const struct rb_type *t, struct rb_tree *rbt, const void *key) argument
464 _rb_nfind(const struct rb_type *t, struct rb_tree *rbt, const void *key) argument
535 _rb_root(const struct rb_type *t, struct rb_tree *rbt) argument
543 _rb_min(const struct rb_type *t, struct rb_tree *rbt) argument
557 _rb_max(const struct rb_type *t, struct rb_tree *rbt) argument
[all...]
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h792 _rb_init(struct rb_tree *rbt) argument
798 _rb_empty(struct rb_tree *rbt) argument

Completed in 15 milliseconds