Home
last modified time | relevance | path

Searched refs:size (Results 17476 - 17500 of 41811) sorted by relevance

1...<<691692693694695696697698699700>>...1673

/third_party/mesa3d/src/mesa/main/
H A Dtexturebindless.c547 size_t size = sizeof(samp->Attrib.state.border_color.ui); in is_sampler_border_color_valid() local
560 if (!memcmp(samp->Attrib.state.border_color.f, valid_float_border_colors[0], size) || in is_sampler_border_color_valid()
561 !memcmp(samp->Attrib.state.border_color.f, valid_float_border_colors[1], size) || in is_sampler_border_color_valid()
562 !memcmp(samp->Attrib.state.border_color.f, valid_float_border_colors[2], size) || in is_sampler_border_color_valid()
563 !memcmp(samp->Attrib.state.border_color.f, valid_float_border_colors[3], size)) in is_sampler_border_color_valid()
566 if (!memcmp(samp->Attrib.state.border_color.ui, valid_integer_border_colors[0], size) || in is_sampler_border_color_valid()
567 !memcmp(samp->Attrib.state.border_color.ui, valid_integer_border_colors[1], size) || in is_sampler_border_color_valid()
568 !memcmp(samp->Attrib.state.border_color.ui, valid_integer_border_colors[2], size) || in is_sampler_border_color_valid()
569 !memcmp(samp->Attrib.state.border_color.ui, valid_integer_border_colors[3], size)) in is_sampler_border_color_valid()
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_query.c86 * samples so all nodes have the same size plotted against time:
731 uint32_t offset = end_snapshot ? align(layout->size, layout->alignment) : 0; in snapshot_query_layout()
750 field->mmio_offset, field->size, in snapshot_query_layout()
1054 offset += header->size; in read_oa_samples_until()
1089 end = query->oa.map + perf_ctx->perf->query_layout.size; in read_oa_samples_for_query()
1280 end = query->oa.map + perf_ctx->perf->query_layout.size; in accumulate_oa_reports()
1320 assert(header->size != 0); in accumulate_oa_reports()
1321 assert(header->size <= buf->len); in accumulate_oa_reports()
1323 offset += header->size; in accumulate_oa_reports()
1582 uint32_t *end_report = query->oa.map + perf_cfg->query_layout.size; in intel_perf_get_query_data()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dregion.cpp170 for ( int32_t i = 0 ; i < allRegions->size() ; i++ ) { in loadRegionData()
326 for ( int32_t i = 0 ; i < continents->size() ; i++ ) { in loadRegionData()
333 for ( int32_t i = 0 ; i < groupings->size() ; i++ ) { in loadRegionData()
515 if ( r->fType == URGN_DEPRECATED && r->preferredValues->size() == 1) { in getInstance()
556 if ( r->fType == URGN_DEPRECATED && r->preferredValues->size() == 1) { in getInstance()
676 for ( int32_t i = 0 ; i < containedRegions->size() ; i++ ) { in contains()
730 new UVector(uprv_deleteUObject, uhash_compareUnicodeString, nameList->size(), status), status); in RegionNameEnumeration()
731 for ( int32_t i = 0 ; U_SUCCESS(status) && i < nameList->size() ; i++ ) { in RegionNameEnumeration()
761 return (fRegionNames==nullptr) ? 0 : fRegionNames->size(); in count()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c79 while (heap->next && heap->size < 2) { in nv30_transfer_rect_vertprog()
680 unsigned size, void *data) in nv30_transfer_push_data()
690 unsigned size) in nv30_transfer_copy_data()
700 pages = size >> 12; in nv30_transfer_copy_data()
701 size -= (pages << 12); in nv30_transfer_copy_data()
734 if (size) { in nv30_transfer_copy_data()
742 PUSH_DATA (push, size); in nv30_transfer_copy_data()
743 PUSH_DATA (push, size); in nv30_transfer_copy_data()
744 PUSH_DATA (push, size); in nv30_transfer_copy_data()
678 nv30_transfer_push_data(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned offset, unsigned domain, unsigned size, void *data) nv30_transfer_push_data() argument
687 nv30_transfer_copy_data(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned d_off, unsigned d_dom, struct nouveau_bo *src, unsigned s_off, unsigned s_dom, unsigned size) nv30_transfer_copy_data() argument
/third_party/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c294 if ((!entry->data) && (entry->size > 0)) in mnote_olympus_entry_get_value()
338 memcpy(v, entry->data, MIN (maxlen, entry->size)); in mnote_olympus_entry_get_value()
661 strncpy (v, (char *)entry->data, MIN (maxlen, entry->size)); in mnote_olympus_entry_get_value()
665 strncpy (v, (char *)entry->data, MIN (maxlen, entry->size)); in mnote_olympus_entry_get_value()
670 strncpy (v, (char *)entry->data, MIN (maxlen, entry->size)); in mnote_olympus_entry_get_value()
675 strncpy (v, (char *)entry->data, MIN (maxlen, entry->size)); in mnote_olympus_entry_get_value()
785 strncpy (v, (char *)entry->data, MIN (maxlen, entry->size)); in mnote_olympus_entry_get_value()
830 entry->size); in mnote_olympus_entry_get_value()
831 for (i = 0; i < (int)entry->size; i++) { in mnote_olympus_entry_get_value()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_parser.c77 fprintf(fp, "\t/* SHADER_INFO: prefetch: %d, size: %d */\n", in parse_vs_shader_info()
98 fprintf(fp, "\t/* ATTRIBUTES_ADDRESS: address: 0x%08x, size: %d */\n", in parse_vs_attributes_address()
105 fprintf(fp, "\t/* VARYINGS_ADDRESS: varying info @ 0x%08x, size: %d */\n", in parse_vs_varyings_address()
112 fprintf(fp, "\t/* UNIFORMS_ADDRESS (GP): address: 0x%08x, size: %d */\n", in parse_vs_uniforms_address()
119 fprintf(fp, "\t/* SHADER_ADDRESS (VS): address: 0x%08x, size: %d */\n", in parse_vs_shader_address()
151 lima_parse_vs(FILE *fp, uint32_t *data, int size, uint32_t start) in lima_parse_vs() argument
158 for (int i = 0; i * 4 < size; i += 2) { in lima_parse_vs()
267 (*value1 & 0x1000) ? "force point size, " : "", in parse_plbu_primitive_setup()
301 fprintf(fp, "\t/* LOW_PRIM_SIZE: size: %f */\n", *value1); in parse_plbu_low_prim_size()
374 lima_parse_plbu(FILE *fp, uint32_t *data, int size, uint32_ argument
440 lima_parse_shader(FILE *fp, uint32_t *data, int size, bool is_frag) lima_parse_shader() argument
716 lima_parse_render_state(FILE *fp, uint32_t *data, int size, uint32_t start) lima_parse_render_state() argument
836 lima_parse_texture_descriptor(FILE *fp, uint32_t *data, int size, uint32_t start, uint32_t offset) lima_parse_texture_descriptor() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_lib.c450 int BIO_gets(BIO *b, char *buf, int size) in BIO_gets() argument
464 if (size < 0) { in BIO_gets()
470 ret = (int)bio_call_callback(b, BIO_CB_GETS, buf, size, 0, 0L, 1, NULL); in BIO_gets()
480 ret = b->method->bgets(b, buf, size); in BIO_gets()
488 ret = (int)bio_call_callback(b, BIO_CB_GETS | BIO_CB_RETURN, buf, size, in BIO_gets()
493 if (readbytes > (size_t)size) in BIO_gets()
502 int BIO_get_line(BIO *bio, char *buf, int size) in BIO_get_line() argument
511 if (size <= 0) { in BIO_get_line()
526 while (size-- > 1 && (ret = BIO_read(bio, ptr, 1)) > 0) in BIO_get_line()
/third_party/openssl/crypto/bio/
H A Dbio_lib.c450 int BIO_gets(BIO *b, char *buf, int size) in BIO_gets() argument
464 if (size < 0) { in BIO_gets()
470 ret = (int)bio_call_callback(b, BIO_CB_GETS, buf, size, 0, 0L, 1, NULL); in BIO_gets()
480 ret = b->method->bgets(b, buf, size); in BIO_gets()
488 ret = (int)bio_call_callback(b, BIO_CB_GETS | BIO_CB_RETURN, buf, size, in BIO_gets()
493 if (readbytes > (size_t)size) in BIO_gets()
502 int BIO_get_line(BIO *bio, char *buf, int size) in BIO_get_line() argument
511 if (size <= 0) { in BIO_get_line()
526 while (size-- > 1 && (ret = BIO_read(bio, ptr, 1)) > 0) in BIO_get_line()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp137 // Check if image size does not exceed device limits in iterate()
342 static_cast<deUint32>(attachments.size()), // deUint32 attachmentCount; in iterate()
344 static_cast<deUint32>(subpasses.size()), // deUint32 subpassCount; in iterate()
346 static_cast<deUint32>(subpassDependencies.size()), // deUint32 dependencyCount; in iterate()
383 static_cast<deUint32>(imageViews.size()), // uint32_t attachmentCount; in iterate()
432 static_cast<deUint32>(vertexDataDesc.vertexAttribDescVec.size()), // uint32_t vertexAttributeDescriptionCount; in iterate()
603 static_cast<deUint32>(imageOutputAttachmentBarriers.size()), dataPointer(imageOutputAttachmentBarriers)); in iterate()
615 renderPass.begin(deviceInterface, *commandBuffer, makeRect2D(0, 0, imageMSInfo.extent.width, imageMSInfo.extent.height), (deUint32)clearValues.size(), dataPointer(clearValues)); in iterate()
719 static_cast<deUint32>(imagesPerSampleTransferBarriers.size()), dataPointer(imagesPerSampleTransferBarriers)); in iterate()
755 static_cast<deUint32>(buffersPerSampleHostReadBarriers.size()), dataPointe in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp391 createInfo.enabledLayerCount = static_cast<deUint32>(enabledLayers.size()); in createCustomInstanceFromInfo()
397 createInfo.enabledExtensionCount = static_cast<deUint32>(enabledExtensions.size()); in createCustomInstanceFromInfo()
437 createInfo.enabledLayerCount = static_cast<deUint32>(enabledLayers.size()); in createUncheckedInstance()
443 createInfo.enabledExtensionCount = static_cast<deUint32>(enabledExtensions.size()); in createUncheckedInstance()
474 createInfo.enabledLayerCount = static_cast<deUint32>(enabledLayers.size()); in createCustomDevice()
508 createInfo.enabledLayerCount = static_cast<deUint32>(enabledLayers.size()); in createUncheckedDevice()
789 if (queueFamilyPropertiesCount != queueFamilyProperties2.size()) in createDeviceSupportingQueue()
903 static_cast<uint32_t>(queueInfos.size()), // deUint32 queueCreateInfoCount; in createDeviceSupportingQueue()
907 deUint32(deviceExtensions.size()), // deUint32 enabledExtensionCount; in createDeviceSupportingQueue()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTextureFunctionHLSL.cpp8 // ESSL texture function, others do more work to emulate ESSL texture sampling or size query
25 const char *size, in OutputIntTexCoordWrap()
34 << ") / " << size << ";\n"; in OutputIntTexCoordWrap() local
40 out << " " << texCoordOutName << " = clamp(int(floor(" << size << " * " << texCoordOutName in OutputIntTexCoordWrap()
41 << "Offset)), 0, int(" << size << ") - 1);\n"; in OutputIntTexCoordWrap() local
47 out << " int texCoordInt = int(floor(" << size << " * " << texCoordOutName << "Offset));\n"; in OutputIntTexCoordWrap()
48 out << " " << texCoordOutName << " = clamp(texCoordInt, 0, int(" << size << ") - 1);\n"; in OutputIntTexCoordWrap() local
58 out << " " << texCoordOutName << " = int(floor(" << size << " * coordWrapped));\n"; in OutputIntTexCoordWrap() local
64 out << " " << texCoordOutName << " = int(floor(" << size << " * frac(" << texCoordOutName in OutputIntTexCoordWrap()
980 for (size_t component = 0; component < kHLSLGatherFunctions.size(); in OutputTextureGatherFunctionBody()
23 OutputIntTexCoordWrap(TInfoSinkBase &out, const char *wrapMode, const char *size, const ImmutableString &texCoord, const char *texCoordOffset, const char *texCoordOutName) OutputIntTexCoordWrap() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp179 for (size_t attributeIndex = 0; attributeIndex < shaderAttributes.size(); ++attributeIndex) in generateVertexShaderForInputLayout()
186 inputIndex < inputLayout.size() ? inputLayout[inputIndex] : angle::FormatID::NONE; in generateVertexShaderForInputLayout()
291 size_t numOutputs = outputLayout.size();
414 for (GLuint registerIndex = 0u; registerIndex < registerInfos.size(); ++registerIndex)
614 for (GLuint registerIndex = 0u; registerIndex < registerInfos.size(); ++registerIndex)
814 for (GLuint registerIndex = 0u; registerIndex < registerInfos.size(); ++registerIndex)
955 for (GLuint registerIndex = 0u; registerIndex < registerInfos.size(); ++registerIndex)
1285 outputLocationIndex < programData.getOutputLocations().size(); ++outputLocationIndex)
1315 outputLocationIndex < programData.getSecondaryOutputLocations().size();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTailDuplicator.cpp63 "tail-dup-size",
68 "tail-dup-indirect-size",
186 NumTailDupRemoved += MBB->size(); in tailDuplicateAndUpdate()
193 for (unsigned i = 0, e = SSAUpdateVRs.size(); i != e; ++i) { in tailDuplicateAndUpdate()
209 for (unsigned j = 0, ee = LI->second.size(); j != ee; ++j) { in tailDuplicateAndUpdate()
241 for (unsigned i = 0, e = Copies.size(); i != e; ++i) { in tailDuplicateAndUpdate()
255 if (NewPHIs.size()) in tailDuplicateAndUpdate()
256 NumAddedPHIs += NewPHIs.size(); in tailDuplicateAndUpdate()
509 for (unsigned j = 0, ee = LI->second.size(); j != ee; ++j) { in updateSuccessorsPHIs()
529 for (unsigned j = 0, ee = TDBBs.size(); in updateSuccessorsPHIs()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_synonym_test.cpp664 .size()); in TEST()
676 ASSERT_EQ(2, ids_for_which_synonyms_are_known.size()); in TEST()
681 2, transformation_context.GetFactManager()->GetSynonymsForId(7).size()); in TEST()
696 ASSERT_EQ(4, ids_for_which_synonyms_are_known.size()); in TEST()
701 2, transformation_context.GetFactManager()->GetSynonymsForId(8).size()); in TEST()
718 ASSERT_EQ(5, ids_for_which_synonyms_are_known.size()); in TEST()
724 transformation_context.GetFactManager()->GetSynonymsForId(101).size()); in TEST()
741 ASSERT_EQ(6, ids_for_which_synonyms_are_known.size()); in TEST()
746 3, transformation_context.GetFactManager()->GetSynonymsForId(7).size()); in TEST()
/third_party/skia/src/core/
H A DSkPicturePlayback.cpp42 fPictureData->opData()->size()); in draw()
58 size = bits & 0xffffff; in draw() local
59 if (size == 0xffffff) { in draw()
60 size = reader.readInt(); in draw()
63 if (!reader.validate(size > 0 && op > UNUSED && op <= LAST_DRAWTYPE_ENUM)) { in draw()
67 this->handleOp(&reader, (DrawType)op, size, canvas, initialMatrix); in draw()
105 uint32_t size, in handleOp()
112 SkASSERT(size >= 4); in handleOp()
113 reader->skip(size - 4); in handleOp()
103 handleOp(SkReadBuffer* reader, DrawType op, uint32_t size, SkCanvas* canvas, const SkM44& initialMatrix) handleOp() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp236 result.size = 0; in make_bind_group_entry()
289 uniformBindGroupLayoutDesc.entryCount = uniformLayoutEntries.size(); in Build()
315 textureBindGroupLayoutDesc.entryCount = textureLayoutEntries.size(); in Build()
321 pipelineLayoutDesc.bindGroupLayoutCount = result->fBindGroupLayouts.size(); in Build()
354 input.attributeCount = vertexAttributes.size(); in Build()
373 input.attributeCount = instanceAttributes.size(); in Build()
380 vertexState.bufferCount = inputs.size(); in Build()
523 if (fBindGroupLayouts.size() < 2) { in setTextures()
547 descriptor.entryCount = bindings.size(); in setTextures()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_synonym_test.cpp664 .size()); in TEST()
676 ASSERT_EQ(2, ids_for_which_synonyms_are_known.size()); in TEST()
681 2, transformation_context.GetFactManager()->GetSynonymsForId(7).size()); in TEST()
696 ASSERT_EQ(4, ids_for_which_synonyms_are_known.size()); in TEST()
701 2, transformation_context.GetFactManager()->GetSynonymsForId(8).size()); in TEST()
718 ASSERT_EQ(5, ids_for_which_synonyms_are_known.size()); in TEST()
724 transformation_context.GetFactManager()->GetSynonymsForId(101).size()); in TEST()
741 ASSERT_EQ(6, ids_for_which_synonyms_are_known.size()); in TEST()
746 3, transformation_context.GetFactManager()->GetSynonymsForId(7).size()); in TEST()
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py83 def create_cache(size):
84 """Return the cache class for the given size."""
85 if size == 0:
87 if size < 0:
89 return LRUCache(size)
234 The size of the cache. Per default this is ``400`` which means
236 out the least recently used template. If the cache size is set to
237 ``0`` templates are recompiled all the time, if the cache size is
241 The cache size was increased to 400 from a low 50.
1283 If buffering is enabled with a buffer size o
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djchuff.c97 #error Cannot determine word size
311 /* These are code and size indexed by symbol value */ in jpeg_make_c_derived_tbl()
427 #define PUT_AND_FLUSH(code, size) { \
428 put_buffer = (put_buffer << (size + free_bits)) | (code >> -free_bits); \
438 #define PUT_BITS(code, size) { \
439 free_bits -= size; \
441 PUT_AND_FLUSH(code, size) \
443 put_buffer = (put_buffer << size) | code; \
446 #define PUT_CODE(code, size) { \
449 nbits += size; \
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpmux.c190 printf("Canvas size: %d x %d\n", width, height); in DisplayInfo()
235 frame.bitstream.bytes, frame.bitstream.size, &features); in DisplayInfo()
249 printf("%10d %11s\n", (int)frame.bitstream.size, in DisplayInfo()
264 printf("Size of the ICC profile data: %d\n", (int)icc_profile.size); in DisplayInfo()
271 printf("Size of the EXIF metadata: %d\n", (int)exif.size); in DisplayInfo()
278 printf("Size of the XMP metadata: %d\n", (int)xmp.size); in DisplayInfo()
285 printf("Size of the image (with alpha): %d\n", (int)image.bitstream.size); in DisplayInfo()
411 if (fwrite(webpdata->bytes, webpdata->size, 1, fout) != 1) { in WriteData()
415 (const W_CHAR*)filename, (int)webpdata->size); in WriteData()
458 if (err == WEBP_MUX_OK && metadata.size > in DuplicateMuxHeader()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregion.cpp182 for ( int32_t i = 0 ; i < allRegions->size() ; i++ ) { in loadRegionData()
305 for ( int32_t i = 0 ; i < continents->size() ; i++ ) { in loadRegionData()
312 for ( int32_t i = 0 ; i < groupings->size() ; i++ ) { in loadRegionData()
487 if ( r->fType == URGN_DEPRECATED && r->preferredValues->size() == 1) { in getInstance()
528 if ( r->fType == URGN_DEPRECATED && r->preferredValues->size() == 1) { in getInstance()
651 for ( int32_t i = 0 ; i < containedRegions->size() ; i++ ) { in contains()
702 fRegionNames = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, fNameList->size(),status); in RegionNameEnumeration()
703 for ( int32_t i = 0 ; i < fNameList->size() ; i++ ) { in RegionNameEnumeration()
733 return (fRegionNames==NULL) ? 0 : fRegionNames->size(); in count()
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c407 size_t size, in spdy_post_data_cb()
414 if(!store_in_buffer(buf, size, &proxy->received_body, &proxy->received_body_size)) in spdy_post_data_cb()
422 PRINT_VERBOSE2("POST bytes from SPDY: %zu", size); in spdy_post_data_cb()
528 curl_header_cb(void *ptr, size_t size, size_t nmemb, void *userp) in curl_header_cb() argument
530 size_t realsize = size * nmemb; in curl_header_cb()
683 curl_write_cb(void *contents, size_t size, size_t nmemb, void *userp) in curl_write_cb() argument
685 size_t realsize = size * nmemb; in curl_write_cb()
727 curl_read_cb(void *ptr, size_t size, size_t nmemb, void *userp) in curl_read_cb() argument
730 size_t max = size * nmemb; in curl_read_cb()
404 spdy_post_data_cb(void * cls, struct SPDY_Request *request, const void * buf, size_t size, bool more) spdy_post_data_cb() argument
/third_party/skia/src/utils/
H A DSkShadowUtils.cpp224 * a new Rec with an adjusted size for any deletions/additions.
228 size_t size() const { return fAmbientSet.size() + fSpotSet.size(); } in size() function in __anon18979::CachedTessellations
256 size_t size() const { return fSize; } in size() function in __anon18979::CachedTessellations::Set
324 fKey.reset(new uint8_t[key.size()]); in CachedTessellationsRec()
325 memcpy(fKey.get(), &key, key.size()); in CachedTessellationsRec()
332 size_t bytesUsed() const override { return fTessellations->size(); }
432 fKey.reset(new uint8_t[key.size()]); in ShadowInvalidator()
433 memcpy(fKey.get(), &key, key.size()); in ShadowInvalidator()
[all...]
/third_party/python/Lib/test/
H A Dtest_tcl.py676 @support.bigmemtest(size=INT_MAX + 1, memuse=5, dry_run=False)
677 def test_huge_string_call(self, size):
678 value = ' ' * size
683 @support.bigmemtest(size=INT_MAX + 1, memuse=2, dry_run=False)
684 def test_huge_string_builtins(self, size):
686 value = '1' + ' ' * size
708 @support.bigmemtest(size=INT_MAX + 1, memuse=6, dry_run=False)
709 def test_huge_string_builtins2(self, size):
712 value = '1' + ' ' * size
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericDomTree.h93 size_t getNumChildren() const { return Children.size(); } in getNumChildren()
295 if (Roots.size() != Other.Roots.size()) in compare()
302 if (DomTreeNodes.size() != OtherDomTreeNodes.size()) in compare()
439 assert(this->Roots.size() == 1 && "Should always have entry node!"); in getRoot()
592 assert(Roots.size() == 1); in setNewRoot()
799 for (i = 0; i < PredBlocks.size(); ++i) in Split()
810 for (i = i + 1; i < PredBlocks.size(); ++i) { in Split()

Completed in 49 milliseconds

1...<<691692693694695696697698699700>>...1673