/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.cc | 600 // Every rec. group counts as one type entry. in WriteTo() 802 for (const WasmElemSegment::Entry entry : segment.entries) { in WriteTo() 804 entry.kind == WasmElemSegment::Entry::kGlobalGetEntry in WriteTo() 806 : entry.kind == WasmElemSegment::Entry::kRefFuncEntry in WriteTo() 812 entry.kind == WasmElemSegment::Entry::kRefFuncEntry; in WriteTo() 814 entry.index + (needs_function_offset in WriteTo()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 1220 pan_unpack(cl + i * MALI_RESOURCE_LENGTH, RESOURCE, entry); in pandecode_resource_tables() 1221 DUMP_UNPACKED(RESOURCE, entry, "Entry %u:\n", i); in pandecode_resource_tables() 1224 if (entry.address) in pandecode_resource_tables() 1225 pandecode_resources(entry.address, entry.size); in pandecode_resource_tables()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-heap-broker.cc | 85 Address* entry = *it.entry(); in CopyCanonicalHandlesForTesting() local 87 canonical_handles_->Insert(key, entry); in CopyCanonicalHandlesForTesting() 846 for (auto entry : transition_groups) { in ProcessFeedbackMapsForElementAccess() 847 result->AddGroup(std::move(entry.second)); in ProcessFeedbackMapsForElementAccess()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 343 ZoneHashMap::Entry* entry = table.LookupOrInsert(literal, hash); in CalculateEmitStore() local 344 if (entry->value == nullptr) { in CalculateEmitStore() 345 entry->value = property; in CalculateEmitStore() 362 static_cast<ObjectLiteral::Property*>(entry->value)->kind(); in CalculateEmitStore() 369 entry->value = property; in CalculateEmitStore()
|
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 702 TNode<IntPtrT> entry = var_entry.value(); in LookupPropertyOnPrototypeChain() local 703 TNode<Uint32T> details = LoadDetailsByKeyIndex(dictionary, entry); in LookupPropertyOnPrototypeChain() 708 *var_accessor_pair = LoadValueByKeyIndex(dictionary, entry); in LookupPropertyOnPrototypeChain() 719 TNode<IntPtrT> entry = var_entry.value(); in LookupPropertyOnPrototypeChain() local 721 CAST(LoadValueByKeyIndex(dictionary, entry)); in LookupPropertyOnPrototypeChain()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 47 // forwards to the real entry on a RISC-V HW platform. 472 Return Call(Address entry, Args... args) { in Call() argument 473 return VariadicCall<Return>(this, &Simulator::CallImpl, entry, args...); in Call() 477 double CallFP(Address entry, double d0, double d1); 515 V8_EXPORT_PRIVATE intptr_t CallImpl(Address entry, int argument_count, 937 void CallInternal(Address entry);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_string.cpp | 2102 for (uint32 entry = 0; entry < kTableEntrys; entry++) in ForceASCII() 2105 if (kUnicodeToLowASCII [entry] . unicode == x) in ForceASCII() 2108 ascii = kUnicodeToLowASCII [entry] . ascii; in ForceASCII()
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 858 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) { in dereg_device_v3_hw() 1095 struct hisi_sas_sge *entry = &sge_page->sge[i]; in prep_prd_sge_v3_hw() local 1097 entry->addr = cpu_to_le64(sg_dma_address(sg)); in prep_prd_sge_v3_hw() 1098 entry->page_ctrl_0 = entry->page_ctrl_1 = 0; in prep_prd_sge_v3_hw() 1099 entry->data_len = cpu_to_le32(sg_dma_len(sg)); in prep_prd_sge_v3_hw() 1100 entry->data_off = 0; in prep_prd_sge_v3_hw() 1121 struct hisi_sas_sge *entry = &sge_dif_page->sge[i]; in prep_prd_sge_dif_v3_hw() local 1123 entry->addr = cpu_to_le64(sg_dma_address(sg)); in prep_prd_sge_dif_v3_hw() 1124 entry in prep_prd_sge_dif_v3_hw() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad.c | 60 struct trace_event_raw_ib_mad_send_template *entry) in create_mad_addr_info() 68 entry->sl = attr.sl; in create_mad_addr_info() 69 entry->rqpn = wr->remote_qpn; in create_mad_addr_info() 70 entry->rqkey = wr->remote_qkey; in create_mad_addr_info() 71 entry->dlid = rdma_ah_get_dlid(&attr); in create_mad_addr_info() 118 struct ib_mad_port_private *entry; in __ib_get_mad_port() local 120 list_for_each_entry(entry, &ib_mad_port_list, port_list) { in __ib_get_mad_port() 121 if (entry->device == device && entry->port_num == port_num) in __ib_get_mad_port() 122 return entry; in __ib_get_mad_port() 58 create_mad_addr_info(struct ib_mad_send_wr_private *mad_send_wr, struct ib_mad_qp_info *qp_info, struct trace_event_raw_ib_mad_send_template *entry) create_mad_addr_info() argument 134 struct ib_mad_port_private *entry; ib_get_mad_port() local [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 469 * entry onto the work queue to write the uncompressed bytes. This 3006 * This creates an orphan entry for the given inode in case something goes wrong 3100 "Error removing orphan entry, stopping orphan cleanup"); in btrfs_orphan_cleanup() 3433 * try to precache a NULL acl entry for files that don't have in btrfs_read_locked_inode() 3834 * Instead simply lookup the dir_index_item for this entry so we can in btrfs_unlink_subvol() 3942 struct btrfs_inode *entry; in btrfs_prune_dentries() local 3955 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_prune_dentries() 3957 if (objectid < btrfs_ino(entry)) in btrfs_prune_dentries() 3959 else if (objectid > btrfs_ino(entry)) in btrfs_prune_dentries() 3966 entry in btrfs_prune_dentries() 5333 struct btrfs_inode *entry; inode_tree_add() local 5642 struct dir_entry *entry = addr; btrfs_filldir() local 5703 struct dir_entry *entry; btrfs_real_readdir() local 10035 struct btrfs_swapfile_pin *sp, *entry; btrfs_add_swapfile_pin() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 100 /* Output field. Stores the index number of the old directory entry. */ 824 * If this code finds it can't get good compression, it puts an entry onto the 3423 * This creates an orphan entry for the given inode in case something goes wrong 3524 "Error removing orphan entry, stopping orphan cleanup"); in btrfs_orphan_cleanup() 3875 * try to precache a NULL acl entry for files that don't have in btrfs_read_locked_inode() 4287 * Instead simply lookup the dir_index_item for this entry so we can in btrfs_unlink_subvol() 4396 struct btrfs_inode *entry; in btrfs_prune_dentries() local 4409 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_prune_dentries() 4411 if (objectid < btrfs_ino(entry)) in btrfs_prune_dentries() 4413 else if (objectid > btrfs_ino(entry)) in btrfs_prune_dentries() 5459 struct btrfs_inode *entry; inode_tree_add() local 5862 struct dir_entry *entry = addr; btrfs_filldir() local 5916 struct dir_entry *entry; btrfs_real_readdir() local 10452 struct btrfs_swapfile_pin *sp, *entry; btrfs_add_swapfile_pin() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 2042 INIT_LIST_HEAD(&owait.wait.entry); in mem_cgroup_oom_synchronize() 3465 * @entry: swap entry to be moved 3466 * @from: mem_cgroup which the entry is moved from 3467 * @to: mem_cgroup which the entry is moved to 3469 * It succeeds only when the swap_cgroup's record for this entry is the same 3477 static int mem_cgroup_move_swap_account(swp_entry_t entry, in mem_cgroup_move_swap_account() argument 3485 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) { in mem_cgroup_move_swap_account() 3493 static inline int mem_cgroup_move_swap_account(swp_entry_t entry, in mem_cgroup_move_swap_account() argument 5763 pte_t ptent, swp_entry_t *entry) in mc_handle_swap_pte() 5762 mc_handle_swap_pte(struct vm_area_struct *vma, pte_t ptent, swp_entry_t *entry) mc_handle_swap_pte() argument 5795 mc_handle_swap_pte(struct vm_area_struct *vma, pte_t ptent, swp_entry_t *entry) mc_handle_swap_pte() argument 7110 mem_cgroup_swapin_charge_folio(struct folio *folio, struct mm_struct *mm, gfp_t gfp, swp_entry_t entry) mem_cgroup_swapin_charge_folio() argument 7142 mem_cgroup_swapin_uncharge_swap(swp_entry_t entry) mem_cgroup_swapin_uncharge_swap() argument 7514 mem_cgroup_swapout(struct folio *folio, swp_entry_t entry) mem_cgroup_swapout() argument 7584 __mem_cgroup_try_charge_swap(struct folio *folio, swp_entry_t entry) __mem_cgroup_try_charge_swap() argument 7630 __mem_cgroup_uncharge_swap(swp_entry_t entry, unsigned int nr_pages) __mem_cgroup_uncharge_swap() argument [all...] |
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 100 static int ldap_getval_firststring(LDAP *ld, LDAPMessage *entry, 103 static void ldap_freeres(LDAPMessage *entry); 4664 *e; /* Current entry from search */ in cupsdUpdateLDAPBrowse() 4708 * Count LDAP entries and return if no entry exist... in cupsdUpdateLDAPBrowse() 4726 * Get the required values from this entry... in cupsdUpdateLDAPBrowse() 4753 * Process the entry... in cupsdUpdateLDAPBrowse() 4851 debug_printf("ldap_search_rec: LDAP entry/object not found\n"); in ldap_search_rec() 4868 ldap_freeres(LDAPMessage *entry) /* I - LDAP handler */ in ldap_freeres() argument 4872 rc = ldap_msgfree(entry); in ldap_freeres() 4886 LDAPMessage *entry, /* in ldap_getval_firststring() 4885 ldap_getval_firststring(LDAP *ld, LDAPMessage *entry, char *attr, char *retval, unsigned long maxsize) ldap_getval_firststring() argument 9088 AvahiStringList *entry = NULL; matched_filters() local 9491 AvahiStringList *entry = NULL; examine_discovered_printer_record() local [all...] |
/third_party/littlefs/ |
H A D | lfs.c | 322 // operations on 32-bit entry tags 1200 // crc the entry first, hopefully leaving it in the cache in lfs_dir_fetchmatch() 1504 // grab the entry data in lfs_dir_find() 1514 // find entry matching name in lfs_dir_find() 2694 // setup entry in lfs_dir_rawopen() 2770 // skip superblock entry in lfs_dir_rawseek() 3030 // allocate entry for file if it doesn't exist 3059 // get next slot and create entry to remember name 3382 // update dir entry 3866 // delete the entry 5234 lfs1_entry_size(const lfs1_entry_t *entry) global() argument 5300 lfs1_dir_next(lfs_t *lfs, lfs1_dir_t *dir, lfs1_entry_t *entry) global() argument 5337 lfs1_entry_t entry; global() local 5412 lfs1_entry_t entry; global() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_driver.h | 161 struct list_head entry; member
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | vmlinux.lds.S | 81 *(.entry.tramp.text) \
|
/kernel/linux/linux-5.10/arch/csky/abiv2/ |
H A D | mcount.S | 6 #include <abi/entry.h>
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sasin.S | 4 | Description: The entry point sAsin computes the inverse sine of
|
H A D | satanh.S | 4 | The entry point satanh computes the inverse
|
/kernel/linux/linux-5.10/arch/m68k/coldfire/ |
H A D | entry.S | 2 * entry.S -- interrupt and exception processing for ColdFire 12 * linux/arch/m68k/kernel/entry.S 36 #include <asm/entry.h> 89 movel %d2,PT_OFF_D0(%sp) /* on syscall entry */
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | vmlinux.lds.h | 97 *(.entry.text) \
|
/kernel/linux/linux-5.10/arch/parisc/ |
H A D | Makefile | 72 CC_FLAGS_FTRACE := -fpatchable-function-entry=$(NOP_COUNT),$(shell echo $$(($(NOP_COUNT)-1))) 88 # Currently we save and restore fpregs on all kernel entry/interruption paths.
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | head_kdump.S | 17 # kdump entry (new kernel - not yet relocated)
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | Makefile | 41 obj-y += entry.o reipl.o relocate_kernel.o kdebugfs.o alternative.o
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | relocate_kernel.S | 14 #include <kernel-entry-init.h> 106 * then start at entry (?) point.
|