OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastidx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/efi/
bootvar.c
265
int idx,
lastidx
;
local
272
lastidx
= -1;
280
assert(idx >
lastidx
);
281
if (idx !=
lastidx
+ 1) {
284
lastidx
= idx;
286
return
lastidx
+ 1;
/src/common/lib/libc/gen/
radixtree.c
812
* we keep the path updated only for
lastidx
-1.
813
* vpp is what path_pptr(t, path,
lastidx
) would be.
817
unsigned int
lastidx
;
local
832
lastidx
= path->p_lastidx;
833
KASSERT(
lastidx
== RADIX_TREE_INVALID_HEIGHT ||
834
lastidx
== t->t_height ||
835
!entry_match_p(*path_pptr(t, path,
lastidx
), tagmask));
837
if (
lastidx
== RADIX_TREE_INVALID_HEIGHT) {
842
lastidx
= 0;
843
vpp = path_pptr(t, path,
lastidx
);
[
all
...]
/src/sys/dev/usb/
usb_subr.c
326
int curidx,
lastidx
, curaidx = 0;
local
328
for (curidx =
lastidx
= -1; end - p >= sizeof(*desc);) {
348
if (idesc->bInterfaceNumber !=
lastidx
) {
349
lastidx
= idesc->bInterfaceNumber;
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026