Searched refs:_mm_malloc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Headers/
H A Dmm_malloc.h43 #if !(defined(_WIN32) && defined(_mm_malloc))
46 _mm_malloc(size_t __size, size_t __align) function
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_malloc.h98 /* Someone should tell the mingw people that their malloc.h ought to provide _mm_malloc() */
104 #ifdef _mm_malloc
125 #define opj_aligned_malloc(size) _mm_malloc(size, 16)
/external/eigen/Eigen/src/Core/util/
H A DMemory.h224 result = _mm_malloc(size, 16);
273 // implements _mm_malloc/_mm_free based on the corresponding _aligned_

Completed in 1461 milliseconds