Home
last modified time | relevance | path

Searched refs:__align (Results 1 – 7 of 7) sorted by relevance

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