/third_party/node/deps/v8/src/compiler/ |
H A D | js-heap-broker.h | 276 *find_result.entry = in CanonicalPersistentHandle() 279 return Handle<T>(*find_result.entry); in CanonicalPersistentHandle() 291 // Find the corresponding handle in the CanonicalHandlesMap. The entry must be 295 Address** entry = canonical_handles_->Find(object); in FindCanonicalPersistentHandleForTesting() local 296 return Handle<T>(*entry); in FindCanonicalPersistentHandleForTesting()
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
H A D | device_select_layer.c | 103 struct hash_entry *entry; in device_select_layer_get_instance() local 106 entry = _mesa_hash_table_search(device_select_instance_ht, (void *)instance); in device_select_layer_get_instance() 107 if (entry) in device_select_layer_get_instance() 108 info = (struct instance_info *)entry->data; in device_select_layer_get_instance()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
H A D | SfntDump.java | 371 for (Map.Entry<Integer, ? extends Table> entry : font.tableMap().entrySet()) { in dumpFont() 372 System.out.println(entry.getValue().header()); in dumpFont() 383 for (NameEntry entry : name) { in dumpFont() 384 System.out.println(entry); in dumpFont()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_fusion.cpp | 506 const auto& entry = dependence.GetEntries()[this_loop_position]; in IsLegal() local 507 if ((entry.dependence_information == in IsLegal() 509 entry.distance < 1) || in IsLegal() 510 (entry.dependence_information == in IsLegal()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text.cpp | 441 spv_operand_desc entry; in spvTextEncodeOperand() local 442 if (grammar.lookupOperand(type, textValue, strlen(textValue), &entry)) { in spvTextEncodeOperand() 446 if (context->binaryEncodeU32(entry->value, pInst)) { in spvTextEncodeOperand() 452 spvPushOperandTypes(entry->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_fusion.cpp | 506 const auto& entry = dependence.GetEntries()[this_loop_position]; in IsLegal() local 507 if ((entry.dependence_information == in IsLegal() 509 entry.distance < 1) || in IsLegal() 510 (entry.dependence_information == in IsLegal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text.cpp | 441 spv_operand_desc entry; in spvTextEncodeOperand() local 442 if (grammar.lookupOperand(type, textValue, strlen(textValue), &entry)) { in spvTextEncodeOperand() 446 if (context->binaryEncodeU32(entry->value, pInst)) { in spvTextEncodeOperand() 452 spvPushOperandTypes(entry->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
|
/third_party/python/Modules/ |
H A D | _posixsubprocess.c | 340 struct linux_dirent64 *entry; in _close_open_fds_safe() local 345 for (offset = 0; offset < bytes; offset += entry->d_reclen) { in _close_open_fds_safe() 347 entry = (struct linux_dirent64 *)(buffer + offset); in _close_open_fds_safe() 348 if ((fd = _pos_int_from_ascii(entry->d_name)) < 0) in _close_open_fds_safe()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | UnknownFieldSetTest.java | 81 for (Map.Entry<Integer, UnknownFieldSet.Field> entry : unknownFields.asMap().entrySet()) { in getBizarroData() 82 if (entry.getValue().getVarintList().isEmpty()) { in getBizarroData() 84 bizarroFields.addField(entry.getKey(), varintField); in getBizarroData() 87 bizarroFields.addField(entry.getKey(), fixed32Field); in getBizarroData()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_fusion.cpp | 508 const auto& entry = dependence.GetEntries()[this_loop_position]; in IsLegal() local 509 if ((entry.dependence_information == in IsLegal() 511 entry.distance < 1) || in IsLegal() 512 (entry.dependence_information == in IsLegal()
|
/third_party/spirv-tools/source/ |
H A D | text.cpp | 455 spv_operand_desc entry; in spvTextEncodeOperand() local 456 if (grammar.lookupOperand(type, textValue, strlen(textValue), &entry)) { in spvTextEncodeOperand() 460 if (context->binaryEncodeU32(entry->value, pInst)) { in spvTextEncodeOperand() 466 spvPushOperandTypes(entry->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_js.c | 192 * jsctx_queue_foreach_prio(): - Execute callback for each entry in the queue. 198 * Iterate over a queue and invoke @callback for each entry in the queue, and 199 * remove the entry from the queue. 216 struct kbase_jd_atom *entry = rb_entry(node, struct kbase_jd_atom, runnable_tree_node); in jsctx_queue_foreach_prio() local 219 callback(kctx->kbdev, entry); in jsctx_queue_foreach_prio() 225 if (entry->atom_flags & KBASE_KATOM_FLAG_JSCTX_IN_X_DEP_LIST) { in jsctx_queue_foreach_prio() 226 WARN_ON(!(entry->core_req & BASE_JD_REQ_END_RENDERPASS)); in jsctx_queue_foreach_prio() 227 dev_dbg(kctx->kbdev->dev, "Del runnable atom %p from X_DEP list\n", (void *)entry); in jsctx_queue_foreach_prio() 229 list_del(&entry->queue); in jsctx_queue_foreach_prio() 230 entry in jsctx_queue_foreach_prio() 235 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, struct kbase_jd_atom, queue); jsctx_queue_foreach_prio() local 365 struct kbase_jd_atom *entry = container_of(*new, struct kbase_jd_atom, runnable_tree_node); jsctx_tree_add() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt.c | 53 list_for_each_entry_rcu(sess, &clt->paths_list, s.entry) in rtrs_clt_is_connected() 785 typeof(*path), s.entry); in get_next_path_rr() 788 &path->s.entry, in get_next_path_rr() 790 s.entry); in get_next_path_rr() 813 list_for_each_entry_rcu(sess, &clt->paths_list, s.entry) { in get_next_path_min_inflight() 2105 list_del_rcu(&sess->s.entry); in rtrs_clt_remove_path_from_arr() 2146 next = list_next_or_null_rr_rcu(&clt->paths_list, &sess->s.entry, in rtrs_clt_remove_path_from_arr() 2147 typeof(*next), s.entry); in rtrs_clt_remove_path_from_arr() 2162 * entry from the list, thus IO code path cannot in rtrs_clt_remove_path_from_arr() 2195 list_add_tail_rcu(&sess->s.entry, in rtrs_clt_add_path_to_arr() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_debugfs.c | 66 * Function takes in attributes passed to debugfs write entry 380 * The usage can be referred to link_settings entry 928 struct dmub_debugfs_trace_entry *entry = &entries[i]; in dmub_tracebuffer_show() local 932 entry->trace_code, entry->tick_count, entry->param0, in dmub_tracebuffer_show() 933 entry->param1); in dmub_tracebuffer_show() 1315 * its respectful "trigger_hotplug" debugfs entry: 3007 uint32_t entry = 0; in edp_ilr_show() local 3017 (supported_link_rates[entry in edp_ilr_show() [all...] |
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | core.c | 1643 /* Delete the array entry. */ in x86_pmu_del() 2756 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_kernel() argument 2766 if (perf_callchain_store(entry, regs->ip)) in perf_callchain_kernel() 2776 if (!addr || perf_callchain_store(entry, addr)) in perf_callchain_kernel() 2820 perf_callchain_user32(struct pt_regs *regs, struct perf_callchain_entry_ctx *entry) in perf_callchain_user32() argument 2835 while (entry->nr < entry->max_stack) { in perf_callchain_user32() 2844 perf_callchain_store(entry, cs_base + frame.return_address); in perf_callchain_user32() 2852 perf_callchain_user32(struct pt_regs *regs, struct perf_callchain_entry_ctx *entry) in perf_callchain_user32() argument 2859 perf_callchain_user(struct perf_callchain_entry_ctx *entry, struc argument [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | filemap.c | 134 /* hugetlb pages are represented by a single entry in the xarray */ in page_cache_delete() 292 /* A swap/dax/shadow entry got inserted? Skip it. */ in page_cache_delete_batch() 873 void *entry, *old = NULL; in __filemap_add_folio() local 879 xas_for_each_conflict(&xas, entry) { in __filemap_add_folio() 880 old = entry; in __filemap_add_folio() 881 if (!xa_is_value(entry)) { in __filemap_add_folio() 890 /* entry may have been split before we acquired lock */ in __filemap_add_folio() 1121 * and we can unconditionally remove the wait entry. in wake_page_function() 1125 * After this list_del_init(&wait->entry) the wait entry in wake_page_function() 1737 void *entry = xas_next(&xas); page_cache_next_miss() local 1773 void *entry = xas_prev(&xas); page_cache_prev_miss() local [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | mballoc.c | 3854 struct ext4_free_data *entry) in ext4_free_data_in_buddy() 3861 entry->efd_count, entry->efd_group, entry); in ext4_free_data_in_buddy() 3863 err = ext4_mb_load_buddy(sb, entry->efd_group, &e4b); in ext4_free_data_in_buddy() 3868 EXT4_SB(sb)->s_mb_free_pending -= entry->efd_count; in ext4_free_data_in_buddy() 3873 count += entry->efd_count; in ext4_free_data_in_buddy() 3874 ext4_lock_group(sb, entry->efd_group); in ext4_free_data_in_buddy() 3876 rb_erase(&entry->efd_node, &(db->bb_free_root)); in ext4_free_data_in_buddy() 3877 mb_free_blocks(NULL, &e4b, entry in ext4_free_data_in_buddy() 3853 ext4_free_data_in_buddy(struct super_block *sb, struct ext4_free_data *entry) ext4_free_data_in_buddy() argument 3908 struct ext4_free_data *entry, *tmp; ext4_process_freed_data() local 6299 ext4_try_merge_freed_extent(struct ext4_sb_info *sbi, struct ext4_free_data *entry, struct ext4_free_data *new_entry, struct rb_root *entry_rb_root) ext4_try_merge_freed_extent() argument 6330 struct ext4_free_data *entry; ext4_mb_free_metadata() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | sync_engine.cpp | 1046 for (const auto &entry : syncTaskContextMap_) { in SchemaChange() 1047 auto context = entry.second; in SchemaChange() 1093 for (const auto &entry : syncTaskContextMap_) { in Dump() 1094 if (entry.second != nullptr) { in Dump() 1095 entry.second->Dump(fd); in Dump() 1179 for (const auto &entry : syncTaskContextMap_) { in AbortMachineIfNeed() 1180 auto context = entry.second; in AbortMachineIfNeed()
|
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | intel-gtt.c | 54 void (*write_entry)(dma_addr_t addr, unsigned int entry, unsigned int flags); 321 static void i810_write_entry(dma_addr_t addr, unsigned int entry, in i810_write_entry() argument 335 writel_relaxed(addr | pte_flags, intel_private.gtt + entry); in i810_write_entry() 735 static void i830_write_entry(dma_addr_t addr, unsigned int entry, in i830_write_entry() argument 743 writel_relaxed(addr | pte_flags, intel_private.gtt + entry); in i830_write_entry() 1117 unsigned int entry, in i965_write_entry() 1128 writel_relaxed(addr | pte_flags, intel_private.gtt + entry); in i965_write_entry() 1116 i965_write_entry(dma_addr_t addr, unsigned int entry, unsigned int flags) i965_write_entry() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | rtas.c | 721 * hardcode rtas.base/entry etc. 1145 if (!rtas.entry || token == RTAS_UNKNOWN_SERVICE) in rtas_call() 1721 * entry in the rtas_functions table points to a rtas_filter that 1827 if (!rtas.entry) in SYSCALL_DEFINE1() 1973 u32 base, size, entry; in rtas_initialize() local 1993 no_entry = of_property_read_u32(rtas.dev, "linux,rtas-entry", &entry); in rtas_initialize() 1994 rtas.entry = no_entry ? rtas.base : entry; in rtas_initialize() 2032 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NUL in early_init_dt_scan_rtas() [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | wistron_btns.c | 50 static void __iomem *bios_entry_point; /* BIOS routine entry point */ 101 printk(KERN_ERR "wistron_btns: BIOS entry point not found\n"); in map_bios() 108 "wistron_btns: BIOS signature found at %p, entry point %08X\n", in map_bios() 1181 struct key_entry *entry) in wistron_setup_keymap() 1183 switch (entry->type) { in wistron_setup_keymap() 1188 entry->type = KE_KEY; in wistron_setup_keymap() 1189 entry->keycode = KEY_WLAN; in wistron_setup_keymap() 1195 entry->type = KE_KEY; in wistron_setup_keymap() 1196 entry->keycode = KEY_BLUETOOTH; in wistron_setup_keymap() 1201 if (entry in wistron_setup_keymap() 1180 wistron_setup_keymap(struct input_dev *dev, struct key_entry *entry) wistron_setup_keymap() argument [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | asn1_compiler.c | 1396 int entry; in render_out_of_line_list() local 1404 e->entry_index = entry = nr_entries; in render_out_of_line_list() 1417 render_opcode(out, "_jump_target(%u),\n", entry); in render_out_of_line_list() 1424 render_opcode(out, "_jump_target(%u),\n", entry); in render_out_of_line_list() 1443 int entry, skippable = 0, outofline = 0; in render_element() local 1574 entry = nr_entries; in render_element() 1582 render_opcode(out, "_jump_target(%u),\n", entry); in render_element()
|
/kernel/linux/linux-5.10/lib/ |
H A D | rhashtable.c | 69 /* The top-level bucket entry does not need RCU protection in nested_table_top() 231 struct rhash_head *head, *next, *entry; in rhashtable_rehash_one() local 240 rht_for_each_from(entry, rht_ptr(bkt, old_tbl, old_hash), in rhashtable_rehash_one() 243 next = rht_dereference_bucket(entry->next, old_tbl, old_hash); in rhashtable_rehash_one() 248 pprev = &entry->next; in rhashtable_rehash_one() 254 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 260 RCU_INIT_POINTER(entry->next, head); in rhashtable_rehash_one() 262 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one() 879 * next entry from that point. in rhashtable_walk_next() 910 /* A nonzero skip value points to the next entry i in rhashtable_walk_peek() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 330 nvbo = list_entry(op->list.next, struct nouveau_bo, entry); in validate_fini_no_ticket() 350 list_del(&nvbo->entry); in validate_fini_no_ticket() 449 list_add_tail(&nvbo->entry, &both_list); in validate_init() 452 list_add_tail(&nvbo->entry, &vram_list); in validate_init() 455 list_add_tail(&nvbo->entry, &gart_list); in validate_init() 459 list_add_tail(&nvbo->entry, &both_list); in validate_init() 485 list_for_each_entry(nvbo, list, entry) { in validate_list()
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_smd.c | 197 * @list: lite entry for @channels in qcom_smd_edge 344 * struct qcom_smd_alloc_entry - channel allocation entry 662 * Creating a new channel requires allocating an smem entry, so we only in qcom_smd_edge_intr() 1193 struct qcom_smd_alloc_entry *entry; in qcom_channel_scan_worker() local 1209 entry = &alloc_tbl[i]; in qcom_channel_scan_worker() 1210 eflags = le32_to_cpu(entry->flags); in qcom_channel_scan_worker() 1214 if (entry->ref_count == 0) in qcom_channel_scan_worker() 1217 if (!entry->name[0]) in qcom_channel_scan_worker() 1226 cid = le32_to_cpu(entry->cid); in qcom_channel_scan_worker() 1230 channel = qcom_smd_create_channel(edge, info_id, fifo_id, entry in qcom_channel_scan_worker() [all...] |