Home
last modified time | relevance | path

Searched refs:FDKcalloc_L (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSYS/include/
DgenericStds.h246 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/
DgenericStds.cpp241 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/
DFDK_matrixCalloc.cpp112 return FDKcalloc_L(dim, size, s); in fdkCallocMatrix1D_int()