OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hlist_head_t
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/nestegg/halloc/src/
hlist.h
24
typedef struct hlist_head
hlist_head_t
;
typedef in typeref:struct:hlist_head
52
static_inline void hlist_init(
hlist_head_t
* h);
55
/* static_inline void hlist_purge(
hlist_head_t
* h); */
57
/* static_inline bool_t hlist_empty(const
hlist_head_t
* h); */
59
/* static_inline hlist_item_t * hlist_head(const
hlist_head_t
* h); */
63
const
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)
99
static_inline void hlist_add(
hlist_head_t
* h, hlist_item_t * i
[
all
...]
halloc.c
32
hlist_head_t
children; /* 1 pointer */
Completed in 268 milliseconds