OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idx_next
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/lib/
ll_map.c
30
struct ll_cache *
idx_next
;
member in struct:ll_cache
67
for (imp = &idx_head[h]; (im=*imp)!=NULL; imp = &im->
idx_next
)
75
im->
idx_next
= *imp;
103
for (im = idxhead(idx); im; im = im->
idx_next
)
125
for (im = idxhead(idx); im; im = im->
idx_next
)
138
for (im = idxhead(idx); im; im = im->
idx_next
)
152
for (im = idxhead(idx); im; im = im->
idx_next
) {
180
for (im = idx_head[i]; im; im = im->
idx_next
) {
/external/libvpx/libwebm/
mkvparser.cpp
3442
const ptrdiff_t
idx_next
= i - m_clusters; \/\/insertion position
local
3835
const ptrdiff_t
idx_next
= i - m_clusters; \/\/insertion position
local
[
all
...]
Completed in 56 milliseconds