Searched refs:readLength (Results 1 – 3 of 3) sorted by relevance
109 return readLength<uint16_t>(Obj); in read()112 return readLength<uint32_t>(Obj); in read()115 return readLength<uint16_t>(Obj); in read()118 return readLength<uint32_t>(Obj); in read()212 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength() function in Reader
140 template <class T> Expected<bool> readLength(Object &Obj);
281 const unsigned readLength = MAX(d, 8); in FASTCOVER_computeFrequency() local288 while (start + readLength <= currSampleEnd) { in FASTCOVER_computeFrequency()