Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/FrameworkSource/
DArrayMemory.cpp40 this->m_bufferLength = bufferLength; in ArrayMemory()
56 this->m_bufferLength = bufferLength; in ArrayMemory()
105 if (this->m_currentPtr + length + tailSize < this->m_ptr + m_bufferLength) in NewBuffer()
163 memset(this->m_ptr, 0, this->m_bufferLength); in FreeMemory()
/cmsis-dsp-latest/Testing/FrameworkInclude/
DArrayMemory.h53 size_t m_bufferLength; variable