Home
last modified time | relevance | path

Searched refs:IsTailEmpty (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/Testing/FrameworkInclude/
DArrayMemory.h47 virtual bool IsTailEmpty(char *, size_t);
DTest.h169 virtual bool IsTailEmpty(char *, size_t)=0;
510 bool IsTailEmpty(char *ptr, size_t length) in IsTailEmpty() function
512 return(m_mem->IsTailEmpty(ptr,length)); in IsTailEmpty()
DPattern.h170 return(m_mgr->IsTailEmpty((char*)this->ptr(),this->nbSamples()*sizeof(T))); in isTailEmpty()
/cmsis-dsp-latest/Testing/FrameworkSource/
DArrayMemory.cpp119 bool ArrayMemory::IsTailEmpty(char *ptr, size_t length) in IsTailEmpty() function in Client::ArrayMemory