HomeSort by relevance Sort by last modified time
    Searched full:hblock_t (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
halloc.c 35 } hblock_t; typedef in typeref:struct:hblock
37 #define sizeof_hblock offsetof(hblock_t, data)
52 static int _relate(hblock_t * b, hblock_t * p);
53 static void _free_children(hblock_t * p);
60 hblock_t * p;
87 p = structof(ptr, hblock_t, data);
113 hblock_t * b, * p;
122 b = structof(block, hblock_t, data);
131 p = structof(parent, hblock_t, data)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
README 31 - hblock_t structure no longer uses zero-sized 'data'

Completed in 379 milliseconds