Searched refs:__align (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Headers/ |
D | mm_malloc.h | 46 _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/ |
D | m_debug_util.h | 311 # define ALIGN16(type, array) type __align (16) array
|
/external/mesa3d/src/mesa/math/ |
D | m_debug_util.h | 311 # define ALIGN16(type, array) type __align (16) array
|
/external/e2fsprogs/contrib/ |
D | spd_readdir.c | 193 mutexattr.__align = PTHREAD_MUTEX_RECURSIVE; in alloc_dirstruct()
|
/external/libcxx/include/ |
D | type_traits | 1107 _Aligner __align;
|
D | memory | 5424 _LIBCPP_FUNC_VIS void* align(size_t __align, size_t __sz, void*& __ptr, size_t& __space);
|
/external/valgrind/main/perf/ |
D | test_input_for_tinycc.c | 498 __pthread_cond_align_t __align; member
|