OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RB_POSITION
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
rbtree.h
84
#define
RB_POSITION
(rb) \
86
#define RB_RIGHT_P(rb) (
RB_POSITION
(rb) == RB_DIR_RIGHT)
87
#define RB_LEFT_P(rb) (
RB_POSITION
(rb) == RB_DIR_LEFT)
/src/external/bsd/libarchive/dist/libarchive/
archive_rb.c
62
#define
RB_POSITION
(rb) \
64
#define RB_RIGHT_P(rb) (
RB_POSITION
(rb) == RB_DIR_RIGHT)
65
#define RB_LEFT_P(rb) (
RB_POSITION
(rb) == RB_DIR_LEFT)
172
* RB_FATHER(rb_node)->rb_nodes[
RB_POSITION
(rb_node)] will
247
grandpa->rb_nodes[
RB_POSITION
(old_father)] = new_father;
355
const unsigned int which =
RB_POSITION
(self);
379
const unsigned int standin_which =
RB_POSITION
(standin);
465
RB_FATHER(standin)->rb_nodes[
RB_POSITION
(standin)] = standin;
490
father->rb_nodes[
RB_POSITION
(son)] = son;
543
which =
RB_POSITION
(self) ^ RB_DIR_OTHER
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026