Home
last modified time | relevance | path

Searched refs:entry (Results 876 - 900 of 7436) sorted by relevance

1...<<31323334353637383940>>...298

/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_flow_table_offload.c204 static void flow_offload_mangle(struct flow_action_entry *entry, in flow_offload_mangle() argument
208 entry->id = FLOW_ACTION_MANGLE; in flow_offload_mangle()
209 entry->mangle.htype = htype; in flow_offload_mangle()
210 entry->mangle.offset = offset; in flow_offload_mangle()
211 memcpy(&entry->mangle.mask, mask, sizeof(u32)); in flow_offload_mangle()
212 memcpy(&entry->mangle.val, value, sizeof(u32)); in flow_offload_mangle()
332 struct flow_action_entry *entry = flow_action_entry_next(flow_rule); in flow_offload_ipv4_snat() local
350 flow_offload_mangle(entry, FLOW_ACT_MANGLE_HDR_TYPE_IP4, offset, in flow_offload_ipv4_snat()
359 struct flow_action_entry *entry = flow_action_entry_next(flow_rule); in flow_offload_ipv4_dnat() local
377 flow_offload_mangle(entry, FLOW_ACT_MANGLE_HDR_TYPE_IP in flow_offload_ipv4_dnat()
385 struct flow_action_entry *entry; flow_offload_ipv6_mangle() local
469 struct flow_action_entry *entry = flow_action_entry_next(flow_rule); flow_offload_port_snat() local
499 struct flow_action_entry *entry = flow_action_entry_next(flow_rule); flow_offload_port_dnat() local
529 struct flow_action_entry *entry = flow_action_entry_next(flow_rule); flow_offload_ipv4_checksum() local
550 struct flow_action_entry *entry; flow_offload_redirect() local
582 struct flow_action_entry *entry; flow_offload_encap_tunnel() local
607 struct flow_action_entry *entry; flow_offload_decap_tunnel() local
645 struct flow_action_entry *entry; nf_flow_rule_route_common() local
659 struct flow_action_entry *entry; nf_flow_rule_route_common() local
780 struct flow_action_entry *entry; __nf_flow_offload_destroy() local
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Dxattr.c233 struct f2fs_xattr_entry *entry; in __find_xattr() local
235 list_for_each_xattr(entry, base_addr) { in __find_xattr()
236 if ((void *)(entry) + sizeof(__u32) > last_base_addr || in __find_xattr()
237 (void *)XATTR_NEXT_ENTRY(entry) > last_base_addr) { in __find_xattr()
239 *last_addr = entry; in __find_xattr()
243 if (entry->e_name_index != index) in __find_xattr()
245 if (entry->e_name_len != len) in __find_xattr()
247 if (!memcmp(entry->e_name, name, len)) in __find_xattr()
250 return entry; in __find_xattr()
257 struct f2fs_xattr_entry *entry; in __find_inline_xattr() local
517 struct f2fs_xattr_entry *entry = NULL; f2fs_getxattr() local
565 struct f2fs_xattr_entry *entry; f2fs_listxattr() local
619 f2fs_xattr_value_same(struct f2fs_xattr_entry *entry, const void *value, size_t size) f2fs_xattr_value_same() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_xarray.c72 unsigned order, void *entry, gfp_t gfp) in xa_store_order()
79 curr = xas_store(&xas, entry); in xa_store_order()
105 void *entry; in check_xas_retry() local
138 xas_for_each(&xas, entry, ULONG_MAX) { in check_xas_retry()
153 void *entry = xa_load(xa, j); in check_xa_load() local
155 XA_BUG_ON(xa, xa_to_value(entry) != j); in check_xa_load()
157 XA_BUG_ON(xa, entry); in check_xa_load()
164 void *entry = xa_load(xa, j); in check_xa_load() local
166 XA_BUG_ON(xa, xa_to_value(entry) != j); in check_xa_load()
168 XA_BUG_ON(xa, entry); in check_xa_load()
71 xa_store_order(struct xarray *xa, unsigned long index, unsigned order, void *entry, gfp_t gfp) xa_store_order() argument
222 void *entry; check_xa_mark_1() local
259 void *entry; check_xa_mark_2() local
296 void *entry; check_xa_mark_3() local
428 void *entry; check_reserve() local
495 void *entry; check_xas_erase() local
574 void *entry; check_multi_store_3() local
651 void *entry = xa_load(xa, (1UL << k) - 1); check_multi_store() local
756 void *entry; check_xa_alloc_2() local
809 void *entry; check_xa_alloc_3() local
871 void *entry; __check_store_iter() local
970 void *entry; check_multi_find_2() local
1023 void *entry = xa_find(xa, &index, ULONG_MAX, check_find_1() local
1054 void *entry; check_find_2() local
1077 void *entry; check_find_3() local
1101 void *entry; check_find_4() local
1134 void *entry; xa_find_entry() local
1187 void *entry; check_pause() local
1273 void *entry = xas_next(&xas); check_move_small() local
1286 void *entry = xas_prev(&xas); check_move_small() local
1321 void *entry = xas_prev(&xas); check_move() local
1331 void *entry = xas_next(&xas); check_move() local
1345 void *entry = xas_prev(&xas); check_move() local
1358 void *entry = xas_next(&xas); check_move() local
1603 void *entry; check_align_1() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest_xarray.c72 unsigned order, void *entry, gfp_t gfp) in xa_store_order()
79 curr = xas_store(&xas, entry); in xa_store_order()
105 void *entry; in check_xas_retry() local
138 xas_for_each(&xas, entry, ULONG_MAX) { in check_xas_retry()
153 void *entry = xa_load(xa, j); in check_xa_load() local
155 XA_BUG_ON(xa, xa_to_value(entry) != j); in check_xa_load()
157 XA_BUG_ON(xa, entry); in check_xa_load()
164 void *entry = xa_load(xa, j); in check_xa_load() local
166 XA_BUG_ON(xa, xa_to_value(entry) != j); in check_xa_load()
168 XA_BUG_ON(xa, entry); in check_xa_load()
71 xa_store_order(struct xarray *xa, unsigned long index, unsigned order, void *entry, gfp_t gfp) xa_store_order() argument
222 void *entry; check_xa_mark_1() local
259 void *entry; check_xa_mark_2() local
296 void *entry; check_xa_mark_3() local
428 void *entry; check_reserve() local
495 void *entry; check_xas_erase() local
574 void *entry; check_multi_store_3() local
651 void *entry = xa_load(xa, (1UL << k) - 1); check_multi_store() local
756 void *entry; check_xa_alloc_2() local
809 void *entry; check_xa_alloc_3() local
871 void *entry; __check_store_iter() local
970 void *entry; check_multi_find_2() local
1023 void *entry = xa_find(xa, &index, ULONG_MAX, check_find_1() local
1054 void *entry; check_find_2() local
1077 void *entry; check_find_3() local
1101 void *entry; check_find_4() local
1134 void *entry; xa_find_entry() local
1187 void *entry; check_pause() local
1273 void *entry = xas_next(&xas); check_move_small() local
1286 void *entry = xas_prev(&xas); check_move_small() local
1321 void *entry = xas_prev(&xas); check_move() local
1331 void *entry = xas_next(&xas); check_move() local
1345 void *entry = xas_prev(&xas); check_move() local
1358 void *entry = xas_next(&xas); check_move() local
1603 void *entry; check_align_1() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp217 std::ostream& operator<< (std::ostream& stream, const BlockLayoutEntry& entry) in operator <<() argument
219 stream << entry.name << " { name = " << entry.name in operator <<()
220 << ", size = " << entry.size in operator <<()
223 for (vector<int>::const_iterator i = entry.activeUniformIndices.begin(); i != entry.activeUniformIndices.end(); i++) in operator <<()
225 if (i != entry.activeUniformIndices.begin()) in operator <<()
257 std::ostream& operator<< (std::ostream& stream, const UniformLayoutEntry& entry) in operator <<() argument
259 stream << entry.name << " { type = " << glu::getDataTypeName(entry in operator <<()
470 UniformLayoutEntry entry; computeStd140Layout() local
514 UniformLayoutEntry entry; computeStd140Layout() local
539 UniformLayoutEntry entry; computeStd140Layout() local
625 generateValue(const UniformLayoutEntry& entry, void* basePtr, de::Random& rnd) generateValue() argument
677 const UniformLayoutEntry& entry = layout.uniforms[layout.blocks[blockNdx].activeUniformIndices[entryNdx]]; generateValues() local
945 generateValueSrc(std::ostringstream& src, const UniformLayoutEntry& entry, const void* basePtr, int elementNdx) generateValueSrc() argument
1013 const UniformLayoutEntry& entry = layout.uniforms[uniformNdx]; generateCompareSrc() local
1184 BlockLayoutEntry& entry = layout.blocks[blockNdx]; getGLUniformLayout() local
1241 UniformLayoutEntry& entry = layout.uniforms[uniformNdx]; getGLUniformLayout() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c118 unsigned long entry, ptr, tramp; in __ftrace_make_nop() local
146 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_nop()
148 if (ptr != entry) { in __ftrace_make_nop()
149 pr_err("addr %lx does not match expected %lx\n", ptr, entry); in __ftrace_make_nop()
408 unsigned long entry, ptr, tramp; in __ftrace_make_call() local
444 entry = ppc_global_function_entry((void *)addr); in __ftrace_make_call()
446 if (ptr != entry) { in __ftrace_make_call()
447 pr_err("addr %lx does not match expected %lx\n", ptr, entry); in __ftrace_make_call()
469 unsigned long tramp, entry, ptr; in __ftrace_make_call_kernel() local
472 entry in __ftrace_make_call_kernel()
552 unsigned long entry, ptr, tramp; __ftrace_modify_call() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu7_smumgr.c289 struct SMU_Entry *entry) in smu7_populate_single_firmware_entry()
299 entry->version = info.fw_version; in smu7_populate_single_firmware_entry()
300 entry->id = (uint16_t)fw_type; in smu7_populate_single_firmware_entry()
301 entry->image_addr_high = upper_32_bits(info.mc_addr); in smu7_populate_single_firmware_entry()
302 entry->image_addr_low = lower_32_bits(info.mc_addr); in smu7_populate_single_firmware_entry()
303 entry->meta_data_addr_high = 0; in smu7_populate_single_firmware_entry()
304 entry->meta_data_addr_low = 0; in smu7_populate_single_firmware_entry()
309 entry->data_size_byte = info.image_size; in smu7_populate_single_firmware_entry()
310 entry->num_register_entries = 0; in smu7_populate_single_firmware_entry()
315 entry in smu7_populate_single_firmware_entry()
287 smu7_populate_single_firmware_entry(struct pp_hwmgr *hwmgr, uint32_t fw_type, struct SMU_Entry *entry) smu7_populate_single_firmware_entry() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dcq.c57 * rvt_cq_enter - add a new entry to the completion queue
59 * @entry: work completion entry to add
60 * @solicited: true if @entry is solicited
67 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter() argument
120 trace_rvt_cq_enter(cq, entry, head); in rvt_cq_enter()
122 uqueue[head].wr_id = entry->wr_id; in rvt_cq_enter()
123 uqueue[head].status = entry->status; in rvt_cq_enter()
124 uqueue[head].opcode = entry->opcode; in rvt_cq_enter()
125 uqueue[head].vendor_err = entry in rvt_cq_enter()
518 rvt_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) rvt_poll_cq() argument
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dstate_dump.c185 struct hl_hw_obj_name_entry *entry; in hl_state_dump_get_sync_name() local
187 hash_for_each_possible(sds->so_id_to_str_tb, entry, in hl_state_dump_get_sync_name()
189 if (sync_id == entry->id) in hl_state_dump_get_sync_name()
190 return entry->name; in hl_state_dump_get_sync_name()
209 struct hl_hw_obj_name_entry *entry; in hl_state_dump_get_monitor_name() local
212 entry, node, mon->id) in hl_state_dump_get_monitor_name()
213 if (mon->id == entry->id) in hl_state_dump_get_monitor_name()
214 return entry->name; in hl_state_dump_get_monitor_name()
227 struct hl_sync_to_engine_map_entry *entry; in hl_state_dump_free_sync_to_engine_map() local
231 hash_for_each_safe(map->tb, i, tmp_node, entry, nod in hl_state_dump_free_sync_to_engine_map()
250 struct hl_sync_to_engine_map_entry *entry; hl_state_dump_get_sync_to_engine() local
333 struct hl_sync_to_engine_map_entry *entry; hl_state_dump_print_syncs_single_block() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dcq.c15 * rvt_cq_enter - add a new entry to the completion queue
17 * @entry: work completion entry to add
18 * @solicited: true if @entry is solicited
25 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter() argument
78 trace_rvt_cq_enter(cq, entry, head); in rvt_cq_enter()
80 uqueue[head].wr_id = entry->wr_id; in rvt_cq_enter()
81 uqueue[head].status = entry->status; in rvt_cq_enter()
82 uqueue[head].opcode = entry->opcode; in rvt_cq_enter()
83 uqueue[head].vendor_err = entry in rvt_cq_enter()
476 rvt_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) rvt_poll_cq() argument
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.cpp162 ValueEntry* entry = new ValueEntry(variable); in allocate() local
165 m_entries.push_back(entry); in allocate()
166 return entry; in allocate()
170 delete entry; in allocate()
183 bool operator== (const ValueEntry* entry) const in operator ==()
185 return entry->getVariable() == m_variable; in operator ==()
192 bool operator== (const ValueEntry* entry, const CompareEntryVariable& cmp) in operator ==() argument
194 return cmp == entry; in operator ==()
205 ValueEntry* entry = findEntry(variable); in setValue() local
206 DE_ASSERT(entry); in setValue()
218 ValueEntry* entry = *pos; removeValue() local
346 ValueEntry* entry = scope->findEntry(variable); getParentValue() local
460 const ValueEntry* entry = *valueIter; popValueScope() local
[all...]
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp212 struct HdfDriverEntry entry; in HWTEST_F() local
213 entry.Bind = nullptr; in HWTEST_F()
214 driver.entry = &entry; in HWTEST_F()
233 entry.Bind = HdfTestSuccBind; in HWTEST_F()
240 entry.Bind = HdfTestFailBind; in HWTEST_F()
246 entry.Bind = nullptr; in HWTEST_F()
252 entry.Bind = nullptr; in HWTEST_F()
268 struct HdfDriverEntry entry; in HWTEST_F() local
270 driver.entry in HWTEST_F()
315 struct HdfDriverEntry entry; HWTEST_F() local
357 struct HdfDriverEntry entry; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/fs/afs/
H A Dvlclient.c20 struct afs_vldb_entry *entry; in afs_deliver_vl_get_entry_by_name_u() local
33 entry = call->ret_vldb; in afs_deliver_vl_get_entry_by_name_u()
40 entry->name[i] = (u8)ntohl(uvldb->name[i]); in afs_deliver_vl_get_entry_by_name_u()
41 entry->name[i] = 0; in afs_deliver_vl_get_entry_by_name_u()
42 entry->name_len = strlen(entry->name); in afs_deliver_vl_get_entry_by_name_u()
59 int n = entry->nr_servers; in afs_deliver_vl_get_entry_by_name_u()
66 entry->fs_mask[n] |= AFS_VOL_VTM_RW; in afs_deliver_vl_get_entry_by_name_u()
68 entry->fs_mask[n] |= AFS_VOL_VTM_BAK; in afs_deliver_vl_get_entry_by_name_u()
71 entry in afs_deliver_vl_get_entry_by_name_u()
133 struct afs_vldb_entry *entry; afs_vl_get_entry_by_name_u() local
[all...]
/kernel/linux/linux-6.6/fs/afs/
H A Dvlclient.c20 struct afs_vldb_entry *entry; in afs_deliver_vl_get_entry_by_name_u() local
33 entry = call->ret_vldb; in afs_deliver_vl_get_entry_by_name_u()
40 entry->name[i] = (u8)ntohl(uvldb->name[i]); in afs_deliver_vl_get_entry_by_name_u()
41 entry->name[i] = 0; in afs_deliver_vl_get_entry_by_name_u()
42 entry->name_len = strlen(entry->name); in afs_deliver_vl_get_entry_by_name_u()
59 int n = entry->nr_servers; in afs_deliver_vl_get_entry_by_name_u()
66 entry->fs_mask[n] |= AFS_VOL_VTM_RW; in afs_deliver_vl_get_entry_by_name_u()
68 entry->fs_mask[n] |= AFS_VOL_VTM_BAK; in afs_deliver_vl_get_entry_by_name_u()
71 entry in afs_deliver_vl_get_entry_by_name_u()
133 struct afs_vldb_entry *entry; afs_vl_get_entry_by_name_u() local
[all...]
/third_party/libexif/contrib/watcom/
H A DMakefile67 $(LIBEXIFDIR)\exif-data.obj $(LIBEXIFDIR)\exif-entry.obj &
74 $(LIBEXIFDIR)\mnote-olympus-entry.obj &
77 $(LIBEXIFDIR)\mnote-pentax-entry.obj &
80 $(LIBEXIFDIR)\mnote-canon-entry.obj &
83 $(LIBEXIFDIR)\mnote-fuji-entry.obj &
105 $(LIBEXIFDIR)\exif-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-entry.c
135 $(LIBEXIFDIR)\mnote-olympus-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\olympus\mnote-olympus-entry.c
144 $(LIBEXIFDIR)\mnote-pentax-entry
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp140 std::ostream& operator<< (std::ostream& stream, const BlockLayoutEntry& entry) in operator <<() argument
142 stream << entry.name << " { name = " << entry.name in operator <<()
143 << ", size = " << entry.size in operator <<()
146 for (vector<int>::const_iterator i = entry.activeVarIndices.begin(); i != entry.activeVarIndices.end(); i++) in operator <<()
148 if (i != entry.activeVarIndices.begin()) in operator <<()
184 static bool isUnsizedArray (const BufferVarLayoutEntry& entry) in isUnsizedArray() argument
186 DE_ASSERT(entry.arraySize != 0 || entry in isUnsizedArray()
190 operator <<(std::ostream& stream, const BufferVarLayoutEntry& entry) operator <<() argument
478 BufferVarLayoutEntry entry; computeReferenceLayout() local
521 BufferVarLayoutEntry entry; computeReferenceLayout() local
545 BufferVarLayoutEntry entry; computeReferenceLayout() local
607 BufferVarLayoutEntry entry; computeReferenceLayout() local
635 BufferVarLayoutEntry entry; computeReferenceLayout() local
726 generateValue(const BufferVarLayoutEntry& entry, int unsizedArraySize, void* basePtr, de::Random& rnd) generateValue() argument
1362 BlockLayoutEntry& entry = layout.blocks[blockNdx]; getGLBufferLayout() local
1418 BufferVarLayoutEntry& entry = layout.bufferVars[bufVarNdx]; getGLBufferLayout() local
1836 hasUnsizedArray(const BufferLayout& layout, const BlockLayoutEntry& entry) hasUnsizedArray() argument
1847 getUnsizedArrayStride(const BufferLayout& layout, const BlockLayoutEntry& entry) getUnsizedArrayStride() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dcallchain.c44 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_kernel() argument
54 perf_callchain_store(entry, perf_instruction_pointer(regs)); in perf_callchain_kernel()
74 perf_callchain_store_context(entry, PERF_CONTEXT_KERNEL); in perf_callchain_kernel()
96 perf_callchain_store(entry, next_ip); in perf_callchain_kernel()
104 perf_callchain_user(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_user() argument
107 perf_callchain_user_64(entry, regs); in perf_callchain_user()
109 perf_callchain_user_32(entry, regs); in perf_callchain_user()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dcallchain.c44 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_kernel() argument
54 perf_callchain_store(entry, perf_instruction_pointer(regs)); in perf_callchain_kernel()
74 perf_callchain_store_context(entry, PERF_CONTEXT_KERNEL); in perf_callchain_kernel()
96 perf_callchain_store(entry, next_ip); in perf_callchain_kernel()
104 perf_callchain_user(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_user() argument
107 perf_callchain_user_64(entry, regs); in perf_callchain_user()
109 perf_callchain_user_32(entry, regs); in perf_callchain_user()
/kernel/linux/linux-5.10/fs/squashfs/
H A Dsymlink.c44 struct squashfs_cache_entry *entry; in squashfs_symlink_readpage() local
71 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_readpage()
72 if (entry->error) { in squashfs_symlink_readpage()
76 squashfs_cache_put(entry); in squashfs_symlink_readpage()
81 copied = squashfs_copy_data(pageaddr + bytes, entry, offset, in squashfs_symlink_readpage()
86 block = entry->next_index; in squashfs_symlink_readpage()
88 squashfs_cache_put(entry); in squashfs_symlink_readpage()
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dqcom_pil_info.c75 void __iomem *entry; in qcom_pil_info_store() local
87 entry = _reloc.base + i * PIL_RELOC_ENTRY_SIZE; in qcom_pil_info_store()
89 memcpy_fromio(buf, entry, PIL_RELOC_NAME_LEN); in qcom_pil_info_store()
107 memcpy_toio(entry, image, strnlen(image, PIL_RELOC_NAME_LEN)); in qcom_pil_info_store()
110 writel(base, entry + PIL_RELOC_NAME_LEN); in qcom_pil_info_store()
111 writel((u64)base >> 32, entry + PIL_RELOC_NAME_LEN + 4); in qcom_pil_info_store()
112 writel(size, entry + PIL_RELOC_NAME_LEN + sizeof(__le64)); in qcom_pil_info_store()
/kernel/linux/linux-6.6/fs/squashfs/
H A Dsymlink.c45 struct squashfs_cache_entry *entry; in squashfs_symlink_read_folio() local
72 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_read_folio()
73 if (entry->error) { in squashfs_symlink_read_folio()
77 squashfs_cache_put(entry); in squashfs_symlink_read_folio()
82 copied = squashfs_copy_data(pageaddr + bytes, entry, offset, in squashfs_symlink_read_folio()
87 block = entry->next_index; in squashfs_symlink_read_folio()
89 squashfs_cache_put(entry); in squashfs_symlink_read_folio()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dqcom_pil_info.c75 void __iomem *entry; in qcom_pil_info_store() local
87 entry = _reloc.base + i * PIL_RELOC_ENTRY_SIZE; in qcom_pil_info_store()
89 memcpy_fromio(buf, entry, PIL_RELOC_NAME_LEN); in qcom_pil_info_store()
107 memcpy_toio(entry, image, strnlen(image, PIL_RELOC_NAME_LEN)); in qcom_pil_info_store()
110 writel(base, entry + PIL_RELOC_NAME_LEN); in qcom_pil_info_store()
111 writel((u64)base >> 32, entry + PIL_RELOC_NAME_LEN + 4); in qcom_pil_info_store()
112 writel(size, entry + PIL_RELOC_NAME_LEN + sizeof(__le64)); in qcom_pil_info_store()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_global_vars_to_local.c42 struct hash_entry *entry = in register_var_use() local
45 if (entry) { in register_var_use()
46 if (entry->data != impl) in register_var_use()
47 entry->data = NULL; in register_var_use()
87 struct hash_entry *entry = _mesa_hash_table_search(var_func_table, var); in nir_lower_global_vars_to_local() local
88 if (!entry) in nir_lower_global_vars_to_local()
91 nir_function_impl *impl = entry->data; in nir_lower_global_vars_to_local()
/third_party/mesa3d/src/compiler/glsl/
H A Dstring_to_uint_map.h114 hash_entry *entry = _mesa_hash_table_search(this->ht, in get() local
117 if (!entry) in get()
120 const intptr_t v = (intptr_t) entry->data; in get()
141 struct hash_entry *entry = _mesa_hash_table_search(this->ht, dup_key); in put() local
142 if (entry) { in put()
143 entry->data = (void *) (intptr_t) (value + 1); in put()
149 if (entry) in put()
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dmemoization.js9 sizeCalculation: (entry, key) => key.startsWith('key:') ? entry.data.length : entry.length,
25 function put (cache, entry, data, opts) {
26 pickMem(opts).set(`key:${cache}:${entry.key}`, { entry, data })
27 putDigest(cache, entry.integrity, data, opts)

Completed in 18 milliseconds

1...<<31323334353637383940>>...298