Searched refs:readLength (Results 1 – 6 of 6) sorted by relevance
110 return readLength<uint16_t>(Obj); in read()113 return readLength<uint32_t>(Obj); in read()116 return readLength<uint16_t>(Obj); in read()119 return readLength<uint32_t>(Obj); in read()213 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength() function in Reader
61 uint64_t readLength(size_t *off) const;
21 uint64_t EhReader::readLength(size_t *off) const { in readLength() function in EhReader
430 uint64_t length = reader.readLength(&off); in splitEhFrames()
145 template <class T> Expected<bool> readLength(Object &Obj);
289 const unsigned readLength = MAX(d, 8); in FASTCOVER_computeFrequency() local296 while (start + readLength <= currSampleEnd) { in FASTCOVER_computeFrequency()