/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 3037 // Calculates array index for given dictionary entry and entry field. 3040 TNode<IntPtrT> EntryToIndex(TNode<IntPtrT> entry, int field_index); 3042 TNode<IntPtrT> EntryToIndex(TNode<IntPtrT> entry) { in EntryToIndex() argument 3043 return EntryToIndex<Dictionary>(entry, Dictionary::kEntryKeyIndex); in EntryToIndex() 3046 // Loads the details for the entry with the given key_index. 3052 // Loads the value for the entry with the given key_index. 3058 // Stores the details for the entry with the given key_index. 3064 // Stores the value for the entry with the given key_index. 3137 // Looks up an entry i [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 3563 Label loop, entry; in PushArray() local 3566 jmp(&entry); in PushArray() 3572 bind(&entry); in PushArray() 3576 jmp(&entry); in PushArray() 3581 bind(&entry); in PushArray() 4150 // should remove this need and make the runtime routine entry code in CallRuntime() 4178 void MacroAssembler::JumpToOffHeapInstructionStream(Address entry) { in JumpToOffHeapInstructionStream() argument 4183 li(kOffHeapTrampolineRegister, Operand(entry, RelocInfo::OFF_HEAP_TARGET)); in JumpToOffHeapInstructionStream() 4185 RecordEntry(entry, RelocInfo::OFF_HEAP_TARGET); in JumpToOffHeapInstructionStream() 4186 RecordRelocInfo(RelocInfo::OFF_HEAP_TARGET, entry); in JumpToOffHeapInstructionStream() [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 1184 InternalIndex entry = descriptors.SearchWithCache(isolate, *name, *map); in ReplaceAccessors() local 1186 descriptors.Replace(entry, &d); in ReplaceAccessors() 5927 base::HashMap::Entry* entry = map_.Lookup(extension, Hash(extension)); in get_state() local 5928 if (entry == nullptr) { in get_state() 5932 reinterpret_cast<intptr_t>(entry->value)); in get_state() 6179 for (InternalIndex entry : properties->IterateEntriesOrdered()) { in TransferNamedProperties() 6181 if (!properties->ToKey(roots, entry, &raw_key)) continue; in TransferNamedProperties() 6189 Handle<Object>(properties->ValueAt(entry), isolate()); in TransferNamedProperties() 6192 PropertyDetails details = properties->DetailsAt(entry); in TransferNamedProperties()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_check_sync_test.cpp | 429 auto entry = data[j].find(CloudDbConstant::DELETE_FIELD); in CheckCloudTableCount() local 430 if (entry != data[j].end() && std::get<bool>(entry->second)) { in CheckCloudTableCount()
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_aead.c | 2599 list_for_each_entry_safe(t_alg, n, &aead_handle->aead_list, entry) { in cc_aead_free() 2601 list_del(&t_alg->entry); in cc_aead_free() 2653 list_add_tail(&t_alg->entry, &aead_handle->aead_list); in cc_aead_alloc()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 180 unsigned int table, unsigned int entry, in enic_udp_tunnel_set_port() 207 unsigned int table, unsigned int entry, in enic_udp_tunnel_unset_port() 2380 enic->msix_entry[i].entry = i; in enic_set_intr_mode() 179 enic_udp_tunnel_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) enic_udp_tunnel_set_port() argument 206 enic_udp_tunnel_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) enic_udp_tunnel_unset_port() argument
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-cache-target.c | 194 list_for_each_entry_safe(ws, tmp, &work_items, entry) { in __commit() 197 INIT_LIST_HEAD(&ws->entry); /* to avoid a WARN_ON */ in __commit() 241 list_add_tail(&k->ws.entry, &b->work_items); in continue_after_commit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 814 /* Swap entry counts and channel pointers */ in ef4_realloc_channels() 1385 xentries[i].entry = i; in ef4_probe_interrupts() 2915 const struct pci_device_id *entry) in ef4_pci_probe() 2927 efx->type = (const struct ef4_nic_type *) entry->driver_data; in ef4_pci_probe() 2914 ef4_pci_probe(struct pci_dev *pci_dev, const struct pci_device_id *entry) ef4_pci_probe() argument
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | check.c | 371 !strcmp(sec->name, ".entry.text") || in decode_instructions() 939 WARN("bad .discard.ignore_alts entry"); in add_ignore_alternatives() 1450 * A jump table entry can either convert a nop to a jump or a jump to a nop. 1451 * If the original instruction is a jump, make the alt entry an effective nop 1516 WARN_FUNC("empty alternative entry", in add_special_section_alts() 1803 insn->entry = 1; in read_unwind_hints() 1809 insn->entry = 1; in read_unwind_hints() 1854 WARN("bad .discard.retpoline_safe entry"); in read_retpoline_hints() 1891 WARN("bad .discard.instr_end entry"); in read_instr_hints() 1910 WARN("bad .discard.instr_begin entry"); in read_instr_hints() [all...] |
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-tegra.c | 271 * entries, one entry per PCIe port. These field definitions and desired 846 struct resource_entry *entry; in tegra_pcie_setup_translations() local 854 resource_list_for_each_entry(entry, &bridge->windows) { in tegra_pcie_setup_translations() 856 struct resource *res = entry->res; in tegra_pcie_setup_translations()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 808 /* Swap entry counts and channel pointers */ in ef4_realloc_channels() 1375 xentries[i].entry = i; in ef4_probe_interrupts() 2863 const struct pci_device_id *entry) in ef4_pci_probe() 2875 efx->type = (const struct ef4_nic_type *) entry->driver_data; in ef4_pci_probe() 2862 ef4_pci_probe(struct pci_dev *pci_dev, const struct pci_device_id *entry) ef4_pci_probe() argument
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | f2fs.h | 12 #define show_dev_ino(entry) show_dev(entry->dev), (unsigned long)entry->ino
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_aead.c | 2599 list_for_each_entry_safe(t_alg, n, &aead_handle->aead_list, entry) { in cc_aead_free() 2601 list_del(&t_alg->entry); in cc_aead_free() 2653 list_add_tail(&t_alg->entry, &aead_handle->aead_list); in cc_aead_alloc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 180 unsigned int table, unsigned int entry, in enic_udp_tunnel_set_port() 207 unsigned int table, unsigned int entry, in enic_udp_tunnel_unset_port() 2379 enic->msix_entry[i].entry = i; in enic_set_intr_mode() 179 enic_udp_tunnel_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) enic_udp_tunnel_set_port() argument 206 enic_udp_tunnel_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) enic_udp_tunnel_unset_port() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 1611 wx->msix_entries[i].entry = i; in wx_acquire_msix_vectors() 1974 struct msix_entry *entry = &wx->msix_entries[vector]; in wx_free_irq() local 1980 free_irq(entry->vector, q_vector); in wx_free_irq()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-tegra.c | 257 * entries, one entry per PCIe port. These field definitions and desired 827 struct resource_entry *entry; in tegra_pcie_setup_translations() local 835 resource_list_for_each_entry(entry, &bridge->windows) { in tegra_pcie_setup_translations() 837 struct resource *res = entry->res; in tegra_pcie_setup_translations()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-playstation.c | 546 struct ps_device *entry; in ps_devices_list_add() local 549 list_for_each_entry(entry, &ps_devices_list, list) { in ps_devices_list_add() 550 if (!memcmp(entry->mac_address, dev->mac_address, sizeof(dev->mac_address))) { in ps_devices_list_add()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-cache-target.c | 125 list_for_each_entry_safe(ws, tmp, &work_items, entry) { in __commit() 128 INIT_LIST_HEAD(&ws->entry); /* to avoid a WARN_ON */ in __commit() 172 list_add_tail(&k->ws.entry, &b->work_items); in continue_after_commit()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 103 struct hash_entry *entry = _mesa_hash_table_search(ctx->remap_table, obj); in write_lookup_object() local 104 assert(entry); in write_lookup_object() 105 return (uint32_t)(uintptr_t) entry->data; in write_lookup_object()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 231 "Add a Valid(not-revoked) DB entry about a cert (given in file)"}, 707 "entry %d: not revoked yet, but has a revocation date\n", in ca_main() 713 BIO_printf(bio_err, " in entry %d\n", i + 1); in ca_main() 717 BIO_printf(bio_err, "entry %d: invalid expiry date\n", i + 1); in ca_main() 727 BIO_printf(bio_err, "entry %d: bad serial number length (%d)\n", in ca_main() 734 "entry %d: bad char 0%o '%c' in serial number\n", in ca_main() 1371 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf() local 1372 if (entry == NULL) in lookup_conf() 1374 return entry; in lookup_conf() 1862 BIO_printf(bio_err, "The matching entry ha in do_body() [all...] |
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 236 our $now_printing; # set to current entry's name in print_table_entry 1087 # If any %useradd entry has been set, we must check that the "make 1088 # variables" haven't been set. We start by checking of any %useradd entry 1093 # 2 - %useradd entry set 1379 # because it's now all been merged into the corresponding $config entry 1792 # 'skipped' entry in there with the list of skipped directories. 3152 my $entry = shift; 3164 return [ map { process_values($_, $inherited, $target, $entry) } 3170 ," found in target ",$target," -> ",$entry,"\n";
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtil.java | 704 for (Map.Entry<Integer, List<String>> entry : countryCallingCodeToRegionCodeMap.entrySet()) { in PhoneNumberUtil() 705 List<String> regionCodes = entry.getValue(); in PhoneNumberUtil() 710 countryCodesForNonGeographicalRegion.add(entry.getKey()); in PhoneNumberUtil()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 52 pub type ENTRY = entry; 429 pub struct entry { structure names 1439 // utmpx entry types 1893 pub fn hsearch(entry: ::ENTRY, action: ::ACTION) -> *mut ::ENTRY; in hsearch()
|
/third_party/openssl/apps/ |
H A D | ca.c | 231 "Add a Valid(not-revoked) DB entry about a cert (given in file)"}, 705 "entry %d: not revoked yet, but has a revocation date\n", in ca_main() 711 BIO_printf(bio_err, " in entry %d\n", i + 1); in ca_main() 715 BIO_printf(bio_err, "entry %d: invalid expiry date\n", i + 1); in ca_main() 725 BIO_printf(bio_err, "entry %d: bad serial number length (%d)\n", in ca_main() 732 "entry %d: bad char 0%o '%c' in serial number\n", in ca_main() 1351 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf() local 1352 if (entry == NULL) in lookup_conf() 1354 return entry; in lookup_conf() 1842 BIO_printf(bio_err, "The matching entry ha in do_body() [all...] |
/third_party/openssl/ |
H A D | Configure | 236 our $now_printing; # set to current entry's name in print_table_entry 1089 # If any %useradd entry has been set, we must check that the "make 1090 # variables" haven't been set. We start by checking of any %useradd entry 1095 # 2 - %useradd entry set 1381 # because it's now all been merged into the corresponding $config entry 1789 # 'skipped' entry in there with the list of skipped directories. 3147 my $entry = shift; 3159 return [ map { process_values($_, $inherited, $target, $entry) } 3165 ," found in target ",$target," -> ",$entry,"\n";
|