Home
last modified time | relevance | path

Searched defs:opj_aligned_32_malloc (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopj_malloc.h111 #define opj_aligned_32_malloc(size) malloc(size) macro
118 #define opj_aligned_32_malloc(size) _mm_malloc((size), 32) macro
128 #define opj_aligned_32_malloc(size) memalign(32, (size)) macro
144 static INLINE void* __attribute__ ((malloc)) opj_aligned_32_malloc(size_t size){ in opj_aligned_32_malloc() function
158 #define opj_aligned_32_malloc(size) opj_malloc(size) macro