Searched refs:_mm_free (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Headers/
H A Dmm_malloc.h69 _mm_free(void *__p) function
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_malloc.h127 #define opj_aligned_free(m) _mm_free(m)
/external/eigen/Eigen/src/Core/util/
H A DMemory.h247 _mm_free(ptr);
272 // The defined(_mm_free) is just here to verify that this MSVC version
273 // implements _mm_malloc/_mm_free based on the corresponding _aligned_
275 #if defined(_MSC_VER) && (!defined(_WIN32_WCE)) && defined(_mm_free)
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c29 Checking if _mm_free is #defined in malloc.h is is the only way to
41 # if defined(_mm_free)

Completed in 95 milliseconds