Home
last modified time | relevance | path

Searched refs:dst_ptr (Results 1 - 25 of 89) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.h53 u32 *dst_ptr = dst; in ocrdma_cpu_to_le32() local
55 *(dst_ptr + i) = cpu_to_le32p(src_ptr + i); in ocrdma_cpu_to_le32()
64 u32 *dst_ptr = dst; in ocrdma_le32_to_cpu() local
66 *(dst_ptr + i) = le32_to_cpu(*(src_ptr + i)); in ocrdma_le32_to_cpu()
75 u32 *dst_ptr = dst; in ocrdma_copy_cpu_to_le32() local
77 *(dst_ptr + i) = cpu_to_le32p(src_ptr + i); in ocrdma_copy_cpu_to_le32()
88 u32 *dst_ptr = dst; in ocrdma_copy_le32_to_cpu() local
90 *(dst_ptr + i) = le32_to_cpu(*(src_ptr + i)); in ocrdma_copy_le32_to_cpu()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.h53 u32 *dst_ptr = dst; in ocrdma_cpu_to_le32() local
55 *(dst_ptr + i) = cpu_to_le32p(src_ptr + i); in ocrdma_cpu_to_le32()
64 u32 *dst_ptr = dst; in ocrdma_le32_to_cpu() local
66 *(dst_ptr + i) = le32_to_cpu(*(src_ptr + i)); in ocrdma_le32_to_cpu()
75 u32 *dst_ptr = dst; in ocrdma_copy_cpu_to_le32() local
77 *(dst_ptr + i) = cpu_to_le32p(src_ptr + i); in ocrdma_copy_cpu_to_le32()
88 u32 *dst_ptr = dst; in ocrdma_copy_le32_to_cpu() local
90 *(dst_ptr + i) = le32_to_cpu(*(src_ptr + i)); in ocrdma_copy_le32_to_cpu()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dbnode.c148 void *src_ptr, *dst_ptr; in hfs_bnode_copy() local
151 dst_ptr = kmap_local_page(*dst_page) + dst; in hfs_bnode_copy()
163 memcpy(dst_ptr, src_ptr, l); in hfs_bnode_copy()
166 kunmap_local(dst_ptr); in hfs_bnode_copy()
178 void *src_ptr, *dst_ptr; in hfs_bnode_move() local
196 dst_ptr = kmap_local_page(*dst_page); in hfs_bnode_move()
198 memmove(dst_ptr, src_ptr, src); in hfs_bnode_move()
201 kunmap_local(dst_ptr); in hfs_bnode_move()
208 dst_ptr = kmap_local_page(*dst_page); in hfs_bnode_move()
210 memmove(dst_ptr in hfs_bnode_move()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtransupp.c482 JCOEFPTR src_ptr, dst_ptr; in do_crop_ext_reflect() local
531 dst_ptr = *(--dst_row_ptr); /* destination goes left */ in do_crop_ext_reflect()
535 *dst_ptr++ = *src_ptr++; /* copy even column */ in do_crop_ext_reflect()
536 *dst_ptr++ = -(*src_ptr++); /* copy odd column with sign in do_crop_ext_reflect()
550 dst_ptr = *dst_row_ptr++; /* destination goes right */ in do_crop_ext_reflect()
554 *dst_ptr++ = *src_ptr++; /* copy even column */ in do_crop_ext_reflect()
555 *dst_ptr++ = -(*src_ptr++); /* copy odd column with sign in do_crop_ext_reflect()
665 JCOEFPTR src_ptr, dst_ptr; in do_reflect() local
686 dst_ptr = *dst_row_ptr++; /* destination goes right */ in do_reflect()
690 *dst_ptr in do_reflect()
798 JCOEFPTR src_ptr, dst_ptr; do_flip_h() local
860 JCOEFPTR src_ptr, dst_ptr; do_flip_v() local
937 JCOEFPTR src_ptr, dst_ptr; do_transpose() local
991 JCOEFPTR src_ptr, dst_ptr; do_rot_90() local
1072 JCOEFPTR src_ptr, dst_ptr; do_rot_270() local
1144 JCOEFPTR src_ptr, dst_ptr; do_rot_180() local
1258 JCOEFPTR src_ptr, dst_ptr; do_transverse() local
[all...]
H A Djdicc.c155 JOCTET *dst_ptr; in GLOBAL() local
158 dst_ptr = icc_data + data_offset[seq_no]; in GLOBAL()
162 *dst_ptr++ = *src_ptr++; in GLOBAL()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_query.c270 uint8_t *dst_ptr = (uint8_t *)pData + (stride * q); in dzn_GetQueryPoolResults() local
320 memcpy(dst_ptr, src_ptr, step); in dzn_GetQueryPoolResults()
322 memset(dst_ptr, 0, step); in dzn_GetQueryPoolResults()
324 dst_ptr += step; in dzn_GetQueryPoolResults()
331 memcpy(dst_ptr, src_ptr + (c * sizeof(uint64_t)), step); in dzn_GetQueryPoolResults()
333 memset(dst_ptr, 0, step); in dzn_GetQueryPoolResults()
335 dst_ptr += step; in dzn_GetQueryPoolResults()
340 memcpy(dst_ptr, &available, step); in dzn_GetQueryPoolResults()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_rlc.c90 volatile u32 *dst_ptr; in amdgpu_gfx_rlc_init_sr() local
108 dst_ptr = adev->gfx.rlc.sr_ptr; in amdgpu_gfx_rlc_init_sr()
110 dst_ptr[i] = cpu_to_le32(src_ptr[i]); in amdgpu_gfx_rlc_init_sr()
187 volatile u32 *dst_ptr; in amdgpu_gfx_rlc_setup_cp_table() local
195 dst_ptr = adev->gfx.rlc.cp_table_ptr; in amdgpu_gfx_rlc_setup_cp_table()
240 dst_ptr[bo_offset + i] = in amdgpu_gfx_rlc_setup_cp_table()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.c38 struct pipe_tile_info *t, void *dst_ptr) in pipe_linear_to_tile()
43 char *dst_ptr2 = (char *) dst_ptr; in pipe_linear_to_tile()
62 size_t dst_stride, void *dst_ptr) in pipe_linear_from_tile()
73 ptr = (char*)dst_ptr + dst_stride * t->rows * y + bytes * x; in pipe_linear_from_tile()
37 pipe_linear_to_tile(size_t src_stride, const void *src_ptr, struct pipe_tile_info *t, void *dst_ptr) pipe_linear_to_tile() argument
61 pipe_linear_from_tile(struct pipe_tile_info *t, const void *src_ptr, size_t dst_stride, void *dst_ptr) pipe_linear_from_tile() argument
H A Du_linear.h73 struct pipe_tile_info *t, void *dst_ptr);
76 size_t dst_stride, void *dst_ptr);
/kernel/linux/linux-5.10/drivers/base/
H A Dswnode.c217 static bool property_copy_string_array(const char **dst_ptr, in property_copy_string_array() argument
224 dst_ptr[i] = kstrdup(src_ptr[i], GFP_KERNEL); in property_copy_string_array()
225 if (!dst_ptr[i] && src_ptr[i]) { in property_copy_string_array()
227 kfree(dst_ptr[i]); in property_copy_string_array()
239 void *dst_ptr; in property_entry_copy_data() local
257 dst_ptr = &dst->value; in property_entry_copy_data()
260 dst_ptr = kmalloc(src->length, GFP_KERNEL); in property_entry_copy_data()
261 if (!dst_ptr) in property_entry_copy_data()
263 dst->pointer = dst_ptr; in property_entry_copy_data()
268 if (!property_copy_string_array(dst_ptr, pointe in property_entry_copy_data()
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_util.c89 struct brw_indirect dst_ptr, in brw_copy_indirect_to_indirect()
98 brw_MOV(p, deref_4f(dst_ptr, delta), deref_4f(src_ptr, delta)); in brw_copy_indirect_to_indirect()
99 brw_MOV(p, deref_4f(dst_ptr, delta+16), deref_4f(src_ptr, delta+16)); in brw_copy_indirect_to_indirect()
88 brw_copy_indirect_to_indirect(struct brw_codegen *p, struct brw_indirect dst_ptr, struct brw_indirect src_ptr, unsigned count) brw_copy_indirect_to_indirect() argument
/third_party/ffmpeg/libavfilter/
H A Daf_dynaudnorm.c544 double *dst_ptr = (double *)frame->extended_data[c]; in perform_dc_correction() local
549 current_average_value += dst_ptr[i] * diff; in perform_dc_correction()
555 dst_ptr[i] -= fade(prev_value, s->dc_correction_value[c], i, frame->nb_samples); in perform_dc_correction()
624 double *const dst_ptr = (double *)frame->extended_data[c]; in perform_compression() local
632 dst_ptr[i] = copysign(bound(localThresh, fabs(dst_ptr[i])), dst_ptr[i]); in perform_compression()
642 double *dst_ptr; in perform_compression() local
649 dst_ptr = (double *)frame->extended_data[c]; in perform_compression()
652 dst_ptr[ in perform_compression()
732 double *dst_ptr = (double *)frame->extended_data[c]; amplify_frame() local
808 double *dst_ptr = (double *)out->extended_data[c]; flush_buffer() local
[all...]
H A Dvf_deband.c140 uint8_t *dst_ptr = (uint8_t *)out->data[p]; in deband_8_c() local
165 dst_ptr[y * dst_linesize + x] = diff < thr ? avg : src0; in deband_8_c()
167 dst_ptr[y * dst_linesize + x] = (FFABS(src0 - ref0) < thr) && in deband_8_c()
321 uint16_t *dst_ptr = (uint16_t *)out->data[p]; in deband_16_c() local
346 dst_ptr[y * dst_linesize + x] = diff < thr ? avg : src0; in deband_16_c()
348 dst_ptr[y * dst_linesize + x] = (FFABS(src0 - ref0) < thr) && in deband_16_c()
/third_party/ffmpeg/libavcodec/mips/
H A Dpixblockdsp_msa.c46 uint8_t *dst_ptr; in copy_8bit_to_16bit_width8_msa() local
51 dst_ptr = (uint8_t *) dst; in copy_8bit_to_16bit_width8_msa()
60 ST_UB4(src0, src1, src2, src3, dst_ptr, (dst_stride * 2)); in copy_8bit_to_16bit_width8_msa()
61 dst_ptr += (4 * 2 * dst_stride); in copy_8bit_to_16bit_width8_msa()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.c197 /* stores val into an address pointed to by dst_ptr.
205 LLVMValueRef dst_ptr) in lp_exec_mask_store()
211 assert(LLVMGetTypeKind(LLVMTypeOf(dst_ptr)) == LLVMPointerTypeKind); in lp_exec_mask_store()
212 assert(LLVMGetElementType(LLVMTypeOf(dst_ptr)) == LLVMTypeOf(val) || in lp_exec_mask_store()
213 LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(dst_ptr))) == LLVMArrayTypeKind); in lp_exec_mask_store()
218 dst = LLVMBuildLoad2(builder, LLVMTypeOf(val), dst_ptr, ""); in lp_exec_mask_store()
222 LLVMBuildStore(builder, res, dst_ptr); in lp_exec_mask_store()
224 LLVMBuildStore(builder, val, dst_ptr); in lp_exec_mask_store()
202 lp_exec_mask_store(struct lp_exec_mask *mask, struct lp_build_context *bld_store, LLVMValueRef val, LLVMValueRef dst_ptr) lp_exec_mask_store() argument
/kernel/linux/linux-6.6/drivers/base/
H A Dswnode.c233 static bool property_copy_string_array(const char **dst_ptr, in property_copy_string_array() argument
240 dst_ptr[i] = kstrdup(src_ptr[i], GFP_KERNEL); in property_copy_string_array()
241 if (!dst_ptr[i] && src_ptr[i]) { in property_copy_string_array()
243 kfree(dst_ptr[i]); in property_copy_string_array()
255 void *dst_ptr; in property_entry_copy_data() local
273 dst_ptr = &dst->value; in property_entry_copy_data()
276 dst_ptr = kmalloc(src->length, GFP_KERNEL); in property_entry_copy_data()
277 if (!dst_ptr) in property_entry_copy_data()
279 dst->pointer = dst_ptr; in property_entry_copy_data()
284 if (!property_copy_string_array(dst_ptr, pointe in property_entry_copy_data()
[all...]
/third_party/mesa3d/include/CL/
H A Dcl_ext_intel.h580 void* dst_ptr,
590 void* dst_ptr,
600 void* dst_ptr,
611 void* dst_ptr,
623 void* dst_ptr,
634 void* dst_ptr,
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dbnode.c158 void *src_ptr, *dst_ptr; in hfs_bnode_copy() local
162 dst_ptr = kmap(*dst_page) + dst; in hfs_bnode_copy()
173 memcpy(dst_ptr, src_ptr, l); in hfs_bnode_copy()
221 void *src_ptr, *dst_ptr; in hfs_bnode_move() local
225 dst_ptr = kmap(*dst_page) + dst; in hfs_bnode_move()
236 memmove(dst_ptr - l, src_ptr - l, l); in hfs_bnode_move()
269 void *src_ptr, *dst_ptr; in hfs_bnode_move() local
273 dst_ptr = kmap(*dst_page) + dst; in hfs_bnode_move()
285 memmove(dst_ptr, src_ptr, l); in hfs_bnode_move()
/third_party/node/deps/v8/src/utils/
H A Dmemcopy.h152 inline void CopyImpl(T* dst_ptr, const T* src_ptr, size_t count) { in CopyImpl() argument
155 Address dst = reinterpret_cast<Address>(dst_ptr); in CopyImpl()
169 *dst_ptr++ = *src_ptr++; in CopyImpl()
172 MemCopy(dst_ptr, src_ptr, count * kTWordSize); in CopyImpl()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_rlc.c92 volatile u32 *dst_ptr; in amdgpu_gfx_rlc_init_sr() local
111 dst_ptr = adev->gfx.rlc.sr_ptr; in amdgpu_gfx_rlc_init_sr()
113 dst_ptr[i] = cpu_to_le32(src_ptr[i]); in amdgpu_gfx_rlc_init_sr()
192 volatile u32 *dst_ptr; in amdgpu_gfx_rlc_setup_cp_table() local
200 dst_ptr = adev->gfx.rlc.cp_table_ptr; in amdgpu_gfx_rlc_setup_cp_table()
245 dst_ptr[bo_offset + i] = in amdgpu_gfx_rlc_setup_cp_table()
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c657 char *dst_ptr = dst_base + rel->r_offset; in apply_relocs() local
706 *(uint32_t *)dst_ptr = util_cpu_to_le32(abs); in apply_relocs()
709 *(uint32_t *)dst_ptr = util_cpu_to_le32(abs >> 32); in apply_relocs()
712 *(uint64_t *)dst_ptr = util_cpu_to_le64(abs); in apply_relocs()
718 *(uint32_t *)dst_ptr = util_cpu_to_le32(abs - va); in apply_relocs()
721 *(uint32_t *)dst_ptr = util_cpu_to_le32((abs - va) >> 32); in apply_relocs()
724 *(uint64_t *)dst_ptr = util_cpu_to_le64(abs - va); in apply_relocs()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dplatform.cpp162 void *dst_ptr, in enqueueSVMMemcpyARM()
169 return EnqueueSVMMemcpy(command_queue, blocking_copy, dst_ptr, src_ptr, in enqueueSVMMemcpyARM()
160 enqueueSVMMemcpyARM(cl_command_queue command_queue, cl_bool blocking_copy, void *dst_ptr, const void *src_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) enqueueSVMMemcpyARM() argument
/kernel/linux/linux-6.6/drivers/dma/
H A Dtegra186-gpc-dma.c191 u32 dst_ptr; member
497 tdc_write(tdc, TEGRA_GPCDMA_CHAN_DST_PTR, ch_regs->dst_ptr); in tegra_dma_configure_next_sg()
529 tdc_write(tdc, TEGRA_GPCDMA_CHAN_DST_PTR, ch_regs->dst_ptr); in tegra_dma_start()
907 sg_req[0].ch_regs.dst_ptr = dest; in tegra_dma_prep_dma_memset()
976 sg_req[0].ch_regs.dst_ptr = dest; in tegra_dma_prep_dma_memcpy()
1087 sg_req[i].ch_regs.dst_ptr = apb_ptr; in tegra_dma_prep_slave_sg()
1092 sg_req[i].ch_regs.dst_ptr = mem; in tegra_dma_prep_slave_sg()
1209 sg_req[i].ch_regs.dst_ptr = apb_ptr; in tegra_dma_prep_dma_cyclic()
1214 sg_req[i].ch_regs.dst_ptr = mem; in tegra_dma_prep_dma_cyclic()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc71 const TNode<IntPtrT> dst_ptr = PointerToSeqStringData(dst); in TF_BUILTIN() local
91 StoreNoWriteBarrier(MachineRepresentation::kWord8, dst_ptr, in TF_BUILTIN()
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_ext.h818 void * dst_ptr,
1474 void* dst_ptr,
1484 void* dst_ptr,
1494 void* dst_ptr,
1505 void* dst_ptr,
1517 void* dst_ptr,
1528 void* dst_ptr,

Completed in 22 milliseconds

1234