/third_party/rust/crates/clang-sys/build/ |
H A D | common.rs | 26 .entry(name.into()) in add_command_error()
|
/third_party/rust/crates/cxx/gen/cmd/src/ |
H A D | app.rs | 109 cfg.entry(name).or_insert_with(Set::new).insert(value);
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_copy_memory.cpp | 126 ir_context->set_instr_block(new_local, &*enclosing_function->entry()); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/lint/ |
H A D | divergence_analysis.cpp | 216 function->entry().get(), [this](const opt::BasicBlock* bb) { in Setup()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | code_sink.cpp | 31 cfg()->ForEachBlockInPostOrder(function.entry().get(), in Process()
|
H A D | function.cpp | 234 !post_dominator_analysis->Dominates(block.get(), entry().get())) { in HasEarlyReturn()
|
H A D | propagator.cpp | 214 Edge(ctx_->cfg()->pseudo_entry_block(), fn->entry().get())); in Initialize() 232 // Add the edges out of the entry block to seed the propagator. in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_add_copy_memory.cpp | 126 ir_context->set_instr_block(new_local, &*enclosing_function->entry()); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/ |
H A D | divergence_analysis.cpp | 216 function->entry().get(), [this](const opt::BasicBlock* bb) { in Setup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | code_sink.cpp | 31 cfg()->ForEachBlockInPostOrder(function.entry().get(), in Process()
|
H A D | function.cpp | 234 !post_dominator_analysis->Dominates(block.get(), entry().get())) { in HasEarlyReturn()
|
H A D | propagator.cpp | 214 Edge(ctx_->cfg()->pseudo_entry_block(), fn->entry().get())); in Initialize() 232 // Add the edges out of the entry block to seed the propagator. in Initialize()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | transreg.h | 172 * should be NULL on entry 194 * should be NULL on entry 202 * Register a prototype (adopted). This adds an entry to the 203 * dynamic store, or replaces an existing entry. Any entry in the 212 * entry to the dynamic store, or replaces an existing entry. Any 213 * entry in the underlying static locale resource store is masked. 222 * Register an ID and a resource name. This adds an entry to the 223 * dynamic store, or replaces an existing entry [all...] |
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | WGPUHelpers.h | 136 BindingLayoutEntryInitializationHelper(const wgpu::BindGroupLayoutEntry& entry);
|
/third_party/skia/modules/canvaskit/ |
H A D | compile.sh | 369 --no-entry \
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_copy_memory.cpp | 129 ir_context->set_instr_block(new_local, &*enclosing_function->entry()); in Apply()
|
H A D | transformation_push_id_through_variable.cpp | 136 ir_context->set_instr_block(local_variable, &*function->entry()); in Apply()
|
/third_party/spirv-tools/source/opt/ |
H A D | function.cpp | 232 !post_dominator_analysis->Dominates(block.get(), entry().get())) { in HasEarlyReturn()
|
H A D | propagator.cpp | 214 Edge(ctx_->cfg()->pseudo_entry_block(), fn->entry().get())); in Initialize() 232 // Add the edges out of the entry block to seed the propagator. in Initialize()
|
H A D | relax_float_ops_pass.cpp | 70 func->entry().get(), [&modified, this](BasicBlock* bb) { in ProcessFunction()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 491 /* Remove existing entry */ in wpas_ctrl_iface_set_dso() 500 /* Update an existing entry or add a new one */ in wpas_ctrl_iface_set_dso() 2523 i = 0; /* show first entry by default */ in wpa_supplicant_ctrl_iface_status() 7984 wpa_printf(MSG_DEBUG, "Selected BSS entry for " MACSTR_SEC 7999 "Found another matching BSS entry with SSID"); 10973 struct rsn_pmksa_cache_entry *entry; 10995 for (entry = wpa_sm_pmksa_cache_head(wpa_s->wpa); entry; 10996 entry = entry [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 3368 struct amdgpu_iv_entry *entry) in gfx_v6_0_eop_irq() 3370 switch (entry->ring_id) { in gfx_v6_0_eop_irq() 3376 amdgpu_fence_process(&adev->gfx.compute_ring[entry->ring_id - 1]); in gfx_v6_0_eop_irq() 3385 struct amdgpu_iv_entry *entry) in gfx_v6_0_fault() 3389 switch (entry->ring_id) { in gfx_v6_0_fault() 3395 ring = &adev->gfx.compute_ring[entry->ring_id - 1]; in gfx_v6_0_fault() 3405 struct amdgpu_iv_entry *entry) in gfx_v6_0_priv_reg_irq() 3408 gfx_v6_0_fault(adev, entry); in gfx_v6_0_priv_reg_irq() 3414 struct amdgpu_iv_entry *entry) in gfx_v6_0_priv_inst_irq() 3417 gfx_v6_0_fault(adev, entry); in gfx_v6_0_priv_inst_irq() 3366 gfx_v6_0_eop_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gfx_v6_0_eop_irq() argument 3384 gfx_v6_0_fault(struct amdgpu_device *adev, struct amdgpu_iv_entry *entry) gfx_v6_0_fault() argument 3403 gfx_v6_0_priv_reg_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gfx_v6_0_priv_reg_irq() argument 3412 gfx_v6_0_priv_inst_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gfx_v6_0_priv_inst_irq() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 1983 list_for_each_entry(nexus, &sport->nexus_list, entry) { in __srpt_close_all_ch() 1996 * Look up (i_port_id, t_port_id) in sport->nexus_list. Create an entry if 2007 list_for_each_entry(n, &sport->nexus_list, entry) { in srpt_get_nexus() 2015 list_add_tail_rcu(&tmp_nexus->entry, in srpt_get_nexus() 2315 list_for_each_entry(stpg, &sport->guid_id->tpg_list, entry) { in srpt_cm_req_recv() 2327 list_for_each_entry(stpg, &sport->gid_id->tpg_list, entry) { in srpt_cm_req_recv() 2967 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_release_sport() 2978 list_for_each_entry_safe(nexus, next_n, &sport->nexus_list, entry) { in srpt_release_sport() 2979 list_del(&nexus->entry); in srpt_release_sport() 3798 list_add_tail(&stpg->entry, in srpt_make_tpg() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | myrb.c | 51 struct myrb_devstate_name_entry *entry = myrb_devstate_name_list; in myrb_devstate_name() local 55 if (entry[i].state == state) in myrb_devstate_name() 56 return entry[i].name; in myrb_devstate_name() 75 struct myrb_raidlevel_name_entry *entry = myrb_raidlevel_name_list; in myrb_raidlevel_name() local 79 if (entry[i].level == level) in myrb_raidlevel_name() 80 return entry[i].name; in myrb_raidlevel_name() 3499 const struct pci_device_id *entry) in myrb_detect() 3502 (struct myrb_privdata *)entry->driver_data; in myrb_detect() 3564 static int myrb_probe(struct pci_dev *dev, const struct pci_device_id *entry) in myrb_probe() argument 3569 cb = myrb_detect(dev, entry); in myrb_probe() 3498 myrb_detect(struct pci_dev *pdev, const struct pci_device_id *entry) myrb_detect() argument [all...] |
/kernel/linux/linux-5.10/net/ |
H A D | socket.c | 210 * The value pointed to by ulen on entry is the buffer length available. 2482 struct mmsghdr __user *entry; in __sys_sendmmsg() local 2501 entry = mmsg; in __sys_sendmmsg() 2519 (struct user_msghdr __user *)entry, in __sys_sendmmsg() 2523 err = put_user(err, &entry->msg_len); in __sys_sendmmsg() 2524 ++entry; in __sys_sendmmsg() 2692 struct mmsghdr __user *entry; in do_recvmmsg() local 2717 entry = mmsg; in do_recvmmsg() 2734 (struct user_msghdr __user *)entry, in do_recvmmsg() 2739 err = put_user(err, &entry in do_recvmmsg() [all...] |