Home
last modified time | relevance | path

Searched refs:hlist_head_t (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhlist.h24 typedef struct hlist_head hlist_head_t; typedef
52 static_inline void hlist_init(hlist_head_t * h);
65 static_inline void hlist_add(hlist_head_t * h, hlist_item_t * i);
73 static_inline void hlist_relink_head(hlist_head_t * h);
86 static_inline void hlist_init(hlist_head_t * h) in hlist_init()
99 static_inline void hlist_add(hlist_head_t * h, hlist_item_t * i) in hlist_add()
129 static_inline void hlist_relink_head(hlist_head_t * h) in hlist_relink_head()
Dhalloc.c32 hlist_head_t children; /* 1 pointer */