OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextidx
(Results
1 - 1
of
1
) sorted by relevancy
/src/common/lib/libc/gen/
radixtree.c
1577
uint64_t
nextidx
;
local
1581
nextidx
= 0;
1583
while ((nfound = radix_tree_gang_lookup_node(t,
nextidx
,
1585
nextidx
= results[nfound - 1]->idx + 1;
1587
if (
nextidx
== 0) {
1599
uint64_t
nextidx
;
local
1603
nextidx
= UINT64_MAX;
1605
while ((nfound = radix_tree_gang_lookup_node_reverse(t,
nextidx
,
1607
nextidx
= results[nfound - 1]->idx - 1;
1609
if (
nextidx
== UINT64_MAX)
1624
uint64_t
nextidx
;
local
1647
uint64_t
nextidx
;
local
1678
uint64_t
nextidx
;
local
1710
uint64_t
nextidx
;
local
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026