OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RB_RED_P
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/lib/libc/gen/
rbtree.c
287
rebalance =
RB_RED_P
(parent);
410
KASSERT(
RB_RED_P
(self));
411
KASSERT(
RB_RED_P
(father));
417
KASSERT(
RB_RED_P
(self));
418
KASSERT(
RB_RED_P
(father));
453
KASSERT(
RB_RED_P
(self));
464
KASSERT(
RB_RED_P
(self));
465
KASSERT(
RB_RED_P
(father));
485
KASSERT(
RB_RED_P
(self) &&
RB_RED_P
(father))
[
all
...]
/src/external/bsd/libarchive/dist/libarchive/
archive_rb.c
66
#define
RB_RED_P
(rb) (!RB_SENTINEL_P(rb) && ((rb)->rb_info & RB_FLAG_RED) != 0)
208
rebalance =
RB_RED_P
(parent);
399
if (
RB_RED_P
(standin_son)) {
571
if (
RB_RED_P
(brother)) {
609
if (
RB_RED_P
(parent)
/src/sys/sys/
rbtree.h
88
#define
RB_RED_P
(rb) (!RB_SENTINEL_P(rb) && ((rb)->rb_info & RB_FLAG_RED) != 0)
Completed in 115 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026