HomeSort by relevance Sort by last modified time
    Searched refs:hlist_item_t (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
hlist.h 25 typedef struct hlist_item hlist_item_t; typedef in typeref:struct:hlist_item
32 hlist_item_t * next;
37 hlist_item_t * next;
38 hlist_item_t ** prev;
53 static_inline void hlist_init_item(hlist_item_t * i);
59 /* static_inline hlist_item_t * hlist_head(const hlist_head_t * h); */
61 /* static_inline hlist_item_t * hlist_next(const hlist_item_t * i); */
62 /* static_inline hlist_item_t * hlist_prev(const hlist_item_t * i,
    [all...]
halloc.c 31 hlist_item_t siblings; /* 2 pointers */
216 hlist_item_t * i;
237 hlist_item_t * i, * tmp;

Completed in 103 milliseconds