HomeSort by relevance Sort by last modified time
    Searched defs:get_header (Results 1 - 4 of 4) sorted by null

  /external/freetype/include/freetype/internal/services/
svwinfnt.h 38 FT_WinFnt_GetHeaderFunc get_header; local
  /external/oprofile/libpp/
profile.h 44 opd_header const & get_header() const { function in class:profile_t
arrange_profiles.cpp 285 opd_header const get_header(profile_class const & pclass, function in namespace:__anon10178
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/
hieralloc.c 59 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(ptr)
    [all...]

Completed in 1405 milliseconds