Home
last modified time | relevance | path

Searched refs:alignSize (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Testing/FrameworkSource/
DArrayMemory.cpp38 this->alignSize = aligned; in ArrayMemory()
54 this->alignSize = 8; in ArrayMemory()
93 if (this->alignSize > 0) in NewBuffer()
99 pad = this->alignSize*ceil(1.0*offset / (1.0*this->alignSize)) - offset; in NewBuffer()
/cmsis-dsp-latest/Testing/FrameworkInclude/
DArrayMemory.h56 int alignSize; variable