Home
last modified time | relevance | path

Searched refs:Lengths (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp47 Lengths("length", variable
241 if (!Offsets.empty() || !Lengths.empty()) { in fillRanges()
273 if (Offsets.size() != Lengths.size() && in fillRanges()
274 !(Offsets.size() == 1 && Lengths.empty())) { in fillRanges()
286 if (i < Lengths.size()) { in fillRanges()
287 if (Offsets[i] + Lengths[i] > Code->getBufferSize()) { in fillRanges()
288 errs() << "error: invalid length " << Lengths[i] in fillRanges()
289 << ", offset + length (" << Offsets[i] + Lengths[i] in fillRanges()
293 End = Start.getLocWithOffset(Lengths[i]); in fillRanges()
705 (!Offsets.empty() || !Lengths.empty() || !LineRanges.empty())) { in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp534 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() local
535 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
H A DMetadataLoader.cpp2287 StringRef Lengths = Blob.slice(0, StringsOffset); in parseMetadataStrings() local
2288 SimpleBitstreamCursor R(Lengths); in parseMetadataStrings()
/freebsd-14.2/share/misc/
H A Dscsi_modes77 {SBLP (Supported Block Lengths and Protection)} t1
/freebsd-14.2/contrib/bearssl/src/x509/
H A Dasn1.t0273 \ Lengths in 0x00..0x7F get encoded as a single byte.
/freebsd-14.2/sys/contrib/zlib/doc/
H A Drfc1951.txt624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp738 auto NoLength = [](const SmallDenseSet<ElementCount> &Lengths, in EnforceSameNumElts()
740 return !Lengths.count(T.isVector() ? T.getVectorElementCount() in EnforceSameNumElts()