Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/FrameworkSource/
DFPGA.cpp66 this->patternSizes=new std::vector<unsigned long>(); in FPGA()
95 delete(this->patternSizes); in ~FPGA()
302 this->patternSizes->clear(); in ReadPatternList()
310 this->patternSizes->push_back(nb); in ReadPatternList()
409 return((Testing::nbSamples_t)((*this->patternSizes)[id])); in GetPatternSize()
/cmsis-dsp-latest/Testing/FrameworkInclude/
DFPGA.h133 std::vector<Testing::nbSamples_t> *patternSizes; variable