Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 15 of 15) sorted by relevance

/cmsis-dsp-3.5.0/Testing/FrameworkSource/
DArrayMemory.cpp34 ArrayMemory::ArrayMemory(char* ptr, size_t bufferLength,int aligned, bool tail) in ArrayMemory() argument
38 this->alignSize = aligned; in ArrayMemory()
/cmsis-dsp-3.5.0/Testing/cmsis_build/RTE/Device/SSE-300-MPS3/
Dfvp_sse300_mps3_s.sct30 * a separate 32 bytes aligned region so that the SAU can programmed to just
41 * This dummy region ensures that the next one will be aligned on a 32 bytes
/cmsis-dsp-3.5.0/Testing/cmsis_build/RTE/Device/SSE-310-MPS3/
Dcorstone310_mps3_s.sct30 * a separate 32 bytes aligned region so that the SAU can programmed to just
41 * This dummy region ensures that the next one will be aligned on a 32 bytes
/cmsis-dsp-3.5.0/Examples/cmsis_build/RTE/Device/SSE-300-MPS3/
Dfvp_sse300_mps3_s.sct30 * a separate 32 bytes aligned region so that the SAU can programmed to just
41 * This dummy region ensures that the next one will be aligned on a 32 bytes
/cmsis-dsp-3.5.0/Testing/FrameworkInclude/
DArrayMemory.h42 ArrayMemory(char* ptr, size_t bufferLength,int aligned, bool tail);
/cmsis-dsp-3.5.0/Include/
Darm_math_types.h73 #define __ALIGNED(x) __attribute__((aligned(x)))
79 #define __ALIGNED(x) __attribute__((aligned(x)))
Darm_math_memory.h55 #define __SIMD32_TYPE __un(aligned) int32_t
/cmsis-dsp-3.5.0/Testing/cmsis_build/RTE/Device/ARMCM0P/
Dgcc_arm.ld182 * Location counter can end up 2byte aligned with narrow Thumb code but
184 * which must be 4byte aligned
/cmsis-dsp-3.5.0/Testing/cmsis_build/RTE/Device/ARMCM3/
Dgcc_arm.ld182 * Location counter can end up 2byte aligned with narrow Thumb code but
184 * which must be 4byte aligned
/cmsis-dsp-3.5.0/Testing/cmsis_build/RTE/Device/ARMCM7_DP/
Dgcc_arm.ld182 * Location counter can end up 2byte aligned with narrow Thumb code but
184 * which must be 4byte aligned
/cmsis-dsp-3.5.0/Testing/cmsis_build/RTE/Device/ARMCM4_FP/
Dgcc_arm.ld182 * Location counter can end up 2byte aligned with narrow Thumb code but
184 * which must be 4byte aligned
/cmsis-dsp-3.5.0/Testing/cmsis_build/RTE/Device/ARMCM23/
Dgcc_arm.ld189 * Location counter can end up 2byte aligned with narrow Thumb code but
191 * which must be 4byte aligned
/cmsis-dsp-3.5.0/Testing/cmsis_build/RTE/Device/ARMCM33_DSP_FP/
Dgcc_arm.ld189 * Location counter can end up 2byte aligned with narrow Thumb code but
191 * which must be 4byte aligned
/cmsis-dsp-3.5.0/Testing/cmsis_build/RTE/Device/ARMCM55/
Dgcc_arm.ld189 * Location counter can end up 2byte aligned with narrow Thumb code but
191 * which must be 4byte aligned
/cmsis-dsp-3.5.0/
DREADME.md221 #define __ALIGNED(x) __attribute__((aligned(x)))