Searched refs:nextidx (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/common/lib/libc/gen/
H A Dradixtree.c1577 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
1624 uint64_t nextidx; local
1647 uint64_t nextidx; local
1678 uint64_t nextidx; local
1710 uint64_t nextidx; local
[all...]

Completed in 127 milliseconds