OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next0
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/diffutils/dist/src/
side.c
31
static lin
next0
, next1;
variable
40
next0
= next1 = - files[0].prefix_lines;
207
lin i0 =
next0
, i1 = next1;
230
next0
= limit0;
266
next0
= first0 = i;
283
next0
= i;
/src/external/gpl2/xcvs/dist/diff/
side.c
31
static int
next0
, next1;
variable
41
next0
= next1 = - files[0].prefix_lines;
225
int i0 =
next0
, i1 = next1;
243
next0
= limit0;
276
next0
= first0 = i;
294
next0
= i;
/src/common/lib/libc/gen/
rbtree.c
1124
const struct rb_node *
next0
= rb_tree_iterate_const(rbt, self, RB_DIR_RIGHT);
local
1126
KASSERT(
next0
== TAILQ_NEXT(self, rb_link));
1129
KASSERT(
next0
!= NULL || self == rbt->rbt_minmax[RB_DIR_RIGHT]);
1271
const struct rb_node *
next0
;
local
1277
next0
= rb_tree_iterate_const(rbt, self, RB_DIR_RIGHT);
1278
KASSERT(
next0
!= NULL);
1279
KASSERT(RB_LEFT_SENTINEL_P(
next0
));
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026