Searched refs:aligned (Results 1 – 23 of 23) sorted by relevance
101 void *aligned = in aligned_malloc() local106 *(static_cast<void**>(aligned) - 1) = ptr; in aligned_malloc()107 return(aligned); in aligned_malloc()
50 #define __ALIGNED(x) __attribute__((aligned(x)))56 #define __ALIGNED(x) __attribute__((aligned(x)))
34 ArrayMemory::ArrayMemory(char* ptr, size_t bufferLength,int aligned, bool tail) in ArrayMemory() argument38 this->alignSize = aligned; in ArrayMemory()
30 * a separate 32 bytes aligned region so that the SAU can programmed to just41 * This dummy region ensures that the next one will be aligned on a 32 bytes
105 * separate 32 bytes aligned region so that the SAU can programmed to just set
42 ArrayMemory(char* ptr, size_t bufferLength,int aligned, bool tail);
31 * a separate 32 bytes aligned region so that the SAU can programmed to just42 * This dummy region ensures that the next one will be aligned on a 32 bytes
93 #define __ALIGNED(x) __attribute__((aligned(x)))99 #define __ALIGNED(x) __attribute__((aligned(x)))
55 #define __SIMD32_TYPE __un(aligned) int32_t
182 * Location counter can end up 2byte aligned with narrow Thumb code but184 * which must be 4byte aligned
189 * Location counter can end up 2byte aligned with narrow Thumb code but191 * which must be 4byte aligned
55 …t will be then used for the memory allocations. The memory pools are also creating aligned buffers.
207 #define __ALIGNED(x) __attribute__((aligned(x)))