Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp109 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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h140 template <class T> Expected<bool> readLength(Object &Obj);
/freebsd-13.1/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c281 const unsigned readLength = MAX(d, 8); in FASTCOVER_computeFrequency() local
288 while (start + readLength <= currSampleEnd) { in FASTCOVER_computeFrequency()