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

  /external/libvpx/vpx_mem/
vpx_mem.h 69 void *vpx_calloc(size_t num, size_t size);
105 #define duck_calloc(X,Y,Z) vpx_calloc(X,Y)
116 # define calloc vpx_calloc
137 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__) macro
vpx_mem.c 150 void *vpx_calloc(size_t num, size_t size) function
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 226 void *vpx_calloc(size_t num, size_t size) function

Completed in 139 milliseconds