Searched defs:get_header (Results 1 - 4 of 4) sorted by relevance

/external/freetype/include/freetype/internal/services/
H A Dsvwinfnt.h38 FT_WinFnt_GetHeaderFunc get_header; local
/external/oprofile/libpp/
H A Dprofile.h44 opd_header const & get_header() const { function in class:profile_t
H A Darrange_profiles.cpp285 opd_header const get_header(profile_class const & pclass, function in namespace:__anon8618
318 opd_header header = get_header(classes.v[0], merge_by);
337 header = get_header(*it, merge_by);
420 opd_header header = get_header(classes.v[0], merge_by);
441 header = get_header(*it, merge_by);
/external/mesa3d/src/talloc/
H A Dhieralloc.c59 static inline hieralloc_header_t * get_header(const void *ptr) function
163 parent = get_header(context);
183 hieralloc_header_t * header = get_header(ptr);
186 if (get_header(context) != get_header(ptr)->parent)
189 parent = get_header(context);
230 hieralloc_header_t * header = get_header(ptr);
287 //assert(get_header(ptr)->refCount > 0);
288 //get_header(ptr)->refCount--;
296 hieralloc_header_t * header = get_header(pt
[all...]

Completed in 1172 milliseconds