Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp47 Lengths("length", variable
250 if (!Offsets.empty() || !Lengths.empty()) { in fillRanges()
282 if (Offsets.size() != Lengths.size() && in fillRanges()
283 !(Offsets.size() == 1 && Lengths.empty())) { in fillRanges()
295 if (i < Lengths.size()) { in fillRanges()
296 if (Offsets[i] + Lengths[i] > Code->getBufferSize()) { in fillRanges()
297 errs() << "error: invalid length " << Lengths[i] in fillRanges()
298 << ", offset + length (" << Offsets[i] + Lengths[i] in fillRanges()
302 End = Start.getLocWithOffset(Lengths[i]); in fillRanges()
713 (!Offsets.empty() || !Lengths.empty() || !LineRanges.empty())) { in main()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp540 StringRef Lengths = Blob.slice(0, StringsOffset); in decodeMetadataStringsBlob() local
541 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
H A DMetadataLoader.cpp2304 StringRef Lengths = Blob.slice(0, StringsOffset); in parseMetadataStrings() local
2305 SimpleBitstreamCursor R(Lengths); in parseMetadataStrings()
/freebsd/share/misc/
H A Dscsi_modes77 {SBLP (Supported Block Lengths and Protection)} t1
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t0273 \ Lengths in 0x00..0x7F get encoded as a single byte.
/freebsd/sys/contrib/zlib/doc/
H A Drfc1951.txt624 Code Bits Length(s) Code Bits Lengths Code Bits Length(s)
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp732 auto NoLength = [](const SmallDenseSet<ElementCount> &Lengths, in EnforceSameNumElts()
734 return !Lengths.count(T.isVector() ? T.getVectorElementCount() in EnforceSameNumElts()