Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhalloc.c28 #define HH_MAGIC 0x20040518L macro
79 p->magic = HH_MAGIC; in halloc()
88 assert(p->magic == HH_MAGIC); in halloc()
123 assert(b->magic == HH_MAGIC); in hattach()
132 assert(p->magic == HH_MAGIC); in hattach()
244 assert(p && p->magic == HH_MAGIC); in _free_children()