OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hlist_null
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/nestegg/halloc/src/
hlist.h
44
struct hlist_item
hlist_null
;
variable in typeref:struct:hlist_item
49
#define __hlist_init(h) { &
hlist_null
}
50
#define __hlist_init_item(i) { &
hlist_null
, &(i).next }
76
for (i = (h)->next; i != &
hlist_null
; i = i->next)
80
i!= &
hlist_null
; \
89
h->next = &
hlist_null
;
96
i->next = &
hlist_null
;
Completed in 473 milliseconds