Searched refs:readLength (Results 1 – 6 of 6) sorted by relevance
111 return readLength<uint16_t>(Obj); in read()114 return readLength<uint32_t>(Obj); in read()117 return readLength<uint16_t>(Obj); in read()120 return readLength<uint32_t>(Obj); in read()214 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
432 uint64_t length = reader.readLength(&off); in splitEhFrames()
144 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()