/third_party/openssl/test/ssl-tests/ |
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 …]
|
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",
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuMatrixUtil.hpp | 51 template <typename T, int Len> 52 inline Matrix<T, Len+1, Len+1> translationMatrix (const Vector<T, Len>& translation) in translationMatrix() 54 Matrix<T, Len+1, Len+1> res = Matrix<T, Len+1, Len+1>(); in translationMatrix() 55 for (int row = 0; row < Len; row++) in translationMatrix() 56 res(row, Len) = translation.m_data[row]; in translationMatrix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.cpp | 46 void DecodeInsertElementMask(unsigned NumElts, unsigned Idx, unsigned Len, in DecodeInsertElementMask() argument 48 assert((Idx + Len) <= NumElts && "Insertion out of range"); in DecodeInsertElementMask() 52 for (unsigned i = 0; i != Len; ++i) in DecodeInsertElementMask() 415 void DecodeEXTRQIMask(unsigned NumElts, unsigned EltSize, int Len, int Idx, in DecodeEXTRQIMask() argument 420 Len &= 0x3F; in DecodeEXTRQIMask() 425 if (0 != (Len % EltSize) || 0 != (Idx % EltSize)) in DecodeEXTRQIMask() 429 if (Len == 0) in DecodeEXTRQIMask() 430 Len = 64; in DecodeEXTRQIMask() 433 if ((Len + Idx) > 64) { in DecodeEXTRQIMask() 439 Len /= EltSize; in DecodeEXTRQIMask() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 22 auto Len = RawSymbol->getLength(); in getLineNumbers() local 23 Len = Len ? Len : 1; in getLineNumbers() 25 return Session.findLineNumbersByRVA(RVA, Len); in getLineNumbers() 29 Section, RawSymbol->getAddressOffset(), Len); in getLineNumbers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeHeader.cpp | 62 : ID(kInvalid), FType(kBufferType), Len(0), Data(0) {} in NaClBitcodeHeaderField() 65 : ID(MyID), FType(kFlagType), Len(0), Data(0) { in NaClBitcodeHeaderField() 70 : ID(MyID), FType(kUInt32Type), Len(4), Data(new uint8_t[4]) { in NaClBitcodeHeaderField() 88 : ID(MyID), FType(kBufferType), Len(MyLen), Data(new uint8_t[MyLen]) { in NaClBitcodeHeaderField() 96 size_t FieldsLen = kTagLenSize + Len; in Write() 101 Len > std::numeric_limits<FixedSubfield>::max()) in Write() 105 WriteFixedSubfield(static_cast<FixedSubfield>(Len), in Write() 107 memcpy(Buf + kTagLenSize, Data, Len); in Write() 125 if (Len != Length) { in Read() 131 Len = Length; in Read() [all …]
|
/third_party/json/test/thirdparty/Fuzzer/test/ |
D | StrcmpTest.cpp | 13 size_t Len = strlen(Str); in Eq() local 14 if (Size < Len) return false; in Eq() 15 if (Len >= sizeof(Buff)) return false; in Eq() 16 memcpy(Buff, (char*)Data, Len); in Eq() 17 Buff[Len] = 0; in Eq()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 59 size_t Len = 0; in write_unsigned_impl() local 60 Len = format_to_buffer(N, NumberBuffer); in write_unsigned_impl() 65 if (Len < MinDigits && Style != IntegerStyle::Number) { in write_unsigned_impl() 66 for (size_t I = Len; I < MinDigits; ++I) in write_unsigned_impl() 71 writeWithCommas(S, ArrayRef<char>(std::end(NumberBuffer) - Len, Len)); in write_unsigned_impl() 73 S.write(std::end(NumberBuffer) - Len, Len); in write_unsigned_impl() 244 unsigned Len; in write_double() local 245 Len = format(Spec.c_str(), N).snprint(Buf, sizeof(Buf)); in write_double() 247 ++Len; in write_double()
|
/third_party/libwebsockets/win32port/zlib/ |
D | trees.c | 168 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 174 send_bits(s, tree[c].Code, tree[c].Len); } 298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 310 static_dtree[n].Len = 5; in tr_static_init() 345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 516 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ [all …]
|
/third_party/skia/third_party/externals/zlib/ |
D | trees.c | 161 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 167 send_bits(s, tree[c].Code, tree[c].Len); } 291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 303 static_dtree[n].Len = 5; in tr_static_init() 338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 508 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ [all …]
|
/third_party/node/deps/zlib/ |
D | trees.c | 161 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 167 send_bits(s, tree[c].Code, tree[c].Len); } 291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 303 static_dtree[n].Len = 5; in tr_static_init() 338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 508 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ [all …]
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | trees.c | 161 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 167 send_bits(s, tree[c].Code, tree[c].Len); } 291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 303 static_dtree[n].Len = 5; in tr_static_init() 338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 508 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ [all …]
|
/third_party/zlib/ |
D | trees.c | 161 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 167 send_bits(s, tree[c].Code, tree[c].Len); } 291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 303 static_dtree[n].Len = 5; in tr_static_init() 338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 508 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOutliner.h | 43 unsigned Len = 0; member 88 unsigned getLength() const { return Len; } in getLength() 94 unsigned getEndIdx() const { return StartIdx + Len - 1; } in getEndIdx() 120 Candidate(unsigned StartIdx, unsigned Len, in Candidate() 124 : StartIdx(StartIdx), Len(Len), FirstInst(FirstInst), LastInst(LastInst), in Candidate()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_asn1write.data | 223 ASN.1 Write / Read Length #0 (Len = 0, short form) 226 ASN.1 Write / Read Length #1 (Len = 127, short form) 229 ASN.1 Write / Read Length #2 (Len = 127, buffer too small) 232 ASN.1 Write / Read Length #3 (Len = 128, long form) 235 ASN.1 Write / Read Length #4 (Len = 255, long form) 238 ASN.1 Write / Read Length #5 (Len = 255, buffer too small) 241 ASN.1 Write / Read Length #6 (Len = 258, byte order) 244 ASN.1 Write / Read Length #7 (Len = 65535, long form) 247 ASN.1 Write / Read Length #8 (Len = 65535, buffer too small) 250 ASN.1 Write / Read Length #9 (Len = 66051, byte order) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 188 const std::pair<offset_type, offset_type> &Len = in Emit() local 191 InfoObj.EmitKey(Out, I->Key, Len.first); in Emit() 192 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit() 197 InfoObj.EmitKey(Out, I->Key, Len.first); in Emit() 199 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit() 201 assert(offset_type(DataStart - KeyStart) == Len.first && in Emit() 203 assert(offset_type(End - DataStart) == Len.second && in Emit() 324 const offset_type Len; variable 328 iterator() : Key(), Data(nullptr), Len(0), InfoObj(nullptr) {} in iterator() 331 : Key(K), Data(D), Len(L), InfoObj(InfoObj) {} in iterator() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 273 unsigned Len = Ty->getScalarSizeInBits(); in tryToRecognizePopCount() local 275 if (!(Len <= 128 && Len > 8 && Len % 8 == 0)) in tryToRecognizePopCount() 278 APInt Mask55 = APInt::getSplat(Len, APInt(8, 0x55)); in tryToRecognizePopCount() 279 APInt Mask33 = APInt::getSplat(Len, APInt(8, 0x33)); in tryToRecognizePopCount() 280 APInt Mask0F = APInt::getSplat(Len, APInt(8, 0x0F)); in tryToRecognizePopCount() 281 APInt Mask01 = APInt::getSplat(Len, APInt(8, 0x01)); in tryToRecognizePopCount() 282 APInt MaskShift = APInt(Len, Len - 8); in tryToRecognizePopCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | BuildLibCalls.h | 71 Value *emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, 86 Value *emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, 91 Value *emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, 96 Value *emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, 102 Value *emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilder<> &B, 106 Value *emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, 110 Value *emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, 114 Value *emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | NativeFormatting.cpp | 58 size_t Len = 0; in write_unsigned_impl() local 59 Len = format_to_buffer(N, NumberBuffer); in write_unsigned_impl() 64 if (Len < MinDigits && Style != IntegerStyle::Number) { in write_unsigned_impl() 65 for (size_t I = Len; I < MinDigits; ++I) in write_unsigned_impl() 70 writeWithCommas(S, ArrayRef<char>(std::end(NumberBuffer) - Len, Len)); in write_unsigned_impl() 72 S.write(std::end(NumberBuffer) - Len, Len); in write_unsigned_impl()
|
D | TrigramIndex.cpp | 37 unsigned Len = 0; in insert() local 53 Len = 0; in insert() 64 Len++; in insert() 65 if (Len < 3) in insert()
|
D | Valgrind.cpp | 38 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations() argument 42 VALGRIND_DISCARD_TRANSLATIONS(Addr, Len); in ValgrindDiscardTranslations() 51 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCompileServer.cpp | 63 size_t GetBytes(unsigned char *Buf, size_t Len) final; 89 size_t TextDataStreamer::GetBytes(unsigned char *Buf, size_t Len) { in GetBytes() argument 93 Len = std::min(Len, Remaining); in GetBytes() 94 for (size_t i = 0; i < Len; ++i) in GetBytes() 96 Cursor += Len; in GetBytes() 97 return Len; in GetBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCCodeEmitter.cpp | 231 uint64_t Len = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI) - 1; in getBDLAddr12Len4Encoding() local 232 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<4>(Len)); in getBDLAddr12Len4Encoding() 233 return (Len << 16) | (Base << 12) | Disp; in getBDLAddr12Len4Encoding() 242 uint64_t Len = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI) - 1; in getBDLAddr12Len8Encoding() local 243 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<8>(Len)); in getBDLAddr12Len8Encoding() 244 return (Len << 16) | (Base << 12) | Disp; in getBDLAddr12Len8Encoding() 253 uint64_t Len = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI); in getBDRAddr12Encoding() local 254 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<4>(Len)); in getBDRAddr12Encoding() 255 return (Len << 16) | (Base << 12) | Disp; in getBDRAddr12Encoding()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 175 static bool canTransformToMemCmp(CallInst *CI, Value *Str, uint64_t Len, in canTransformToMemCmp() argument 180 if (!isDereferenceableAndAlignedPointer(Str, Align::None(), APInt(64, Len), in canTransformToMemCmp() 262 uint64_t Len = GetStringLength(Src); in optimizeStrCat() local 263 if (Len) in optimizeStrCat() 264 annotateDereferenceableBytes(CI, 1, Len); in optimizeStrCat() 267 --Len; // Unbias length. in optimizeStrCat() 270 if (Len == 0) in optimizeStrCat() 273 return emitStrLenMemCpy(Src, Dst, Len, B); in optimizeStrCat() 276 Value *LibCallSimplifier::emitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, in emitStrLenMemCpy() argument 293 ConstantInt::get(DL.getIntPtrType(Src->getContext()), Len + 1)); in emitStrLenMemCpy() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
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()
|