/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 144 int size = obj.getSize(); in TestOpen() 148 for(int i=0; i<size; i++) { in TestOpen() 161 size = obj.getSize(); in TestOpen() 165 for(int i=0; i<size; i++){ in TestOpen() 326 int size = sub.getSize(); in TestBasicTypes() 328 for(int i=0; i<size; i++){ in TestBasicTypes() 389 int size =bundle.getSize(); in TestTable32() 390 if(size!=66000){ in TestTable32() 391 errln("Could not get the correct size for bundle testtable32"); in TestTable32() 397 for(int i =0; i<size; in TestTable32() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralRules.java | 1311 return result.toArray(new String[result.size()]); in split() 1456 if (valueList.size() == 2) { in parseConstraint() 1459 vals = new long[valueList.size()]; in parseConstraint() 2185 if (values != null && values.size() == 1) { in getUniqueKeywordValue() 2287 return result.size() == 0 ? null : Collections.unmodifiableSet(result); in getSamples() 2472 int originalSize = values.size(); in getKeywordStatus() 2480 if (originalSize > explicits.size()) { in getKeywordStatus() 2496 if (subtractedSet.size() == 0) { in getKeywordStatus() 2500 if (uniqueValue != null && subtractedSet.size() == 1) { in getKeywordStatus()
|
/third_party/jinja2/ |
H A D | environment.py | 81 size: int, 83 """Return the cache class for the given size.""" 84 if size == 0: 87 if size < 0: 90 return LRUCache(size) # type: ignore 235 The size of the cache. Per default this is ``400`` which means 237 out the least recently used template. If the cache size is set to 238 ``0`` templates are recompiled all the time, if the cache size is 242 The cache size was increased to 400 from a low 50. 1580 If buffering is enabled with a buffer size o [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_meta_common.c | 1187 /* Figure out a TLB size configuration for a number of pixels to process. 1234 * size to copy and the alignment of the source and destination offsets. in meta_copy_buffer() 1244 while (item_size > 1 && region->size % item_size != 0) in meta_copy_buffer() 1247 assert(region->size % item_size == 0); in meta_copy_buffer() 1248 uint32_t num_items = region->size / item_size; in meta_copy_buffer() 1304 uint32_t size, in meta_fill_buffer() 1307 assert(size > 0 && size % 4 == 0); in meta_fill_buffer() 1308 assert(offset + size <= bo->size); in meta_fill_buffer() 1301 meta_fill_buffer(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_bo *bo, uint32_t offset, uint32_t size, uint32_t data) meta_fill_buffer() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_reg_allocate.cpp | 127 /* Now, make the register classes for each size of contiguous register in brw_alloc_reg_set() 141 * even 256-bit physical register with a region size equal to in brw_alloc_reg_set() 359 fs_reg alloc_spill_reg(unsigned size, int ip); 434 * Maximum spill block size we expect to encounter in 32B units. 437 * variable size that can be spilled -- A higher value will allow a 438 * variable of a given size to be spilled more efficiently with a smaller 700 unsigned size = fs->alloc.sizes[i]; in build_interference_graph() local 702 assert(size <= ARRAY_SIZE(compiler->fs_reg_sets[rsi].classes) && in build_interference_graph() 706 compiler->fs_reg_sets[rsi].classes[size - 1]); in build_interference_graph() 990 fs_reg_alloc::alloc_spill_reg(unsigned size, in argument 1024 int size = fs->alloc.sizes[spill_reg]; spill_reg() local [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_state.c | 99 /* Workaround: HW-2726 PTB does not handle zero-size points (BCM2835, in v3d_create_rasterizer_state() 357 uint32_t r_size = desc->channel[0].size; in v3d_vertex_state_create() 359 const uint32_t size = in v3d_vertex_state_create() local 362 v3dx_pack(&so->attrs[i * size], in v3d_vertex_state_create() 845 unsigned size) in v3d_setup_texture_shader_state_from_buffer() 850 tex->image_width = size / util_format_get_blocksize(format); in v3d_setup_texture_shader_state_from_buffer() 969 cso->u.buf.size); in create_texture_shader_state_bo() 1089 switch (desc->channel[chan].size) { in v3d_create_sampler_view() 1104 switch (desc->channel[chan].size) { in v3d_create_sampler_view() 1394 iview->base.u.buf.size); in v3d_create_image_view_texture_shader_state() 841 v3d_setup_texture_shader_state_from_buffer(struct V3DX(TEXTURE_SHADER_STATE) *tex, struct pipe_resource *prsc, enum pipe_format format, unsigned offset, unsigned size) v3d_setup_texture_shader_state_from_buffer() argument [all...] |
/third_party/node/deps/v8/tools/ |
H A D | ll_prof.py | 198 return "%s [0x%x, 0x%x) size: %d origin: %s" % ( 374 while self.log_pos < self.log.size(): 422 size = code.end_address - code.start_address 424 code.end_address = new_start_address + size 486 ("size", "u64"), 500 ("size", "u32"), 517 ("size", "u16") 573 # before the callchain and has variable size. 600 assert self.limit <= self.trace.size(), \ 601 "Trace data limit exceeds trace file size" [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_bld.cpp | 274 pInfo->size>=20 && in isCnvAcceptable() 740 stackArgs.size = (int32_t)sizeof(stackArgs); in ucnv_loadSharedData() 1336 int32_t size; in ucnv_swap() local 1506 size=(int32_t)(mbcsHeader.offsetFromUBytes+mbcsIndexLength); in ucnv_swap() 1508 size+=(int32_t)mbcsHeader.fromUBytesLength; in ucnv_swap() 1523 size=extOffset+udata_readInt32(ds, inExtIndexes[UCNV_EXT_SIZE]); in ucnv_swap() 1527 if(length<size) { in ucnv_swap() 1536 uprv_memcpy(outBytes, inBytes, size); in ucnv_swap() 1684 return headerSize+(int32_t)staticDataSize+size; in ucnv_swap()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_query.c | 132 uint64s_per_slot += 2 * DIV_ROUND_UP(layout->size, sizeof(uint64_t)); in CreateQueryPool() 156 uint64s_per_slot += 2 * DIV_ROUND_UP(layout->size, sizeof(uint64_t)); in CreateQueryPool() 203 uint64_t size = pool->slots * (uint64_t)pool->stride; in CreateQueryPool() local 204 result = anv_device_alloc_bo(device, "query-pool", size, in CreateQueryPool() 270 * | (2 * query_field_layout:size) | | | 282 * | (2 * query_field_layout:size) | | | 294 * | (2 * query_field_layout:size) | | | 367 * | (2 * query_field_layout:size) | 891 struct mi_value src = field->size == 8 ? in emit_perf_intel_query() 894 struct mi_value dst = field->size in emit_perf_intel_query() [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_ra.c | 514 unsigned size = nir_alu_type_get_type_size(ins->src_types[v]); in allocate_registers() local 517 min_alignment[s] = MAX2((size == 64) ? 3 : 2, min_alignment[s]); in allocate_registers() 535 unsigned size = nir_alu_type_get_type_size(ins->dest_type); in allocate_registers() local 538 size = 32; in allocate_registers() 543 int bytes = (comps1 + 1) * (size / 8); in allocate_registers() 553 (size == 16) ? 1 : /* (1 << 1) = 2-byte */ in allocate_registers() 554 (size == 32) ? 2 : /* (1 << 2) = 4-byte */ in allocate_registers() 555 (size == 64) ? 3 : /* (1 << 3) = 8-byte */ in allocate_registers() 559 if (size == 16 && min_alignment[dest] != 4) in allocate_registers()
|
/third_party/lzma/C/ |
H A D | LzFindMt.c | 564 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
645 UInt32 size = p->hashBufPosLimit - p->hashBufPos;
in BtGetMatches() local 653 if (size2 < size)
in BtGetMatches() 654 size = size2;
in BtGetMatches() 656 if (size2 < size)
in BtGetMatches() 657 size = size2;
in BtGetMatches() 660 if (pos > (UInt32)kMtMaxValForNormalize - size)
in BtGetMatches() 669 while (curPos < limit && size-- != 0)
in BtGetMatches() 690 d + limit, p->hashBuf + p->hashBufPos + size,
in BtGetMatches()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64-inl.h | 638 // instruction bits, the size of the target will be zero, indicating that the in target_address_address() 996 Instr Assembler::ImmLSPair(int imm7, unsigned size) { in ImmLSPair() argument 998 static_cast<int>(static_cast<uint32_t>(imm7 >> size) << size)); in ImmLSPair() 999 int scaled_imm7 = imm7 >> size; in ImmLSPair() 1036 unsigned size = static_cast<Instr>(op >> LSSize_offset); in CalcLSDataSize() local 1038 // Vector register memory operations encode the access size in the "size" in CalcLSDataSize() 1040 if ((size == 0) && ((op & LSOpc_mask) >> LSOpc_offset) >= 2) { in CalcLSDataSize() 1041 size in CalcLSDataSize() [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-character-streams.cc | 206 // Incoming data has to be aligned to Char size. in ProcessChunk() 640 DCHECK_LT(current_.chunk_no, chunks_->size()); in FillBufferFromCurrentChunk() 730 DCHECK_EQ(current_.chunk_no, chunks_->size()); in FetchChunk() 764 size_t chunk_no = chunks_->size() - 1; in SearchPosition() 778 if (chunk_no + 1 < chunks_->size()) { in SearchPosition() 809 DCHECK_EQ(chunk_no, chunks_->size() - 1); in SearchPosition() 814 DCHECK_EQ(current_.chunk_no, chunks_->size()); in SearchPosition() 824 DCHECK_IMPLIES(!found, current_.chunk_no == chunks_->size() - 1); in SearchPosition() 832 bool out_of_data = current_.chunk_no != chunks_->size() && in FillBuffer() 843 if (current_.chunk_no == chunks_->size()) { in FillBuffer() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_screen.c | 542 uint64_t size) in trace_screen_allocate_memory() 551 trace_dump_arg(uint, size); in trace_screen_allocate_memory() 553 result = screen->allocate_memory(screen, size); in trace_screen_allocate_memory() 564 uint64_t size, in trace_screen_allocate_memory_fd() 574 trace_dump_arg(uint, size); in trace_screen_allocate_memory_fd() 577 result = screen->allocate_memory_fd(screen, size, fd); in trace_screen_allocate_memory_fd() 1254 unsigned offset, unsigned size, in trace_screen_get_sparse_texture_virtual_page_size() 1266 trace_dump_arg(uint, size); in trace_screen_get_sparse_texture_virtual_page_size() 1269 format, offset, size, x, y, z); in trace_screen_get_sparse_texture_virtual_page_size() 541 trace_screen_allocate_memory(struct pipe_screen *_screen, uint64_t size) trace_screen_allocate_memory() argument 563 trace_screen_allocate_memory_fd(struct pipe_screen *_screen, uint64_t size, int *fd) trace_screen_allocate_memory_fd() argument 1250 trace_screen_get_sparse_texture_virtual_page_size(struct pipe_screen *_screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) trace_screen_get_sparse_texture_virtual_page_size() argument
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_cs.c | 92 /* Disable CRC when the tile size is not 16x16. In the hardware, CRC in pan_select_crc_rt() 93 * tiles are the same size as the tiles of the framebuffer. However, in pan_select_crc_rt() 315 * power-of-two size */ in pan_bytes_per_pixel_tib() 339 * Select the largest tile size that fits within the tilebuffer budget. 544 if (info->tls.size) { in pan_emit_tls() 546 panfrost_get_stack_shift(info->tls.size); in pan_emit_tls() 564 if (info->wls.size) { in pan_emit_tls() 566 assert((info->wls.ptr & 0xffffffff00000000ULL) == ((info->wls.ptr + info->wls.size - 1) & 0xffffffff00000000ULL)); in pan_emit_tls() 568 unsigned wls_size = pan_wls_adjust_size(info->wls.size); in pan_emit_tls() 614 cfg.heap_end = dev->tiler_heap->ptr.gpu + dev->tiler_heap->size; in pan_emit_midgard_tiler() [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-armv8.pl | 114 .size iotas,.-iotas 302 .size KeccakF1600_int,.-KeccakF1600_int 359 .size KeccakF1600,.-KeccakF1600 465 .size SHA3_absorb,.-SHA3_absorb 539 .size SHA3_squeeze,.-SHA3_squeeze 651 .size KeccakF1600_ce,.-KeccakF1600_ce 691 .size KeccakF1600_cext,.-KeccakF1600_cext 776 .size SHA3_absorb_cext,.-SHA3_absorb_cext 844 .size SHA3_squeeze_cext,.-SHA3_squeeze_cext
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | x25519-ppc64.pl | 171 .size x25519_fe64_mul,.-x25519_fe64_mul 311 .size x25519_fe64_sqr,.-x25519_fe64_sqr 358 .size x25519_fe64_mul121666,.-x25519_fe64_mul121666 399 .size x25519_fe64_add,.-x25519_fe64_add 441 .size x25519_fe64_sub,.-x25519_fe64_sub 501 .size x25519_fe64_tobytes,.-x25519_fe64_tobytes 678 .size x25519_fe51_mul,.-x25519_fe51_mul 777 .size x25519_fe51_sqr,.-x25519_fe51_sqr 821 .size x25519_fe51_mul121666,.-x25519_fe51_mul121666
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | backend-native.c | 348 /* The correct block size should take into account the SCO MTU from in sco_acquire_cb() 356 * and comment about MTU size in bt_prepare_encoder_buffer() in sco_acquire_cb() 387 static ssize_t sco_transport_write(pa_bluetooth_transport *t, int fd, const void* buffer, size_t size, size_t write_mtu) { in sco_transport_write() argument 394 /* since SCO setup is symmetric, fix write MTU to be size of last read packet */ in sco_transport_write() 399 if (size < write_mtu) in sco_transport_write() 403 while (written < size) { in sco_transport_write() 404 write_size = PA_MIN(size - written, write_mtu); in sco_transport_write() 418 written = size; in sco_transport_write() 423 written = size; in sco_transport_write() 432 if (size in sco_transport_write() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-device-restore.c | 198 key.size = strlen(name); in entry_write() 200 data.data = (void*)pa_tagstruct_data(t, &data.size); in entry_write() 219 key.size = strlen(name); in entry_read() 228 t = pa_tagstruct_new_fixed(data.data, data.size); in entry_read() 377 key.size = strlen(name); in perportentry_write() 379 data.data = (void*)pa_tagstruct_data(t, &data.size); in perportentry_write() 402 key.size = strlen(name); in perportentry_read() 409 t = pa_tagstruct_new_fixed(data.data, data.size); in perportentry_read() 539 if (data->size != sizeof(struct legacy_entry)) { in legacy_entry_read()
|
/third_party/openssl/crypto/ec/asm/ |
H A D | x25519-ppc64.pl | 171 .size x25519_fe64_mul,.-x25519_fe64_mul 311 .size x25519_fe64_sqr,.-x25519_fe64_sqr 358 .size x25519_fe64_mul121666,.-x25519_fe64_mul121666 399 .size x25519_fe64_add,.-x25519_fe64_add 441 .size x25519_fe64_sub,.-x25519_fe64_sub 501 .size x25519_fe64_tobytes,.-x25519_fe64_tobytes 678 .size x25519_fe51_mul,.-x25519_fe51_mul 777 .size x25519_fe51_sqr,.-x25519_fe51_sqr 821 .size x25519_fe51_mul121666,.-x25519_fe51_mul121666
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDescriptorLimitsTests.cpp | 66 inline VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument 75 makeExtent3D(size.x(), size.y(), 1), // VkExtent3D extent; in makeImageCreateInfo() 138 static_cast<deUint32>(inputAttachmentReferences.size()), // deUint32 inputAttachmentCount in makeRenderPassInputAttachment() 153 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount in makeRenderPassInputAttachment() 487 renderPass.createFramebuffer(vk, vkDevice, static_cast<deUint32>(attachmentImages.size()), images.data(), attachmentImages.data(), m_params.m_framebufferSize.x(), m_params.m_framebufferSize.y()); in iterate() 603 static_cast<deUint32>(descSetLayouts.size()), // deUint32 descriptorSetCount; in iterate() 664 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, static_cast<deUint32>(descSets.size()), descSets.data(), 0u, DE_NULL); in iterate() 669 renderPass.begin(vk, *cmdBuffer, makeRect2D(0, 0, m_params.m_framebufferSize.x(), m_params.m_framebufferSize.y()), static_cast<deUint32>(clearColorValues.size()), clearColorValues.data()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryOpacityMicromapTests.cpp | 419 static_cast<deUint32>(subpassDescriptions.size()), // deUint32 subpassCount; in makeEmptyRenderPass() 421 static_cast<deUint32>(subpassDependencies.size()), // deUint32 dependencyCount; in makeEmptyRenderPass() 422 subpassDependencies.size() > 0 ? &subpassDependencies[0] : DE_NULL // const VkSubpassDependency* pDependencies; in makeEmptyRenderPass() 532 while (opacityMicromapData.size() < opacityMicromapBytes) { in iterate() 558 // Fill out VkMicromapUsageEXT with size information in iterate() 567 deMemset(data, 0, size_t(micromapDataBufferCreateInfo.size)); in iterate() 579 for (size_t i = 0; i < opacityMicromapData.size(); i++) { in iterate() 588 // Query the size from the build info in iterate() 639 sizeInfo.micromapSize, // VkDeviceSize size; in iterate() 1000 std::vector<deUint32> outputData (expectedOutputModes.size()); in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 416 result->setInstanceCount(bottomLevelAccelerationStructures.size()); in initTopAccelerationStructure() 418 for (size_t structNdx = 0; structNdx < bottomLevelAccelerationStructures.size(); ++structNdx) in initTopAccelerationStructure() 454 while (triangles.size() < m_data.squaresGroupCount) in initBottomAccelerationStructure() 456 const deUint32 n = (deUint32)rng.getInt(0, (deUint32)triangles.size() - 1); in initBottomAccelerationStructure() 474 const deUint32 R = (deUint32)vertices.size(); in initBottomAccelerationStructure() 483 geometryData.reserve(3u * triangles.size()); in initBottomAccelerationStructure() 485 for (size_t i = 0; i < triangles.size(); ++i) in initBottomAccelerationStructure() 549 for (size_t i = 0; i < triangles.size(); ++i) in initBottomAccelerationStructures() 567 for (size_t i = 0; i < triangles.size(); ++i) in initBottomAccelerationStructures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingUnusedAttachmentsTests.cpp | 255 DE_ASSERT(imageViews.size() == static_cast<size_t>(pipeFBAttachmentCount)); in getRenderingAttachmentInfos() 407 for (size_t i = 0; i < pipelineFormats.size(); ++i) in initPrograms() 583 rawColorViews.reserve(colorImages.size()); in iterate() 603 DE_ASSERT(renderingAttInfos.size() == colorPipelineFormats.size()); in iterate() 606 for (size_t i = 0u; i < renderingAttInfos.size(); ++i) in iterate() 899 for (size_t colorImgIdx = 0u; colorImgIdx < colorImages.size(); ++colorImgIdx) in iterate() 903 const bool imgWritten = (colorImgIdx < colorPipelineFormats.size() && colorPipelineFormats.at(colorImgIdx) != VK_FORMAT_UNDEFINED in iterate() 904 && colorImgIdx < renderingAttInfos.size() && renderingAttInfos.at(colorImgIdx).imageView != VK_NULL_HANDLE); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_0_autogen.h | 40 GLsizeiptr size); 121 GLsizeiptr size); 311 GLsizei *size, 584 GLint size, 853 GLsizei *size, 863 GLsizei *size, 873 GLsizei *size, 883 GLsizei *size, 1072 GLint size,
|