/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 13-fragmentation.cnf | 21 test-16 = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled 22 test-17 = 17-Maximum Fragment Len extension equal FragmentSize to 2048 23 test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024 24 test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024 25 test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048 26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024 412 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled] 413 ssl_conf = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl 415 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl] 416 server = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server [all …]
|
H A D | 13-fragmentation.cnf.in | 191 name => "Maximum Fragment Len extension set to 1024 w. FragmentSize disabled", 204 name => "Maximum Fragment Len extension equal FragmentSize to 2048", 217 name => "Maximum Fragment Len extension 512 lower than FragmentSize 1024", 230 name => "Maximum Fragment Len extension 1024 lower than FragmentSize 1024", 243 name => "Maximum Fragment Len extension 4096 greater than FragmentSize 2048", 256 name => "Maximum Fragment Len extension 2048 greater than FragmentSize 1024",
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | DLangDemangle.cpp | 140 unsigned long Len); 279 unsigned long Len; in parseSymbolBackref() local 289 decodeNumber(Backref, Len); in parseSymbolBackref() 290 if (Backref.empty() || Backref.length() < Len) { in parseSymbolBackref() 295 parseLName(Demangled, Backref, Len); in parseSymbolBackref() 434 unsigned long Len; in parseIdentifier() local 435 decodeNumber(Mangled, Len); in parseIdentifier() 441 if (!Len || Mangled.length() < Len) { in parseIdentifier() 451 if (Len >= 4 && starts_with(Mangled, "__S")) { in parseIdentifier() 452 const size_t SuffixLen = Mangled.length() - Len; in parseIdentifier() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ScratchBuffer.cpp | 33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken() argument 35 if (BytesUsed+Len+2 > ScratchBufSize) in getToken() 36 AllocScratchBuffer(Len+2); in getToken() 54 memcpy(CurBuffer+BytesUsed, Buf, Len); in getToken() 57 BytesUsed += Len+1; in getToken() 64 return BufferStartLoc.getLocWithOffset(BytesUsed-Len-1); in getToken()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 49 void DecodeInsertElementMask(unsigned NumElts, unsigned Idx, unsigned Len, in DecodeInsertElementMask() argument 51 assert((Idx + Len) <= NumElts && "Insertion out of range"); in DecodeInsertElementMask() 55 for (unsigned i = 0; i != Len; ++i) in DecodeInsertElementMask() 399 void DecodeEXTRQIMask(unsigned NumElts, unsigned EltSize, int Len, int Idx, in DecodeEXTRQIMask() argument 404 Len &= 0x3F; in DecodeEXTRQIMask() 409 if (0 != (Len % EltSize) || 0 != (Idx % EltSize)) in DecodeEXTRQIMask() 413 if (Len == 0) in DecodeEXTRQIMask() 414 Len = 64; in DecodeEXTRQIMask() 417 if ((Len + Idx) > 64) { in DecodeEXTRQIMask() 423 Len /= EltSize; in DecodeEXTRQIMask() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 21 auto Len = RawSymbol->getLength(); in getLineNumbers() local 22 Len = Len ? Len : 1; in getLineNumbers() 24 return Session.findLineNumbersByRVA(RVA, Len); in getLineNumbers() 28 Section, RawSymbol->getAddressOffset(), Len); in getLineNumbers()
|
H A D | PDBSymbolFunc.cpp | 101 auto Len = RawSymbol->getLength(); in getLineNumbers() local 103 Len ? Len : 1); in getLineNumbers()
|
H A D | PDBSymbolCompiland.cpp | 64 auto Len = EnvWorkingDir.length(); in getSourceFileFullPath() local 65 if (EnvWorkingDir[Len - 1] != '/' && EnvWorkingDir[Len - 1] != '\\') { in getSourceFileFullPath()
|
/freebsd/sys/contrib/zlib/ |
H A D | trees.c | 223 int len = tree[n].Len; in gen_codes() 238 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 244 send_bits(s, tree[c].Code, tree[c].Len); } 352 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 353 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 354 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 355 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 364 static_dtree[n].Len = 5; in tr_static_init() 398 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 404 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_bsd.cpp | 36 uptr Len = sizeof(*InfoProc); in GetMemoryProfile() local 37 uptr Size = Len; in GetMemoryProfile() 40 internal_sysctl(Mib, ARRAY_SIZE(Mib), nullptr, (uptr *)InfoProc, &Len, 0), in GetMemoryProfile() 48 uptr Len = sizeof(*InfoProc); 49 uptr Size = Len; 54 internal_sysctl(Mib, ARRAY_SIZE(Mib), nullptr, (uptr *)InfoProc, &Len, 0),
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SuffixTree.cpp | 185 if (Active.Len == 0) { in extend() 215 if (Active.Len >= SubstringLen) { in extend() 221 Active.Len -= SubstringLen; in extend() 231 if (Str[NextNode->getStartIdx() + Active.Len] == LastChar) { in extend() 240 Active.Len++; in extend() 260 NextNode->getStartIdx() + Active.Len - 1, FirstChar); in extend() 268 NextNode->incrementStartIdx(Active.Len); in extend() 283 if (Active.Len > 0) { in extend() 284 Active.Len--; in extend()
|
H A D | Valgrind.cpp | 26 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations() argument 27 VALGRIND_DISCARD_TRANSLATIONS(Addr, Len); in ValgrindDiscardTranslations() 36 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations() argument
|
H A D | NativeFormatting.cpp | 61 size_t Len = format_to_buffer(N, NumberBuffer); in write_unsigned_impl() local 66 if (Len < MinDigits && Style != IntegerStyle::Number) { in write_unsigned_impl() 67 for (size_t I = Len; I < MinDigits; ++I) in write_unsigned_impl() 72 writeWithCommas(S, ArrayRef<char>(std::end(NumberBuffer) - Len, Len)); in write_unsigned_impl() 74 S.write(std::end(NumberBuffer) - Len, Len); in write_unsigned_impl()
|
H A D | TarWriter.cpp | 71 int Len = Key.size() + Val.size() + 3; // +3 for " ", "=" and "\n" in formatPax() local 75 int Total = Len + Twine(Len).str().size(); in formatPax() 76 Total = Len + Twine(Total).str().size(); in formatPax()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOutliner.h | 43 unsigned Len = 0; member 120 unsigned getLength() const { return Len; } in getLength() 126 unsigned getEndIdx() const { return StartIdx + Len - 1; } in getEndIdx() 199 Candidate(unsigned StartIdx, unsigned Len, in Candidate() 203 : StartIdx(StartIdx), Len(Len), FirstInst(FirstInst), LastInst(LastInst),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | BuildLibCalls.h | 108 Value *emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, 123 Value *emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, 128 Value *emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, 133 Value *emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, 138 Value *emitMemPCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, 143 Value *emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, 147 Value *emitMemRChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, 151 Value *emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, 155 Value *emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, 159 Value *emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 187 const std::pair<offset_type, offset_type> &Len = in Emit() local 190 InfoObj.EmitKey(Out, I->Key, Len.first); in Emit() 191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit() 196 InfoObj.EmitKey(Out, I->Key, Len.first); in Emit() 198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit() 200 assert(offset_type(DataStart - KeyStart) == Len.first && in Emit() 202 assert(offset_type(End - DataStart) == Len.second && in Emit() 325 const offset_type Len; variable 329 iterator() : Key(), Data(nullptr), Len(0), InfoObj(nullptr) {} in iterator() 332 : Key(K), Data(D), Len(L), InfoObj(InfoObj) {} in iterator() [all …]
|
H A D | BinaryItemStream.h | 78 uint64_t Len = Traits::length(Item); in computeItemOffsets() 79 assert(Len > 0 && "no empty items"); in computeItemOffsets() local 80 CurrentOffset += Len; in computeItemOffsets()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | SelectorLocationsKind.cpp | 30 unsigned Len = II ? II->getLength() : 0; in getStandardSelLoc() local 31 return EndLoc.getLocWithOffset(-Len); in getStandardSelLoc() 38 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1; in getStandardSelLoc() local 40 ++Len; in getStandardSelLoc() 41 return ArgLoc.getLocWithOffset(-Len); in getStandardSelLoc()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.cpp | 351 size_t Len = std::min(n, Word::GetMaxSize()); in AddValueForMemcmp() local 359 for (size_t i = 0; i < Len; i++) { in AddValueForMemcmp() 367 for (; I < Len; I++) { in AddValueForMemcmp() 377 TORCW.Insert(Idx ^ Hash, Word(B1, Len), Word(B2, Len)); in AddValueForMemcmp() 397 size_t Len = 0; in InternalStrnlen() local 398 for (; Len < MaxLen && S[Len]; Len++) {} in InternalStrnlen() 399 return Len; in InternalStrnlen() 406 size_t Len = 0; in InternalStrnlen2() local 407 for (; S1[Len] && S2[Len]; Len++) {} in InternalStrnlen2() 408 return Len; in InternalStrnlen2()
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp | 775 unsigned Len = End-Start; in MakeRopeString() local 776 assert(Len && "Zero length RopePiece is invalid!"); in MakeRopeString() 779 if (AllocOffs+Len <= AllocChunkSize) { in MakeRopeString() 780 memcpy(AllocBuffer->Data+AllocOffs, Start, Len); in MakeRopeString() 781 AllocOffs += Len; in MakeRopeString() 782 return RopePiece(AllocBuffer, AllocOffs-Len, AllocOffs); in MakeRopeString() 787 if (Len > AllocChunkSize) { in MakeRopeString() 801 memcpy(Res->Data, Start, Len); in MakeRopeString() 803 AllocOffs = Len; in MakeRopeString() 805 return RopePiece(AllocBuffer, 0, Len); in MakeRopeString()
|
H A D | TokenRewriter.cpp | 84 unsigned Len = strlen(Val); in AddTokenBefore() local 91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling)); in AddTokenBefore() 92 Tok.setLength(Len); in AddTokenBefore()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugChecksumsSubsection.cpp | 35 operator()(BinaryStreamRef Stream, uint32_t &Len, FileChecksumEntry &Item) { in operator ()() argument 47 Len = alignTo(Header->ChecksumSize + sizeof(FileChecksumEntryHeader), 4); in operator ()() 86 uint32_t Len = alignTo(sizeof(FileChecksumEntryHeader) + Bytes.size(), 4); in addChecksum() local 87 SerializedSize += Len; in addChecksum()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPort.h | 58 #define COMPILER_RT_GETHOSTNAME(Name, Len) ((void)(Name), (void)(Len), (-1)) argument 60 #define COMPILER_RT_GETHOSTNAME(Name, Len) lprofGetHostName(Name, Len) argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 47 const size_t Len = Str.size() + 1; in getPaddedLen() local 48 return (Len % 4 == 0) ? Len : Len + (4 - (Len % 4)); in getPaddedLen() 360 size_t Start, Len = 0; in getOclOrSpirvBuiltinDemangledName() local 372 .getAsInteger(10, Len); in getOclOrSpirvBuiltinDemangledName() 373 return Name.substr(Start, Len).str(); in getOclOrSpirvBuiltinDemangledName()
|