OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:structof
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/nestegg/halloc/src/
macros.h
23
#define
structof
(p,t,f) ((t*)(- (ptrdiff_t) offsetof(t,f) + (char*)(p)))
macro
halloc.c
87
p =
structof
(ptr, hblock_t, data);
122
b =
structof
(block, hblock_t, data);
131
p =
structof
(parent, hblock_t, data);
228
hblock_t * q =
structof
(i, hblock_t, siblings);
249
hblock_t * q =
structof
(i, hblock_t, siblings);
Completed in 52 milliseconds