Searched refs:structof (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/nestegg/halloc/src/ |
D | halloc.c | 87 p = structof(ptr, hblock_t, data); in halloc() 122 b = structof(block, hblock_t, data); in hattach() 131 p = structof(parent, hblock_t, data); in hattach() 228 hblock_t * q = structof(i, hblock_t, siblings); in _relate() 249 hblock_t * q = structof(i, hblock_t, siblings); in _free_children()
|
D | macros.h | 23 #define structof(p,t,f) ((t*)(- offsetof(t,f) + (char*)(p))) macro
|