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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.h70 void *vpx_calloc(size_t num, size_t size);
113 # define calloc vpx_calloc
134 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__) macro
H A Dvpx_mem.c142 void *vpx_calloc(size_t num, size_t size) { function
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.h70 void *vpx_calloc(size_t num, size_t size);
110 # define calloc vpx_calloc
131 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__) macro
H A Dvpx_mem.c141 void *vpx_calloc(size_t num, size_t size) { function

Completed in 239 milliseconds