Searched refs:aligned (Results 1 – 15 of 15) sorted by relevance
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
42 ArrayMemory(char* ptr, size_t bufferLength,int aligned, bool tail);
73 #define __ALIGNED(x) __attribute__((aligned(x)))79 #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
221 #define __ALIGNED(x) __attribute__((aligned(x)))