Home
last modified time | relevance | path

Searched refs:size (Results 34351 - 34375 of 46420) sorted by relevance

1...<<1371137213731374137513761377137813791380>>...1857

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trace.h34 * disize: ondisk file size, in bytes
35 * isize: incore file size, in bytes
116 "buffer %p size %u count %u firstu %u filter %s",
342 "buffer %p size %u count %u firstu %u filter %s "
1412 __field(xfs_fsize_t, size)
1419 __entry->size = XFS_I(file_inode(iocb->ki_filp))->i_disk_size;
1426 __entry->size,
1450 __field(loff_t, size)
1461 __entry->size = ip->i_disk_size;
1473 __entry->size,
[all...]
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc749 static bool AllOnOnePage(uintptr_t start, size_t size) { in AllOnOnePage() argument
751 intptr_t end_page = ((start + size) & ~CachePage::kPageMask); in AllOnOnePage()
765 void* start_addr, size_t size) { in FlushICache()
769 size += intra_line; in FlushICache()
770 size = ((size - 1) | CachePage::kLineMask) + 1; in FlushICache()
772 while (!AllOnOnePage(start, size - 1)) { in FlushICache()
776 size -= bytes_to_flush; in FlushICache()
780 if (size != 0) { in FlushICache()
781 FlushOnePage(i_cache, start, size); in FlushICache()
764 FlushICache(base::CustomMatcherHashMap* i_cache, void* start_addr, size_t size) FlushICache() argument
796 FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start, size_t size) FlushOnePage() argument
2778 uint8_t size = msbw_ - lsbw_ + 1; DecodeTypeOp10() local
2807 uint8_t size = msbd_ - lsbd_ + 1; DecodeTypeOp10() local
2825 uint8_t size = msbd_ - lsbd_ + 1; DecodeTypeOp10() local
5403 NotifyLoadLinked(uintptr_t addr, TransactionSize size) NotifyLoadLinked() argument
5418 NotifyStoreConditional(uintptr_t addr, TransactionSize size) NotifyStoreConditional() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl67 # Looking at how results vary with buffer size.
69 # Curves are practically saturated at 1-KB buffer size. In most cases
293 .size ${PREFIX}_encrypt,.-${PREFIX}_encrypt
312 .size ${PREFIX}_decrypt, .-${PREFIX}_decrypt
365 .size _aesni_${dir}rypt2,.-_aesni_${dir}rypt2
408 .size _aesni_${dir}rypt3,.-_aesni_${dir}rypt3
461 .size _aesni_${dir}rypt4,.-_aesni_${dir}rypt4
524 .size _aesni_${dir}rypt6,.-_aesni_${dir}rypt6
597 .size _aesni_${dir}rypt8,.-_aesni_${dir}rypt8
971 .size aesni_ecb_encryp
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl67 # Looking at how results vary with buffer size.
69 # Curves are practically saturated at 1-KB buffer size. In most cases
293 .size ${PREFIX}_encrypt,.-${PREFIX}_encrypt
312 .size ${PREFIX}_decrypt, .-${PREFIX}_decrypt
365 .size _aesni_${dir}rypt2,.-_aesni_${dir}rypt2
408 .size _aesni_${dir}rypt3,.-_aesni_${dir}rypt3
461 .size _aesni_${dir}rypt4,.-_aesni_${dir}rypt4
524 .size _aesni_${dir}rypt6,.-_aesni_${dir}rypt6
597 .size _aesni_${dir}rypt8,.-_aesni_${dir}rypt8
971 .size aesni_ecb_encryp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp914 Res->Tok.Length = Str.size(); in CreateToken()
1776 llvm_unreachable("invalid operand size"); in addLiteralImmOperand()
1843 llvm_unreachable("invalid operand size"); in addLiteralImmOperand()
2090 StringRef RegSuffix = Str.substr(RegName.size()); in isRegister()
2197 StringRef RegSuffix = RegName.substr(RI->Name.size()); in ParseRegularReg()
2754 switch (OpSize) { // expected operand size in isInlineConstant()
2773 llvm_unreachable("invalid operand size"); in isInlineConstant()
2867 // If all these operands are of the same size, in validateConstantBusLimitations()
3030 // verified when we check that dmask matches dst size. in validateMIMGAtomicDMask()
3290 for (unsigned i = 1, e = Operands.size(); in getFlatOffsetLoc()
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent.h53 (pos != newpos && pos != masks.size() &&
54 masks.substr(pos, (newpos != std::string_view::npos) ? newpos - pos : str.size() - pos).compare(str) == 0);
387 IsWarnAndUpdate(CheckArraySize(value.size()), eventBase); in CheckArrayParamsValidity()
727 static void InnerWrite(EventBase& eventBase, const HiSysEventParam params[], size_t size);
732 static int CheckArraySize(const size_t size);
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp698 size_t len = value.size(); in AppendArrayParams()
763 return std::get<STR>(item.second).size() > JS_STR_PARM_LEN_LIMIT; in HasStrParamLenOverLimit()
767 return item.size() > JS_STR_PARM_LEN_LIMIT; in HasStrParamLenOverLimit()
781 if (!reader->parse(jsonStr.data(), jsonStr.data() + jsonStr.size(), &eventJson, &errs)) {
812 auto len = originValues.size();
1032 "The size of the event parameter of the string type exceeds the limit"}},
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp446 * notifications size is 1.
454 ASSERT_EQ((int)slotsResult.size(), 1); in HWTEST_F()
461 * all notifications size is the same of adding notifications size.
475 ASSERT_EQ((int)slotsResult.size(), 2); in HWTEST_F()
489 ASSERT_EQ((int)slotsResult.size(), 0); in HWTEST_F()
503 ASSERT_EQ((int)slotsResult.size(), 0); in HWTEST_F()
519 ASSERT_EQ((int)slotsResult.size(), 0); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp233 EXPECT_EQ(result.size(), 3); in HWTEST_F()
250 EXPECT_EQ(result.size(), 0); in HWTEST_F()
373 EXPECT_EQ(result.size(), 0); in HWTEST_F()
991 info.size.width = width; in TestMakePixelMap()
992 info.size.height = height; in TestMakePixelMap()
1007 * @tc.desc: Check no need to check image size when request is default
1022 * @tc.desc: Check pass when conversation request image size is small
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp630 shareMemBuf->size = *reinterpret_cast<uint32_t *>(data + shmInfoOffset); in CopyToShareMemory()
654 refSize = params->memref.size; in TeecOptDecodePartialMem()
656 refSize = shareMemBuf->size; in TeecOptDecodePartialMem()
709 uint32_t refSize = operation->params[paramCnt].tmpref.size; in GetTeecOptMem()
1181 size_t count = mClients.size(); in AddClient()
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H A Dmtk-sha.c243 u64 size = ctx->digcnt; in mtk_sha_fill_padding() local
245 size += ctx->bufcnt; in mtk_sha_fill_padding()
246 size += len; in mtk_sha_fill_padding()
248 bits[1] = cpu_to_be64(size << 3); in mtk_sha_fill_padding()
249 bits[0] = cpu_to_be64(size >> 61); in mtk_sha_fill_padding()
531 /* size is not ctx->bs aligned */ in mtk_sha_update_start()
/kernel/linux/linux-5.10/drivers/dma/
H A Dk3dma.c74 size_t size; member
396 * its total size. in k3_dma_tx_status()
400 bytes = container_of(vd, struct k3_dma_desc_sw, vd)->size; in k3_dma_tx_status()
509 ds->size = len; in k3_dma_prep_memcpy()
584 ds->size = total; in k3_dma_prep_slave_sg()
651 ds->size = total; in k3_dma_prep_dma_cyclic()
H A Dzx_dma.c84 u32 reserved[7]; /* pack as hardware registers region size */
91 size_t size; member
350 * its total size. in zx_dma_tx_status()
354 bytes = container_of(vd, struct zx_dma_desc_sw, vd)->size; in zx_dma_tx_status()
525 ds->size = len; in zx_dma_prep_memcpy()
597 ds->size = total; in zx_dma_prep_slave_sg()
613 dev_err(chan->device->dev, "maximum period size exceeded\n"); in zx_dma_prep_dma_cyclic()
640 ds->size = buf_len; in zx_dma_prep_dma_cyclic()
/kernel/linux/linux-5.10/drivers/dma/qcom/
H A Dbam_dma.c50 __le16 size; /* Buffer size in bytes */ member
659 desc->size = cpu_to_le16(BAM_FIFO_SIZE); in bam_prep_slave_sg()
663 desc->size = cpu_to_le16(remainder); in bam_prep_slave_sg()
667 async_desc->length += le16_to_cpu(desc->size); in bam_prep_slave_sg()
935 async_desc->curr_desc[i].size); in bam_tx_status()
1316 /* set max dma segment size */ in bam_dma_probe()
1320 dev_err(bdev->dev, "cannot set maximum segment size\n"); in bam_dma_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v9_0.c1001 * 63:59 block fragment size
1045 /* Set the block fragment size */ in gmc_v9_0_get_vm_pde()
1081 unsigned size; in gmc_v9_0_get_vbios_fb_size() local
1084 size = AMDGPU_VBIOS_VGA_ALLOCATION; in gmc_v9_0_get_vbios_fb_size()
1092 size = (REG_GET_FIELD(viewport, in gmc_v9_0_get_vbios_fb_size()
1103 size = (REG_GET_FIELD(viewport, SCL0_VIEWPORT_SIZE, VIEWPORT_HEIGHT) * in gmc_v9_0_get_vbios_fb_size()
1110 return size; in gmc_v9_0_get_vbios_fb_size()
1267 /* size in MB on si */ in gmc_v9_0_mc_init()
1291 /* set the gart size */ in gmc_v9_0_mc_init()
1372 /* hbm memory channel size */ in gmc_v9_0_sw_init()
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-device.c67 static int textual_leaf_to_string(const u32 *block, char *buf, size_t size) in textual_leaf_to_string() argument
72 if (!size || !buf) in textual_leaf_to_string()
85 for (i = 0; i < quadlets * 4 && i < size - 1; i++) { in textual_leaf_to_string()
101 * @size: size of @buf, in bytes
105 * and the zero byte fit into @size.
109 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string() argument
115 return textual_leaf_to_string(leaf, buf, size); in fw_csr_string()
/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit_comp.c159 static void jit_fill_hole(void *area, unsigned int size) in jit_fill_hole() argument
163 for (ptr = area; size >= sizeof(u32); size -= sizeof(u32)) in jit_fill_hole()
802 /* LDX: dst = *(size *)(src + off) */ in build_insn()
845 /* ST: *(size *)(dst + off) = imm */ in build_insn()
869 /* STX: *(size *)(dst + off) = src */ in build_insn()
1065 /* Now we know the actual image size. */ in bpf_int_jit_compile()
1130 /* offset[prog->len] is the size of program */ in bpf_int_jit_compile()
1151 void *bpf_jit_alloc_exec(unsigned long size) in bpf_jit_alloc_exec() argument
1153 return __vmalloc_node_range(size, PAGE_SIZ in bpf_jit_alloc_exec()
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Darm.c1324 unsigned long size = nvhe_percpu_size(); in nvhe_percpu_order() local
1326 return size ? get_order(size) : 0; in nvhe_percpu_order()
1348 unsigned long size = __BP_HARDEN_HYP_VECS_SZ; in kvm_map_vectors() local
1357 return create_hyp_exec_mappings(vect_pa, size, in kvm_map_vectors()
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H A Drepository.c629 make_field("size", 0), in ps3_repository_read_stor_dev_region_size()
741 * @rm_size: Real mode memory size.
742 * @region_total: Maximum memory region size.
797 make_field("size", 0), in ps3_repository_read_highmem_size()
806 * @highmem_size: High memory size.
896 int ps3_repository_read_boot_dat_size(unsigned int *size) in ps3_repository_read_boot_dat_size() argument
904 make_field("size", 0), in ps3_repository_read_boot_dat_size()
907 *size = v1; in ps3_repository_read_boot_dat_size()
942 * ps3_repository_read_boot_dat_info - Get address and size of cell_ext_os_area.
944 * @size
947 ps3_repository_read_boot_dat_info(u64 *lpar_addr, unsigned int *size) ps3_repository_read_boot_dat_info() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dfsl_pci.c149 resource_size_t size = resource_size(res); in setup_one_atmu() local
153 pr_debug("PCI MEM resource start 0x%016llx, size 0x%016llx.\n", in setup_one_atmu()
154 (u64)res->start, (u64)size); in setup_one_atmu()
159 for (i = 0; size > 0; i++) { in setup_one_atmu()
160 unsigned int bits = min_t(u32, ilog2(size), in setup_one_atmu()
173 size -= (resource_size_t)1U << bits; in setup_one_atmu()
269 pr_debug("PCI IO resource start 0x%016llx, size 0x%016llx, " in setup_pci_atmu()
349 /* Size window to exact size if power-of-two or one size up */ in setup_pci_atmu()
354 "greater than memory size\ in setup_pci_atmu()
[all...]
/kernel/linux/linux-5.10/drivers/counter/
H A Dcounter.c1042 size_t size; member
1051 return sprintf(buf, "%zu\n", comp->size); in counter_device_attr_size_show()
1056 const size_t size, const char *const name) in counter_size_attribute_create()
1062 /* Allocate size attribute component */ in counter_size_attribute_create()
1066 size_comp->size = size; in counter_size_attribute_create()
1054 counter_size_attribute_create( struct counter_device_attr_group *const group, const size_t size, const char *const name) counter_size_attribute_create() argument
/kernel/linux/linux-5.10/drivers/edac/
H A Dsynopsys_edac.c702 * get_memsize - Read the size of the attached memory device.
704 * Return: the memory size in bytes.
780 u32 size, row; in init_csrows() local
787 size = get_memsize(); in init_csrows()
793 dimm->nr_pages = (size >> PAGE_SHIFT) / csi->nr_channels; in init_csrows()
1318 layers[0].size = SYNPS_EDAC_NR_CSROWS; in mc_probe()
1321 layers[1].size = SYNPS_EDAC_NR_CHANS; in mc_probe()
/kernel/linux/linux-5.10/drivers/net/can/usb/
H A Desd_usb2.c466 size_t size = sizeof(struct esd_usb2_msg); in esd_usb2_write_bulk_callback() local
474 usb_free_coherent(urb->dev, size, in esd_usb2_write_bulk_callback()
735 size_t size = sizeof(struct esd_usb2_msg); in esd_usb2_start_xmit() local
748 buf = usb_alloc_coherent(dev->udev, size, GFP_ATOMIC, in esd_usb2_start_xmit()
843 usb_free_coherent(dev->udev, size, buf, urb->transfer_dma); in esd_usb2_start_xmit()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H A Drepository.c629 make_field("size", 0), in ps3_repository_read_stor_dev_region_size()
741 * @rm_size: Real mode memory size.
742 * @region_total: Maximum memory region size.
797 make_field("size", 0), in ps3_repository_read_highmem_size()
806 * @highmem_size: High memory size.
896 int ps3_repository_read_boot_dat_size(unsigned int *size) in ps3_repository_read_boot_dat_size() argument
904 make_field("size", 0), in ps3_repository_read_boot_dat_size()
907 *size = v1; in ps3_repository_read_boot_dat_size()
942 * ps3_repository_read_boot_dat_info - Get address and size of cell_ext_os_area.
944 * @size
947 ps3_repository_read_boot_dat_info(u64 *lpar_addr, unsigned int *size) ps3_repository_read_boot_dat_info() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dfsl_pci.c151 resource_size_t size = resource_size(res); in setup_one_atmu() local
155 pr_debug("PCI MEM resource start 0x%016llx, size 0x%016llx.\n", in setup_one_atmu()
156 (u64)res->start, (u64)size); in setup_one_atmu()
161 for (i = 0; size > 0; i++) { in setup_one_atmu()
162 unsigned int bits = min_t(u32, ilog2(size), in setup_one_atmu()
175 size -= (resource_size_t)1U << bits; in setup_one_atmu()
275 pr_debug("PCI IO resource start 0x%016llx, size 0x%016llx, " in setup_pci_atmu()
355 /* Size window to exact size if power-of-two or one size up */ in setup_pci_atmu()
360 "greater than memory size\ in setup_pci_atmu()
[all...]

Completed in 71 milliseconds

1...<<1371137213731374137513761377137813791380>>...1857