Searched refs:FDKcalloc_L (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSYS/include/ |
D | genericStds.h | 246 return ((type *)FDKcalloc_L(num, sizeof(type), s)); \ 262 return (type *)FDKcalloc_L(n1, sizeof(type), s); \ 437 void *FDKcalloc_L(const UINT n, const UINT size, MEMORY_SECTION s);
|
/external/aac/libSYS/src/ |
D | genericStds.cpp | 241 void *FDKcalloc_L(const UINT dim, const UINT size, MEMORY_SECTION s) { in FDKcalloc_L() function 249 addr = FDKcalloc_L(1, size + alignment + (UINT)sizeof(void *), in FDKaalloc_L()
|
/external/aac/libFDK/src/ |
D | FDK_matrixCalloc.cpp | 112 return FDKcalloc_L(dim, size, s); in fdkCallocMatrix1D_int()
|