Searched refs:__align (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Headers/
H A Dmm_malloc.h46 _mm_malloc(size_t __size, size_t __align) argument
48 if (__align == 1) {
52 if (!(__align & (__align - 1)) && __align < sizeof(void *))
53 __align = sizeof(void *);
57 __mallocedMemory = __mingw_aligned_malloc(__size, __align);
59 __mallocedMemory = _aligned_malloc(__size, __align);
61 if (posix_memalign(&__mallocedMemory, __align, __size))
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_util.h311 # define ALIGN16(type, array) type __align (16) array
/external/mesa3d/src/mesa/math/
H A Dm_debug_util.h311 # define ALIGN16(type, array) type __align (16) array
/external/e2fsprogs/contrib/
H A Dspd_readdir.c193 mutexattr.__align = PTHREAD_MUTEX_RECURSIVE;
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c498 __pthread_cond_align_t __align; member in struct:__anon33264

Completed in 410 milliseconds