Home
last modified time | relevance | path

Searched refs:size (Results 22601 - 22625 of 56212) sorted by relevance

1...<<901902903904905906907908909910>>...2249

/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c50 static int hists_browser__scnprintf_title(struct hist_browser *browser, char *bf, size_t size);
424 static char *hist_browser__selection_sym_name(struct hist_browser *browser, char *bf, size_t size) in hist_browser__selection_sym_name() argument
434 hist_entry__sym_snprintf(he, bf, size, 0); in hist_browser__selection_sym_name()
439 return callchain_list__sym_name(callchain_entry, bf, size, browser->show_dso); in hist_browser__selection_sym_name()
665 static int hist_browser__title(struct hist_browser *browser, char *bf, size_t size) in hist_browser__title() argument
667 return browser->title ? browser->title(browser, bf, size) : 0; in hist_browser__title()
670 static int hist_browser__handle_hotkey(struct hist_browser *browser, bool warn_lost_event, char *title, size_t size, int key) in hist_browser__handle_hotkey() argument
696 hist_browser__title(browser, title, size); in hist_browser__handle_hotkey()
1221 ret = scnprintf(hpp->buf, hpp->size, fmt, len, percent); in __hpp__slsmg_color_printf()
1256 int ret = scnprintf(hpp->buf, hpp->size, \
1642 hists_browser__scnprintf_headers(struct hist_browser *browser, char *buf, size_t size, int line) hists_browser__scnprintf_headers() argument
1680 hists_browser__scnprintf_hierarchy_headers(struct hist_browser *browser, char *buf, size_t size) hists_browser__scnprintf_hierarchy_headers() argument
2292 hists_browser__scnprintf_title(struct hist_browser *browser, char *bf, size_t size) hists_browser__scnprintf_title() argument
3652 block_hists_browser__title(struct hist_browser *browser, char *bf, size_t size) block_hists_browser__title() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c50 static int hists_browser__scnprintf_title(struct hist_browser *browser, char *bf, size_t size);
424 static char *hist_browser__selection_sym_name(struct hist_browser *browser, char *bf, size_t size) in hist_browser__selection_sym_name() argument
434 hist_entry__sym_snprintf(he, bf, size, 0); in hist_browser__selection_sym_name()
439 return callchain_list__sym_name(callchain_entry, bf, size, browser->show_dso); in hist_browser__selection_sym_name()
665 static int hist_browser__title(struct hist_browser *browser, char *bf, size_t size) in hist_browser__title() argument
667 return browser->title ? browser->title(browser, bf, size) : 0; in hist_browser__title()
670 static int hist_browser__handle_hotkey(struct hist_browser *browser, bool warn_lost_event, char *title, size_t size, int key) in hist_browser__handle_hotkey() argument
697 hist_browser__title(browser, title, size); in hist_browser__handle_hotkey()
1222 ret = scnprintf(hpp->buf, hpp->size, fmt, len, percent); in __hpp__slsmg_color_printf()
1257 int ret = scnprintf(hpp->buf, hpp->size, \
1643 hists_browser__scnprintf_headers(struct hist_browser *browser, char *buf, size_t size, int line) hists_browser__scnprintf_headers() argument
1681 hists_browser__scnprintf_hierarchy_headers(struct hist_browser *browser, char *buf, size_t size) hists_browser__scnprintf_hierarchy_headers() argument
2293 hists_browser__scnprintf_title(struct hist_browser *browser, char *bf, size_t size) hists_browser__scnprintf_title() argument
3641 block_hists_browser__title(struct hist_browser *browser, char *bf, size_t size) block_hists_browser__title() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-topology.c335 m_cfg->formats_config[SKL_PARAM_INIT].caps_size = cfg->size; in skl_tplg_update_be_blob()
411 (u32 *)bc->params, bc->size, in skl_tplg_set_module_params()
448 bc->size; in skl_tplg_set_module_init_data()
716 int size, struct skl_module_cfg *mcfg) in skl_fill_sink_instance_id()
827 int i, size, module_id; in skl_tplg_find_moduleid_from_uuid() local
831 size = struct_size(params, u.map, uuid_params->num_modules); in skl_tplg_find_moduleid_from_uuid()
833 params = devm_kzalloc(bus->dev, size, GFP_KERNEL); in skl_tplg_find_moduleid_from_uuid()
854 bc->max = size; in skl_tplg_find_moduleid_from_uuid()
1388 unsigned int __user *data, unsigned int size) in skl_tplg_tlv_control_get()
1399 bc->size, b in skl_tplg_tlv_control_get()
715 skl_fill_sink_instance_id(struct skl_dev *skl, u32 *params, int size, struct skl_module_cfg *mcfg) skl_fill_sink_instance_id() argument
1387 skl_tplg_tlv_control_get(struct snd_kcontrol *kcontrol, unsigned int __user *data, unsigned int size) skl_tplg_tlv_control_get() argument
1422 skl_tplg_tlv_control_set(struct snd_kcontrol *kcontrol, const unsigned int __user *data, unsigned int size) skl_tplg_tlv_control_set() argument
3296 size_t size; skl_tplg_get_int_tkn() local
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx122 return (haystack.size() >= needle.size() && in string_endswith()
123 equal(haystack.end()-needle.size(), haystack.end(), in string_endswith()
160 " size integer not null,\n" // in bytes
263 "union all select 'files scanned (mb)',coalesce(sum(size)/1024/1024,0) from " BUILDIDS "_file_mtime_scanned\n"
265 "union all select 'index db size (mb)',page_count*page_size/1024/1024 as size FROM pragma_page_count(), pragma_page_size()\n"
372 { "fdcache-mbs", ARGP_KEY_FDCACHE_MBS, "MB", 0, "Maximum total size of archive file fdcache.", 0 },
632 if (source_paths.size() > 0 in parse_opt()
634 || extra_ddl.size() > in parse_opt()
2500 handle_metrics(off_t* size) handle_metrics() argument
2525 handle_root(off_t* size) handle_root() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformBufferTest.cpp81 // Test that using a UBO with a non-zero offset and size actually works.
127 // We use on purpose a size which is not a multiple of the alignment. in TEST_P()
135 // Use a size which is smaller than the alignment to check in TEST_P()
232 // Use a large number of buffer ranges (compared to the actual size of the UBO)
274 glBufferData(GL_UNIFORM_BUFFER, v.size(), v.data(), GL_STATIC_DRAW); in TEST_P()
354 GLint size; in TEST_P() local
366 glGetActiveUniform(program, index, maxLength, &length, &size, &type, &strUniformNameBuffer[0]); in TEST_P()
367 EXPECT_EQ(1, size); in TEST_P()
375 glGetActiveUniform(program, index, maxLength, &length, &size, &type, &strUniformNameBuffer[0]); in TEST_P()
376 EXPECT_EQ(1, size); in TEST_P()
433 GLint maxLength, size; TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp108 fields.num = (int) compString.size(); in parseVectorFields()
524 size_t size = 0; in constructorErrorCheck() local
531 size += param.type->getObjectSize(); in constructorErrorCheck()
537 if (op != EOpConstructStruct && !type->isArray() && size >= type->getObjectSize()) in constructorErrorCheck()
569 if (op == EOpConstructStruct && !type->isArray() && type->getStruct()->fields().size() != function.getParamCount()) { in constructorErrorCheck()
575 if ((op != EOpConstructStruct && size != 1 && size < type->getObjectSize()) || in constructorErrorCheck()
576 (op == EOpConstructStruct && size < type->getObjectSize())) { in constructorErrorCheck()
802 // Do size checking for an array type's size
806 arraySizeErrorCheck(const TSourceLoc &line, TIntermTyped* expr, int& size) arraySizeErrorCheck() argument
892 arraySetMaxSize(TIntermSymbol *node, TType* type, int size, bool updateFlag, const TSourceLoc &line) arraySetMaxSize() argument
1497 int size = 0; parseSingleArrayDeclaration() local
1563 int size = 0; parseSingleArrayInitDeclaration() local
1678 int size = 0; parseArrayDeclarator() local
1762 int size = 0; parseArrayInitDeclarator() local
2246 int size = tempConstantNode->getType().getNominalSize(); addConstMatrixNode() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp519 if (instr->operands.size() && instr->operands[0].isLiteral() && ctx.program->gfx_level < GFX10) in can_use_VOP3()
570 /* don't increase the vector size */ in pseudo_propagate_temp()
573 /* We can decrease the vector size as smaller temporaries are only in pseudo_propagate_temp()
620 instr.reset(create_instruction<VOP3_instruction>(tmp->opcode, format, tmp->operands.size(), in to_VOP3()
621 tmp->definitions.size())); in to_VOP3()
623 for (unsigned i = 0; i < instr->definitions.size(); i++) { in to_VOP3()
650 for (unsigned i = 0; i < instr->definitions.size(); i++) { in to_SDWA()
728 if (op.size() == 1 && literal32.isUndefined()) { in check_vop3_operands()
731 } else if (op.size() == 2 && literal64.isUndefined()) { in check_vop3_operands()
816 bool soe = smem->operands.size() > in skip_smem_offset_align()
1028 unsigned size = instr->operands[2].constantValue() / 8; parse_extract() local
1035 unsigned size = instr->definitions[0].bytes(); parse_extract() local
1054 unsigned size = instr->operands[2].constantValue() / 8; parse_insert() local
1143 unsigned size = std::min(sel.size(), instrSel.size()); apply_extract() local
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c119 * Run the eBPF program and then cut skb->data to correct size returned by
475 int size = bpf_size_to_bytes(BPF_SIZE(fp->code)); in convert_bpf_ld_abs() local
487 offset + ip_align % size == 0))) { in convert_bpf_ld_abs()
494 size, 2 + endian + (!ldx_off_ok * 2)); in convert_bpf_ld_abs()
505 *insn++ = BPF_ENDIAN(BPF_FROM_BE, BPF_REG_A, size * 8); in convert_bpf_ld_abs()
2612 if (len >= msg->sg.size) in sk_msg_reset_curr()
2867 msg->sg.size += len; in BPF_CALL_4()
2943 if (start >= offset + l || last >= msg->sg.size) in BPF_CALL_4()
3044 msg->sg.size -= (len - pop); in BPF_CALL_4()
4252 u32, size, u6 in BPF_CALL_4()
6346 bpf_tcp_sock_is_valid_access(int off, int size, enum bpf_access_type type, struct bpf_insn_access_aux *info) bpf_tcp_sock_is_valid_access() argument
6545 bpf_xdp_sock_is_valid_access(int off, int size, enum bpf_access_type type, struct bpf_insn_access_aux *info) bpf_xdp_sock_is_valid_access() argument
7620 bpf_skb_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) bpf_skb_is_valid_access() argument
7674 sk_filter_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_filter_is_valid_access() argument
7702 cg_skb_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) cg_skb_is_valid_access() argument
7746 lwt_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) lwt_is_valid_access() argument
7828 bpf_sock_common_is_valid_access(int off, int size, enum bpf_access_type type, struct bpf_insn_access_aux *info) bpf_sock_common_is_valid_access() argument
7840 bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type, struct bpf_insn_access_aux *info) bpf_sock_is_valid_access() argument
7877 sock_filter_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sock_filter_is_valid_access() argument
7977 tc_cls_act_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) tc_cls_act_is_valid_access() argument
8014 __is_valid_xdp_access(int off, int size) __is_valid_xdp_access() argument
8026 xdp_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) xdp_is_valid_access() argument
8073 sock_addr_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sock_addr_is_valid_access() argument
8190 sock_ops_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sock_ops_is_valid_access() argument
8256 sk_skb_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_skb_is_valid_access() argument
8293 sk_msg_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_msg_is_valid_access() argument
8337 flow_dissector_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) flow_dissector_is_valid_access() argument
10156 sk_reuseport_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_reuseport_is_valid_access() argument
10319 sk_lookup_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_lookup_is_valid_access() argument
[all...]
/kernel/linux/linux-6.6/mm/
H A Dshmem.c88 #define VM_ACCT(size) (PAGE_ALIGN(size) >> PAGE_SHIFT)
90 /* Pretend that each entry is of this size in directory's i_size */
96 /* Symlink up to this size is kmalloc'ed instead of using a swappable page */
159 * shmem_file_setup pre-accounts the whole fixed size of a VM object,
164 static inline int shmem_acct_size(unsigned long flags, loff_t size) in shmem_acct_size() argument
167 0 : security_vm_enough_memory_mm(current->mm, VM_ACCT(size)); in shmem_acct_size()
170 static inline void shmem_unacct_size(unsigned long flags, loff_t size) in shmem_unacct_size() argument
173 vm_unacct_memory(VM_ACCT(size)); in shmem_unacct_size()
2511 /* Some things misbehave if size in __shmem_get_inode()
2911 splice_zeropage_into_pipe(struct pipe_inode_info *pipe, loff_t fpos, size_t size) splice_zeropage_into_pipe() argument
3663 shmem_xattr_handler_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) shmem_xattr_handler_get() argument
3673 shmem_xattr_handler_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) shmem_xattr_handler_set() argument
3741 shmem_listxattr(struct dentry *dentry, char *buffer, size_t size) shmem_listxattr() argument
3904 unsigned long long size; shmem_parse_one() local
4787 __shmem_file_setup(struct vfsmount *mnt, const char *name, loff_t size, unsigned long flags, unsigned int i_flags) __shmem_file_setup() argument
4834 shmem_kernel_file_setup(const char *name, loff_t size, unsigned long flags) shmem_kernel_file_setup() argument
4845 shmem_file_setup(const char *name, loff_t size, unsigned long flags) shmem_file_setup() argument
4858 shmem_file_setup_with_mnt(struct vfsmount *mnt, const char *name, loff_t size, unsigned long flags) shmem_file_setup_with_mnt() argument
4872 loff_t size = vma->vm_end - vma->vm_start; shmem_zero_setup() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.h166 void SetCachedSize(int size) const;
204 void set_leading_digits_pattern(int index, const char* value, size_t size);
209 void add_leading_digits_pattern(const char* value, size_t size);
227 void set_pattern(const char* value, size_t size);
247 void set_format(const char* value, size_t size);
267 void set_national_prefix_formatting_rule(const char* value, size_t size);
287 void set_domestic_carrier_code_formatting_rule(const char* value, size_t size);
417 void SetCachedSize(int size) const;
496 void set_national_number_pattern(const char* value, size_t size);
516 void set_example_number(const char* value, size_t size);
1469 set_pattern(const char* value, size_t size) set_pattern() argument
1473 reinterpret_cast<const char*>(value), size), GetArena()); set_pattern() local
1543 set_format(const char* value, size_t size) set_format() argument
1547 reinterpret_cast<const char*>(value), size), GetArena()); set_format() local
1611 set_leading_digits_pattern(int index, const char* value, size_t size) set_leading_digits_pattern() argument
1613 reinterpret_cast<const char*>(value), size); set_leading_digits_pattern() local
1632 add_leading_digits_pattern(const char* value, size_t size) add_leading_digits_pattern() argument
1633 leading_digits_pattern_.Add()->assign(reinterpret_cast<const char*>(value), size); add_leading_digits_pattern() local
1691 set_national_prefix_formatting_rule(const char* value, size_t size) set_national_prefix_formatting_rule() argument
1695 reinterpret_cast<const char*>(value), size), GetArena()); set_national_prefix_formatting_rule() local
1793 set_domestic_carrier_code_formatting_rule(const char* value, size_t size) set_domestic_carrier_code_formatting_rule() argument
1797 reinterpret_cast<const char*>(value), size), GetArena()); set_domestic_carrier_code_formatting_rule() local
1871 set_national_number_pattern(const char* value, size_t size) set_national_number_pattern() argument
1875 reinterpret_cast<const char*>(value), size), GetArena()); set_national_number_pattern() local
2039 set_example_number(const char* value, size_t size) set_example_number() argument
2043 reinterpret_cast<const char*>(value), size), GetArena()); set_example_number() local
3528 set_id(const char* value, size_t size) set_id() argument
3532 reinterpret_cast<const char*>(value), size), GetArena()); set_id() local
3630 set_international_prefix(const char* value, size_t size) set_international_prefix() argument
3634 reinterpret_cast<const char*>(value), size), GetArena()); set_international_prefix() local
3704 set_preferred_international_prefix(const char* value, size_t size) set_preferred_international_prefix() argument
3708 reinterpret_cast<const char*>(value), size), GetArena()); set_preferred_international_prefix() local
3778 set_national_prefix(const char* value, size_t size) set_national_prefix() argument
3782 reinterpret_cast<const char*>(value), size), GetArena()); set_national_prefix() local
3852 set_preferred_extn_prefix(const char* value, size_t size) set_preferred_extn_prefix() argument
3856 reinterpret_cast<const char*>(value), size), GetArena()); set_preferred_extn_prefix() local
3926 set_national_prefix_for_parsing(const char* value, size_t size) set_national_prefix_for_parsing() argument
3930 reinterpret_cast<const char*>(value), size), GetArena()); set_national_prefix_for_parsing() local
4000 set_national_prefix_transform_rule(const char* value, size_t size) set_national_prefix_transform_rule() argument
4004 reinterpret_cast<const char*>(value), size), GetArena()); set_national_prefix_transform_rule() local
4208 set_leading_digits(const char* value, size_t size) set_leading_digits() argument
4212 reinterpret_cast<const char*>(value), size), GetArena()); set_leading_digits() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp280 for (unsigned int i = 0u; i < fieldOffsets->size(); ++i) in parseVectorFields()
339 for (unsigned int i = 0u; i < fieldOffsets->size(); ++i) in parseVectorFields()
612 message = "can't modify work group size variable"; in checkCanBeLValue()
809 // The size of an unsized constructor should already have been determined. in checkConstructorArguments()
811 if (static_cast<size_t>(type.getOutermostArraySize()) != arguments.size()) in checkConstructorArguments()
836 if (fields.size() != arguments.size()) in checkConstructorArguments()
844 for (size_t i = 0; i < fields.size(); i++) in checkConstructorArguments()
846 if (i >= arguments.size() || in checkConstructorArguments()
863 size_t size in checkConstructorArguments() local
1054 unsigned int size = 0u; checkIsValidArraySize() local
1928 int size = (arraySize == 0 ? 1 : arraySize); checkBlockBindingIsValid() local
2728 const size_t size = type->isArray() ? kAtomicCounterArrayStride * type->getArraySizeProduct() checkAtomicCounterOffsetDoesNotOverlap() local
6637 size_t size = offsetType.getObjectSize() / kOffsetsCount; checkTextureOffset() local
6673 size_t size = offsetConstantUnion->getType().getObjectSize(); checkTextureOffset() local
6679 checkSingleTextureOffset(const TSourceLoc &line, const TConstantUnion *values, size_t size, int minOffsetValue, int maxOffsetValue) checkSingleTextureOffset() argument
[all...]
/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_request_test.cpp86 USB_HILOGI(MODULE_USB_SERVICE, "UsbRequestTest:UsbRequestInitialize001 %{public}d ret=%{public}d size:%{public}zu", in HWTEST_F()
87 __LINE__, ret, delist.size()); in HWTEST_F()
129 USB_HILOGI(MODULE_USB_SERVICE, "UsbRequestTest:UsbRequestInitialize002 %{public}d ret=%{public}d size:%{public}zu", in HWTEST_F()
130 __LINE__, ret, delist.size()); in HWTEST_F()
175 USB_HILOGI(MODULE_USB_SERVICE, "UsbRequestTest:UsbRequestInitialize003 %{public}d ret=%{public}d size:%{public}zu", in HWTEST_F()
176 __LINE__, ret, delist.size()); in HWTEST_F()
218 USB_HILOGI(MODULE_USB_SERVICE, "UsbRequestTest:UsbRequestInitialize004 %{public}d ret=%{public}d size:%{public}zu", in HWTEST_F()
219 __LINE__, ret, delist.size()); in HWTEST_F()
261 USB_HILOGI(MODULE_USB_SERVICE, "UsbRequestTest:UsbRequestInitialize005 %{public}d ret=%{public}d size:%{public}zu", in HWTEST_F()
262 __LINE__, ret, delist.size()); in HWTEST_F()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_operations.cpp137 if (argIndex > selectionArgs.size() - 1) { in ReplaceRelativePath()
138 MEDIA_WARN_LOG("SelectionArgs size is not valid, selection format maybe incorrect: %{private}s", in ReplaceRelativePath()
172 if (argIndex > selectionArgs.size() - 1) { in ReplaceMediaType()
173 MEDIA_WARN_LOG("SelectionArgs size is not valid, selection format maybe incorrect: %{private}s", in ReplaceMediaType()
191 for (size_t i = 0; i < columns.size(); i++) { in GetSqlArgs()
192 if (i != columns.size() - 1) { in GetSqlArgs()
235 for (size_t pos = 0; pos < sql.size(); pos += printMax) { in QuerySqlDebug()
279 size_t size = static_cast<size_t>(cloudPhotoCount) * averageThumbnailSize; in QueryCloudPhotoThumbnailVolumn() local
280 return size; in QueryCloudPhotoThumbnailVolumn()
296 int64_t size in QueryLocalPhotoThumbnailVolumn() local
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp247 if ((argsWithStr8.size() > 0) && (argsWithStr8[FFRT_DUMP_INDEX] == ARGS_FFRT_PARAM)) { in Dump()
251 if ((argsWithStr8.size() > 0) && (argsWithStr8[IPC_STAT_PREFIX_INDEX] == IPC_STAT_DUMP_PREFIX)) { in Dump()
375 HILOGD("DoLoadForPerf ondemand size : %{public}zu.", saids.size()); in DoLoadForPerf()
416 HILOGI("GetOnDemandPolicy policy size : %{public}zu.", abilityOnDemandEvents.size()); in GetOnDemandPolicy()
453 HILOGI("UpdateOnDemandPolicy policy size:%{public}zu ,callingPid:%{public}d", in UpdateOnDemandPolicy()
454 onDemandEvents.size(), IPCSkeleton::GetCallingPid()); in UpdateOnDemandPolicy()
572 HILOGI("FindSaNotify called:SA:%{public}d,code:%{public}d,size:%{public}zu", in FindSystemAbilityNotify()
573 systemAbilityId, code, listenerMap_.size()); in FindSystemAbilityNotify()
[all...]
/kernel/linux/linux-5.10/drivers/iommu/
H A Diommu.c2042 * minimum size is the offset to the union. in iommu_uapi_cache_invalidate()
2050 /* Fields before the variable size union are mandatory */ in iommu_uapi_cache_invalidate()
2065 * size, we shall support the existing flags within the current in iommu_uapi_cache_invalidate()
2066 * size. Copy the remaining user data _after_ minsz but not more in iommu_uapi_cache_invalidate()
2067 * than the current kernel supported size. in iommu_uapi_cache_invalidate()
2115 * minimum size is the offset to the union. in iommu_sva_prepare_bind_data()
2123 /* Fields before the variable size union are mandatory */ in iommu_sva_prepare_bind_data()
2128 * driver decide on what size it needs. Since the guest PASID bind data in iommu_sva_prepare_bind_data()
2341 unsigned long addr_merge, size_t size) in iommu_pgsize()
2346 /* Max page size tha in iommu_pgsize()
2340 iommu_pgsize(struct iommu_domain *domain, unsigned long addr_merge, size_t size) iommu_pgsize() argument
2372 __iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp) __iommu_map() argument
2429 _iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp) _iommu_map() argument
2442 iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot) iommu_map() argument
2450 iommu_map_atomic(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot) iommu_map_atomic() argument
2457 __iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *iotlb_gather) __iommu_unmap() argument
2511 iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size) iommu_unmap() argument
2525 iommu_unmap_fast(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *iotlb_gather) iommu_unmap_fast() argument
2595 iommu_domain_window_enable(struct iommu_domain *domain, u32 wnd_nr, phys_addr_t paddr, u64 size, int prot) iommu_domain_window_enable() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c11 * - scalability vs code size is completely set at compile-time
15 * - reworked lock/unlock/erase support for var size flash
625 mtd->size = devsize * cfi->numchips; in cfi_intelext_setup()
655 printk(KERN_WARNING "Sum of regions (%lx) != total size of set of interleaved chips (%lx)\n", offset, devsize); in cfi_intelext_setup()
660 printk(KERN_DEBUG "erase region %d: offset=0x%llx,size=0x%x,blocks=%d\n", in cfi_intelext_setup()
757 printk(KERN_DEBUG "%s: program region size/ctrl_valid/ctrl_inval = %d/%d/%d\n", in cfi_intelext_partition_fixup()
766 * partitions are of the same size too. in cfi_intelext_partition_fixup()
1274 #define XIP_INVAL_CACHED_RANGE(map, from, size) \
1275 INVALIDATE_CACHED_RANGE(map, from, size)
1910 int size in cfi_intelext_writev() local
2241 do_otp_read(struct map_info *map, struct flchip *chip, u_long offset, u_char *buf, u_int size, u_long prot, u_int grpno, u_int grpsz) do_otp_read() argument
2274 do_otp_write(struct map_info *map, struct flchip *chip, u_long offset, u_char *buf, u_int size, u_long prot, u_int grpno, u_int grpsz) do_otp_write() argument
2299 do_otp_lock(struct map_info *map, struct flchip *chip, u_long offset, u_char *buf, u_int size, u_long prot, u_int grpno, u_int grpsz) do_otp_lock() argument
2413 int size = groupsize; cfi_intelext_otp_walk() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c799 netdev_dbg(adapter->netdev, "dma addr = 0x%08llx size = 0x%08x\n", in pch_gbe_configure_tx()
801 adapter->tx_ring->size); in pch_gbe_configure_tx()
805 tdlen = adapter->tx_ring->size - 0x10; in pch_gbe_configure_tx()
847 netdev_dbg(adapter->netdev, "dma adr = 0x%08llx size = 0x%08x\n", in pch_gbe_configure_rx()
849 adapter->rx_ring->size); in pch_gbe_configure_rx()
868 rdlen = adapter->rx_ring->size - 0x10; in pch_gbe_configure_rx()
923 unsigned long size; in pch_gbe_clean_tx_ring() local
934 size = (unsigned long)sizeof(struct pch_gbe_buffer) * tx_ring->count; in pch_gbe_clean_tx_ring()
935 memset(tx_ring->buffer_info, 0, size); in pch_gbe_clean_tx_ring()
938 memset(tx_ring->desc, 0, tx_ring->size); in pch_gbe_clean_tx_ring()
956 unsigned long size; pch_gbe_clean_rx_ring() local
1417 unsigned int size; pch_gbe_alloc_rx_buffers_pool() local
1728 int size; pch_gbe_setup_tx_resources() local
1772 int size; pch_gbe_setup_rx_resources() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c12 * - scalability vs code size is completely set at compile-time
16 * - reworked lock/unlock/erase support for var size flash
627 mtd->size = devsize * cfi->numchips; in cfi_intelext_setup()
657 printk(KERN_WARNING "Sum of regions (%lx) != total size of set of interleaved chips (%lx)\n", offset, devsize); in cfi_intelext_setup()
662 printk(KERN_DEBUG "erase region %d: offset=0x%llx,size=0x%x,blocks=%d\n", in cfi_intelext_setup()
759 printk(KERN_DEBUG "%s: program region size/ctrl_valid/ctrl_inval = %d/%d/%d\n", in cfi_intelext_partition_fixup()
768 * partitions are of the same size too. in cfi_intelext_partition_fixup()
1276 #define XIP_INVAL_CACHED_RANGE(map, from, size) \
1277 INVALIDATE_CACHED_RANGE(map, from, size)
1912 int size in cfi_intelext_writev() local
2243 do_otp_read(struct map_info *map, struct flchip *chip, u_long offset, u_char *buf, u_int size, u_long prot, u_int grpno, u_int grpsz) do_otp_read() argument
2276 do_otp_write(struct map_info *map, struct flchip *chip, u_long offset, u_char *buf, u_int size, u_long prot, u_int grpno, u_int grpsz) do_otp_write() argument
2301 do_otp_lock(struct map_info *map, struct flchip *chip, u_long offset, u_char *buf, u_int size, u_long prot, u_int grpno, u_int grpsz) do_otp_lock() argument
2415 int size = groupsize; cfi_intelext_otp_walk() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c782 netdev_dbg(adapter->netdev, "dma addr = 0x%08llx size = 0x%08x\n", in pch_gbe_configure_tx()
784 adapter->tx_ring->size); in pch_gbe_configure_tx()
788 tdlen = adapter->tx_ring->size - 0x10; in pch_gbe_configure_tx()
830 netdev_dbg(adapter->netdev, "dma adr = 0x%08llx size = 0x%08x\n", in pch_gbe_configure_rx()
832 adapter->rx_ring->size); in pch_gbe_configure_rx()
851 rdlen = adapter->rx_ring->size - 0x10; in pch_gbe_configure_rx()
906 unsigned long size; in pch_gbe_clean_tx_ring() local
917 size = (unsigned long)sizeof(struct pch_gbe_buffer) * tx_ring->count; in pch_gbe_clean_tx_ring()
918 memset(tx_ring->buffer_info, 0, size); in pch_gbe_clean_tx_ring()
921 memset(tx_ring->desc, 0, tx_ring->size); in pch_gbe_clean_tx_ring()
939 unsigned long size; pch_gbe_clean_rx_ring() local
1394 unsigned int size; pch_gbe_alloc_rx_buffers_pool() local
1705 int size; pch_gbe_setup_tx_resources() local
1749 int size; pch_gbe_setup_rx_resources() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c176 * specify an alignment and a size for the object in the address space, but
266 /** actual size of execobj[] as we may extend it for the cmdparser */
305 * Indicate either the size of the hastable used to resolve
334 unsigned int size = 1 + ilog2(eb->buffer_count); in eb_create() local
339 * We size it dynamically based on available memory, starting in eb_create()
350 /* While we can still reduce the allocation size, don't in eb_create()
357 if (size > 1) in eb_create()
360 eb->buckets = kzalloc(sizeof(struct hlist_head) << size, in eb_create()
364 } while (--size); in eb_create()
366 if (unlikely(!size)) in eb_create()
383 const u64 size = i915_vma_size(vma); eb_vma_misplaced() local
1634 unsigned long size; check_relocations() local
1668 unsigned long size; eb_copy_relocations() local
[all...]
/third_party/nghttp2/src/
H A Dh2load.cc284 assert(worker->nclients == worker->clients.size()); in rate_period_timeout_w_cb()
414 if (client->streams.size() >= (size_t)config.max_concurrent_streams) { in client_request_timeout_cb()
862 curve_name.size(), nullptr)) { in print_server_tmp_key()
1051 assert(nwrite <= buf.size()); in on_stream_close()
1298 auto iovcnt = wb.riovec(iov.data(), iov.size()); in write_clear()
1466 msg.msg_controllen = msg_ctrl.size(); in write_udp()
1664 if (stats.size() < smp.max_samples) { in sample()
1706 if (samples.size() == 0) { in within_sd()
1714 return (m / static_cast<double>(samples.size())) * 100; in within_sd()
1763 nrequest_times += w->stats.req_stats.size(); in process_time_stats()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp91 return mRecords.size(); in getNumRecords()
248 VkDeviceSize size; member
252 : size (size_) in Parameters()
270 params.size, // VkDeviceSize allocationSize;
280 return DeviceMemory::Parameters(memReqs.size, deCtz32(memReqs.memoryTypeBits));
299 VkDeviceSize size;
304 : size (size_)
321 params.size, // VkDeviceSize size;
898 if (cur->useImmutableSampler && immutableSamplersPtr.size() < (size_
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp64 MultiPlaneImageData::MultiPlaneImageData (VkFormat format, const UVec2& size) in MultiPlaneImageData() argument
67 , m_size (size) in MultiPlaneImageData()
70 m_planeData[planeNdx].resize(getPlaneSizeInBytes(m_description, size, planeNdx, 0, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY)); in MultiPlaneImageData()
220 void fillRandomNoNaN(de::Random* randomGen, deUint8* const data, deUint32 size, const vk::VkFormat format) in fillRandomNoNaN() argument
259 for (; ndx < size - stride + 1; ndx += stride) in fillRandomNoNaN()
283 while (ndx < size) { in fillRandomNoNaN()
289 for (deUint32 ndx = 0; ndx < size; ++ndx) in fillRandomNoNaN()
498 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in fillImageMemory()
718 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in readImageMemory()
802 const tcu::IVec3& size, in ChannelAccess()
800 ChannelAccess(tcu::TextureChannelClass channelClass, deUint8 channelSize, const tcu::IVec3& size, const tcu::IVec3& bitPitch, void* data, deUint32 bitOffset) ChannelAccess() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.cc707 // Set work-group size defaults. in WorkgroupSize()
1239 std::vector<const sem::Expression*> args(expr->args.size());
1240 std::vector<const sem::Type*> arg_tys(args.size());
1243 for (size_t i = 0; i < expr->args.size(); i++) {
1257 if (args.size() == 1) {
1627 auto size = s.size();
1628 swizzle.reserve(s.size());
1650 expr->member->source.Begin() + swizzle.size());
1660 if (size <
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp64 MultiPlaneImageData::MultiPlaneImageData (VkFormat format, const UVec2& size) in MultiPlaneImageData() argument
67 , m_size (size) in MultiPlaneImageData()
70 m_planeData[planeNdx].resize(getPlaneSizeInBytes(m_description, size, planeNdx, 0, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY)); in MultiPlaneImageData()
220 void fillRandomNoNaN(de::Random* randomGen, deUint8* const data, deUint32 size, const vk::VkFormat format) in fillRandomNoNaN() argument
259 for (; ndx < size - stride + 1; ndx += stride) in fillRandomNoNaN()
283 while (ndx < size) { in fillRandomNoNaN()
289 for (deUint32 ndx = 0; ndx < size; ++ndx) in fillRandomNoNaN()
498 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in fillImageMemory()
717 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in readImageMemory()
801 const tcu::IVec3& size, in ChannelAccess()
799 ChannelAccess(tcu::TextureChannelClass channelClass, deUint8 channelSize, const tcu::IVec3& size, const tcu::IVec3& bitPitch, void* data, deUint32 bitOffset) ChannelAccess() argument
[all...]

Completed in 142 milliseconds

1...<<901902903904905906907908909910>>...2249