/kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
H A D | rseq-s390-bits.h | 358 void *dst, void *src, size_t len, in rseq_cmpeqv_trymemcpy_storev() 373 LONG_S " %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 392 "stc %%r0,0(%[dst])\n\t" in rseq_cmpeqv_trymemcpy_storev() 394 LONG_ADDI " %[dst], 1\n\t" in rseq_cmpeqv_trymemcpy_storev() 405 LONG_L " %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 409 LONG_L " %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 414 LONG_L " %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 420 LONG_L " %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 425 LONG_L " %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 438 [dst] " in rseq_cmpeqv_trymemcpy_storev() 357 rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, void *dst, void *src, size_t len, intptr_t newv, int cpu) rseq_cmpeqv_trymemcpy_storev() argument [all...] |
H A D | rseq-arm-bits.h | 378 void *dst, void *src, size_t len, in rseq_cmpeqv_trymemcpy_storev() 393 "str %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 414 "strb %%r0, [%[dst]]\n\t" \ in rseq_cmpeqv_trymemcpy_storev() 416 "adds %[dst], #1\n\t" \ in rseq_cmpeqv_trymemcpy_storev() 430 "ldr %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 436 "ldr %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 442 "ldr %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 449 "ldr %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 455 "ldr %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 469 [dst] " in rseq_cmpeqv_trymemcpy_storev() 377 rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, void *dst, void *src, size_t len, intptr_t newv, int cpu) rseq_cmpeqv_trymemcpy_storev() argument [all...] |
/kernel/linux/linux-6.6/security/landlock/ |
H A D | syscalls.c | 52 * @dst: Kernel space pointer or NULL. 53 * @ksize: Actual size of the data pointed to by @dst. 59 copy_min_struct_from_user(void *const dst, const size_t ksize, in copy_min_struct_from_user() argument 64 BUILD_BUG_ON(!dst); in copy_min_struct_from_user() 77 return copy_struct_from_user(dst, ksize, src, usize); in copy_min_struct_from_user()
|
/kernel/liteos_m/testsuites/unittest/posix/src/string/ |
H A D | memory_func_test.c | 130 char dst[1024]; variable 137 memcpy(dst, src, len); 140 if (dst[i] != src[i]) {
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | crypto.c | 70 int ceph_crypto_key_clone(struct ceph_crypto_key *dst, in ceph_crypto_key_clone() argument 73 memcpy(dst, src, sizeof(struct ceph_crypto_key)); in ceph_crypto_key_clone() 74 return set_secret(dst, src->key); in ceph_crypto_key_clone()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | sockex3_kern.c | 32 __be32 dst; member 175 g->flow.dst = load_word(skb, nhoff + offsetof(struct iphdr, daddr)); in bpf_func_ip() 201 g->flow.dst = ipv6_addr_hash(skb, in bpf_func_ipv6()
|
/third_party/ffmpeg/libavcodec/ |
H A D | escape124.c | 169 uint32_t *dst = sb->pixels32 + index + (index & -4); in insert_mb_into_sb() local 172 dst[0] = mb.pixels32[0]; in insert_mb_into_sb() 173 dst[4] = mb.pixels32[1]; in insert_mb_into_sb()
|
H A D | xpmdec.c | 313 uint32_t *dst; in xpm_decode_frame() local 403 dst = (uint32_t *)(p->data[0] + i * p->linesize[0]); in xpm_decode_frame() 417 *dst++ = x->pixels[ret]; in xpm_decode_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_silencedetect.c | 165 AVFilterContext *ctx = inlink->dst; in config_input() 212 SilenceDetectContext *s = inlink->dst->priv; in filter_frame() 232 return ff_filter_frame(inlink->dst->outputs[0], insamples); in filter_frame()
|
H A D | vf_cropdetect.c | 133 AVFilterContext *ctx = inlink->dst; in config_input() 155 AVFilterContext *ctx = inlink->dst; in filter_frame() 233 return ff_filter_frame(inlink->dst->outputs[0], frame); in filter_frame()
|
H A D | blend_modes.c | 99 PIXEL *dst = (PIXEL *)_dst; \ 108 dst[j] = top[j] + ((EXPR)-top[j]) * opacity; \ 110 dst += dst_linesize; \
|
H A D | vf_blackdetect.c | 101 AVFilterContext *ctx = inlink->dst; in config_input() 182 AVFilterContext *ctx = inlink->dst; in filter_frame() 219 return ff_filter_frame(inlink->dst->outputs[0], picref); in filter_frame()
|
H A D | trim.c | 84 AVFilterContext *ctx = inlink->dst; in config_input() 126 AVFilterContext *ctx = inlink->dst; in trim_filter_frame() 222 AVFilterContext *ctx = inlink->dst; in atrim_filter_frame()
|
H A D | vf_mcdeint.c | 104 AVFilterContext *ctx = inlink->dst; in config_props() 167 MCDeintContext *mcdeint = inlink->dst->priv; in filter_frame() 168 AVFilterLink *outlink = inlink->dst->outputs[0]; in filter_frame()
|
H A D | vf_vidstabtransform.c | 126 AVFilterContext *ctx = inlink->dst; in config_input() 228 AVFilterContext *ctx = inlink->dst; in filter_frame() 232 AVFilterLink *outlink = inlink->dst->outputs[0]; in filter_frame()
|
H A D | vf_kerndeint.c | 81 KerndeintContext *kerndeint = inlink->dst->priv; in config_props() 102 KerndeintContext *kerndeint = inlink->dst->priv; in filter_frame() 103 AVFilterLink *outlink = inlink->dst->outputs[0]; in filter_frame()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | qpel.asm | 47 ; void ff_put/avg_pixels4_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2, 91 ; void ff_put/avg_pixels8_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2, 135 ; void ff_put/avg_pixels16_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2,
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | avf_showcqt.asm | 78 ; ff_showcqt_cqt_calc_*(dst, src, coeffs, len, fft_len) 80 cglobal showcqt_cqt_calc, 5, 10, 12, dst, src, coeffs, len, fft_len, x, coeffs_val, coeffs_val2, i, coeffs_len 144 cglobal showcqt_cqt_calc, 4, 7, 8, dst, src, coeffs, len, x, coeffs_val, i
|
/third_party/alsa-lib/include/ |
H A D | mixer.h | 150 void snd_mixer_class_copy(snd_mixer_class_t *dst, const snd_mixer_class_t *src); 302 void snd_mixer_selem_id_copy(snd_mixer_selem_id_t *dst, const snd_mixer_selem_id_t *src); 307 int snd_mixer_selem_id_parse(snd_mixer_selem_id_t *dst, const char *str);
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_st.c | 382 enum st_attachment_type dst, in xmesa_copy_st_framebuffer() 385 xmesa_st_framebuffer_copy_textures(stfbi, src, dst, x, y, w, h); in xmesa_copy_st_framebuffer() 386 if (dst == ST_ATTACHMENT_FRONT_LEFT) { in xmesa_copy_st_framebuffer() 380 xmesa_copy_st_framebuffer(struct st_framebuffer_iface *stfbi, enum st_attachment_type src, enum st_attachment_type dst, int x, int y, int w, int h) xmesa_copy_st_framebuffer() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_shader.c | 254 unsigned pipe_shader, struct gl_program **dst) in st_update_common_program() 257 _mesa_reference_program(st->ctx, dst, NULL); in st_update_common_program() 261 _mesa_reference_program(st->ctx, dst, prog); in st_update_common_program() 253 st_update_common_program(struct st_context *st, struct gl_program *prog, unsigned pipe_shader, struct gl_program **dst) st_update_common_program() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.h | 320 const struct nv50_m2mf_rect *dst, 325 struct nouveau_bo *dst, unsigned offset, unsigned domain, 329 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_context.h | 185 const struct nv50_m2mf_rect *dst, 403 struct nouveau_bo *dst, unsigned offset, unsigned domain, 407 struct nouveau_bo *dst, unsigned offset, unsigned domain,
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_device.c | 231 (batch->blit.dst ? 1 : 0) + in queue_submit() 254 if (batch->blit.dst) in queue_submit() 255 bos[bo_idx++] = batch->blit.dst->gem_handle; in queue_submit()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_lds.cpp | 199 auto dst = value_factory.dest_from_string(temp_str); variable 200 assert(dst); variable 201 dests.push_back(dst);
|