OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slot_idx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
tcp_vtw.c
157
uint16_t
slot_idx
;
member in struct:tcp_ports_iterator
1039
it->
slot_idx
= 0;
1048
for (i = it->
slot_idx
; inuse && i < fatp_ntags(); ++i) {
1056
if (i < it->
slot_idx
)
1078
it->
slot_idx
= i + 1;
1116
it->
slot_idx
= 0;
1153
it->
slot_idx
= 0;
1162
for (i = it->
slot_idx
; inuse && i < fatp_ntags(); ++i) {
1170
if (i < it->
slot_idx
)
1204
it->
slot_idx
= i + 1
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/src/
PathTree.cc
237
int
slot_idx
= find_slot (id);
local
238
if (
slot_idx
>= 0)
240
DBG (assert (slots[
slot_idx
].vtype == vtype));
241
return
slot_idx
;
243
slot_idx
= nslots++;
247
for (i = 0; i <
slot_idx
; i++)
251
slots[
slot_idx
].id = id;
252
slots[
slot_idx
].vtype = vtype;
256
slots[
slot_idx
].mvals = ip;
258
return
slot_idx
;
1916
int
slot_idx
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.cc
237
int
slot_idx
= find_slot (id);
local
238
if (
slot_idx
>= 0)
240
DBG (assert (slots[
slot_idx
].vtype == vtype));
241
return
slot_idx
;
243
slot_idx
= nslots++;
247
for (i = 0; i <
slot_idx
; i++)
251
slots[
slot_idx
].id = id;
252
slots[
slot_idx
].vtype = vtype;
256
slots[
slot_idx
].mvals = ip;
258
return
slot_idx
;
1916
int
slot_idx
;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026