Home
last modified time | relevance | path

Searched refs:readLength (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp111 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
/freebsd/contrib/llvm-project/lld/MachO/
H A DEhFrame.h61 uint64_t readLength(size_t *off) const;
H A DEhFrame.cpp21 uint64_t EhReader::readLength(size_t *off) const { in readLength() function in EhReader
H A DInputFiles.cpp432 uint64_t length = reader.readLength(&off); in splitEhFrames()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h144 template <class T> Expected<bool> readLength(Object &Obj);
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c289 const unsigned readLength = MAX(d, 8); in FASTCOVER_computeFrequency() local
296 while (start + readLength <= currSampleEnd) { in FASTCOVER_computeFrequency()