Home
last modified time | relevance | path

Searched refs:dst (Results 4401 - 4425 of 9853) sorted by relevance

1...<<171172173174175176177178179180>>...395

/kernel/linux/linux-6.6/sound/soc/sprd/
H A Dsprd-pcm-compress.c536 void *dst; in sprd_platform_compr_copy() local
546 dst = stream->iram_buffer.area + stream->received_stage0; in sprd_platform_compr_copy()
553 if (copy_from_user(dst, buf, data_count)) in sprd_platform_compr_copy()
566 if (copy_from_user(dst, buf, avail_bytes)) in sprd_platform_compr_copy()
580 dst = stream->compr_buffer.area + stream->stage1_pointer; in sprd_platform_compr_copy()
582 if (copy_from_user(dst, buf, data_count)) in sprd_platform_compr_copy()
589 if (copy_from_user(dst, buf, avail_bytes)) in sprd_platform_compr_copy()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsrv6_end_x_next_csid_l3vpn_test.sh710 # $2 - dst host (evaluate automatically the egress router)
717 local dst="$2"
732 rtdst_nsname="$(get_rtname "${dst}")"
745 dt="$(build_csid "${dst}")${DT46_FUNC}"
755 decapsid="${VPN_LOCATOR_SERVICE}:${dst}::${DT46_FUNC}"
763 add "${IPv6_HS_NETWORK}::${dst}" vrf "${VRF_DEVNAME}" \
768 add proxy "${IPv6_HS_NETWORK}::${dst}" \
774 add "${IPv4_HS_NETWORK}.${dst}" vrf "${VRF_DEVNAME}" \
H A Dsrv6_end_next_csid_l3vpn_test.sh650 # $2 - dst host (evaluate automatically the egress router)
657 local dst="$2"
672 rtdst_nsname="$(get_rtname "${dst}")"
685 dt="$(build_csid "${dst}")${DT46_FUNC}"
695 decapsid="${VPN_LOCATOR_SERVICE}:${dst}::${DT46_FUNC}"
703 add "${IPv6_HS_NETWORK}::${dst}" vrf "${VRF_DEVNAME}" \
708 add proxy "${IPv6_HS_NETWORK}::${dst}" \
714 add "${IPv4_HS_NETWORK}.${dst}" vrf "${VRF_DEVNAME}" \
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_pptp.c171 t.dst.protonum = IPPROTO_GRE; in pptp_destroy_siblings()
173 t.dst.u.gre.key = ct_pptp_info->pac_call_id; in pptp_destroy_siblings()
179 t.dst.protonum = IPPROTO_GRE; in pptp_destroy_siblings()
181 t.dst.u.gre.key = ct_pptp_info->pns_call_id; in pptp_destroy_siblings()
207 &ct->tuplehash[dir].tuple.dst.u3, in exp_gre()
216 &ct->tuplehash[dir].tuple.dst.u3, in exp_gre()
594 .tuple.dst.protonum = IPPROTO_TCP,
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_minisocks.c388 const struct dst_entry *dst) in tcp_openreq_init_rwin()
398 mss = tcp_mss_clamp(tp, dst_metric_advmss(dst)); in tcp_openreq_init_rwin()
401 req->rsk_window_clamp = window_clamp ? : dst_metric(dst, RTAX_WINDOW); in tcp_openreq_init_rwin()
410 rcv_wnd = dst_metric(dst, RTAX_INITRWND); in tcp_openreq_init_rwin()
432 void tcp_ca_openreq_child(struct sock *sk, const struct dst_entry *dst) in tcp_ca_openreq_child() argument
435 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_openreq_child()
444 icsk->icsk_ca_dst_locked = tcp_ca_dst_locked(dst); in tcp_ca_openreq_child()
386 tcp_openreq_init_rwin(struct request_sock *req, const struct sock *sk_listener, const struct dst_entry *dst) tcp_openreq_init_rwin() argument
/third_party/ffmpeg/libavcodec/
H A Dexrenc.c159 static void reorder_pixels(uint8_t *dst, const uint8_t *src, ptrdiff_t size) in reorder_pixels() argument
162 uint8_t *t1 = dst; in reorder_pixels()
163 uint8_t *t2 = dst + half_size; in reorder_pixels()
255 uint16_t *dst = (uint16_t *)(scanline->uncompressed_data + frame->width * 2 * p); in encode_scanline_rle() local
259 dst[x] = float2half(src[x], s->basetable, s->shifttable); in encode_scanline_rle()
323 uint16_t *dst = (uint16_t *)(scanline->uncompressed_data + scanline_size * l + p * frame->width * 2); in encode_scanline_zip() local
327 dst[x] = float2half(src[x], s->basetable, s->shifttable); in encode_scanline_zip()
H A Dmdct15.c167 static void mdct15(MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride) in mdct15() argument
200 CMUL(dst[2*i1*stride + stride], dst[2*i0*stride], s->tmp[s0].re, s->tmp[s0].im, in mdct15()
202 CMUL(dst[2*i0*stride + stride], dst[2*i1*stride], s->tmp[s1].re, s->tmp[s1].im, in mdct15()
207 static void imdct15_half(MDCT15Context *s, float *dst, const float *src, in imdct15_half() argument
211 FFTComplex *z = (FFTComplex *)dst; in imdct15_half()
H A Drv40.c171 static int rv40_decode_intra_types(RV34DecContext *r, GetBitContext *gb, int8_t *dst) in rv40_decode_intra_types() argument
179 for(i = 0; i < 4; i++, dst += r->intra_types_stride){ in rv40_decode_intra_types()
182 dst[0] = (pattern >> 2) & 2; in rv40_decode_intra_types()
183 dst[1] = (pattern >> 1) & 2; in rv40_decode_intra_types()
184 dst[2] = pattern & 2; in rv40_decode_intra_types()
185 dst[3] = (pattern << 1) & 2; in rv40_decode_intra_types()
188 ptr = dst; in rv40_decode_intra_types()
/third_party/ffmpeg/libavcodec/x86/
H A Drv40dsp.asm79 ; void ff_[put|rv40]_rv40_qpel_[h|v]_<opt>(uint8_t *dst, int deststride,
106 cglobal %1_rv40_qpel_v, 6,6+npicregs,12, dst, dststride, src, srcstride, height, my, picreg
177 cglobal %1_rv40_qpel_h, 6, 6+npicregs, 12, dst, dststride, src, srcstride, height, mx, picreg
240 cglobal %1_rv40_qpel_v, 6,6+npicregs,8, dst, dststride, src, srcstride, height, my, picreg
285 cglobal %1_rv40_qpel_h, 6,6+npicregs,8, dst, dststride, src, srcstride, height, mx, picreg
323 ; %1=5-bit weights?, %2=dst %3=src1 %4=src3 %5=stride if SSE2
426 ; void ff_rv40_weight_func_%1(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w1, int w2, int stride)
/third_party/ffmpeg/libavutil/
H A Ddes.c292 static void av_des_crypt_mac(AVDES *d, uint8_t *dst, const uint8_t *src, in av_des_crypt_mac() argument
315 AV_WB64(dst, dst_val); in av_des_crypt_mac()
318 dst += 8; in av_des_crypt_mac()
324 void av_des_crypt(AVDES *d, uint8_t *dst, const uint8_t *src, in av_des_crypt() argument
327 av_des_crypt_mac(d, dst, src, count, iv, decrypt, 0); in av_des_crypt()
330 void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) in av_des_mac() argument
332 av_des_crypt_mac(d, dst, src, count, (uint8_t[8]) { 0 }, 0, 1); in av_des_mac()
H A Dhwcontext_d3d11va.c392 static int d3d11va_transfer_data(AVHWFramesContext *ctx, AVFrame *dst, in d3d11va_transfer_data() argument
398 const AVFrame *frame = download ? src : dst; in d3d11va_transfer_data()
399 const AVFrame *other = download ? dst : src; in d3d11va_transfer_data()
404 int w = FFMIN(dst->width, src->width); in d3d11va_transfer_data()
405 int h = FFMIN(dst->height, src->height); in d3d11va_transfer_data()
440 av_image_copy(dst->data, dst->linesize, (const uint8_t **)map_data, map_linesize, in d3d11va_transfer_data()
/third_party/ffmpeg/libavfilter/
H A Dvf_libvmaf.c109 static int copy_picture_data(AVFrame *src, VmafPicture *dst, unsigned bpc) in copy_picture_data() argument
111 int err = vmaf_picture_alloc(dst, pix_fmt_map(src->format), bpc, in copy_picture_data()
118 uint8_t *dst_data = dst->data[i]; in copy_picture_data()
119 for (unsigned j = 0; j < dst->h[i]; j++) { in copy_picture_data()
120 memcpy(dst_data, src_data, sizeof(*dst_data) * dst->w[i]); in copy_picture_data()
122 dst_data += dst->stride[i]; in copy_picture_data()
548 AVFilterContext *ctx = inlink->dst; in config_input_ref()
/third_party/alsa-lib/src/pcm/
H A Dpcm_iec958.c159 char *dst; in snd_pcm_iec958_decode() local
165 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in snd_pcm_iec958_decode()
177 dst += dst_step; in snd_pcm_iec958_decode()
202 uint32_t *dst; in snd_pcm_iec958_encode() local
208 dst = snd_pcm_channel_area_addr(dst_area, dst_offset); in snd_pcm_iec958_encode()
226 *dst = sample; in snd_pcm_iec958_encode()
228 dst += dst_step; in snd_pcm_iec958_encode()
/third_party/mesa3d/src/freedreno/afuc/
H A Ddisasm.c378 print_dst(instr->alui.dst); in disasm_instr()
399 print_dst(instr->movi.dst); in disasm_instr()
404 if ((instr->movi.dst == REG_ADDR) && (instr->movi.shift >= 16)) { in disasm_instr()
462 * or $dst, $00, $src -> mov $dst, $src in disasm_instr()
464 * sub $dst, $00, $src ??? in disasm_instr()
473 print_dst(instr->alu.dst); in disasm_instr()
493 * (xmovN) alu $dst, $src1, $src2 in disasm_instr()
495 * In all of the uses in the firmware blob, $dst and $src2 are one in disasm_instr()
497 * that if $dst is in disasm_instr()
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear.c113 uint32_t *dst = (uint32_t *)blend->color; /* unaligned */ in blend_premul() local
122 tmp = _mm_loadu_si128((const __m128i *)&dst[i]); /* UNALIGNED READ */ in blend_premul()
125 _mm_storeu_si128((__m128i *)&dst[i], dstreg.m128); /* UNALIGNED WRITE */ in blend_premul()
131 dstreg.ui[j] = dst[i+j]; in blend_premul()
136 dst[i] = dstreg.ui[i&3]; in blend_premul()
329 uint32_t *dst = shader->out0; in shade_rgb1() local
335 *(__m128i *)&dst[i] = _mm_or_si128(s, rgb1); in shade_rgb1()
/third_party/lwip/src/include/lwip/
H A Dopt.h137 #define MEMCPY(dst,src,len) memcpy(dst,src,len)
145 #define SMEMCPY(dst,src,len) memcpy(dst,src,len)
154 #define MEMMOVE(dst,src,len) memmove(dst,src,len)
3029 * s32_t my_hook_vlan_set(struct netif* netif, struct pbuf* pbuf, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type);\n
3035 * - dst: destination eth address
3044 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type)
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c757 VK_FROM_HANDLE(vk_pipeline_cache, dst, dstCache); in vk_common_MergePipelineCaches()
759 if (!dst->object_cache) in vk_common_MergePipelineCaches()
762 vk_pipeline_cache_lock(dst); in vk_common_MergePipelineCaches()
770 assert(src != dst); in vk_common_MergePipelineCaches()
771 if (src == dst) in vk_common_MergePipelineCaches()
781 _mesa_set_search_or_add_pre_hashed(dst->object_cache, in vk_common_MergePipelineCaches()
788 /* Even though dst has the object, it only has the blob version in vk_common_MergePipelineCaches()
795 /* We inserted src_object in dst so it needs a reference */ in vk_common_MergePipelineCaches()
804 vk_pipeline_cache_unlock(dst); in vk_common_MergePipelineCaches()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_hw_context.c500 struct pipe_resource *dst, uint64_t dst_offset, in r600_cp_dma_copy_buffer()
512 util_range_add(dst, &r600_resource(dst)->valid_buffer_range, dst_offset, in r600_cp_dma_copy_buffer()
515 dst_offset += r600_resource(dst)->gpu_address; in r600_cp_dma_copy_buffer()
546 dst_reloc = radeon_add_to_buffer_list(&rctx->b, &rctx->b.gfx, (struct r600_resource*)dst, in r600_cp_dma_copy_buffer()
580 struct pipe_resource *dst, in r600_dma_copy_buffer()
588 struct r600_resource *rdst = (struct r600_resource*)dst; in r600_dma_copy_buffer()
499 r600_cp_dma_copy_buffer(struct r600_context *rctx, struct pipe_resource *dst, uint64_t dst_offset, struct pipe_resource *src, uint64_t src_offset, unsigned size) r600_cp_dma_copy_buffer() argument
579 r600_dma_copy_buffer(struct r600_context *rctx, struct pipe_resource *dst, struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, uint64_t size) r600_dma_copy_buffer() argument
/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_vfy.c133 static int t_tob64(char *dst, const unsigned char *src, int size) in t_tob64() argument
154 && !EVP_EncodeUpdate(ctx, (unsigned char *)dst, &outl, pad, in t_tob64()
160 if (!EVP_EncodeUpdate(ctx, (unsigned char *)dst + outl, &outl2, src, in t_tob64()
166 EVP_EncodeFinal(ctx, (unsigned char *)dst + outl, &outl2); in t_tob64()
171 memmove(dst, dst + leadz, outl - leadz); in t_tob64()
172 dst[outl - leadz] = '\0'; in t_tob64()
/third_party/openssl/crypto/srp/
H A Dsrp_vfy.c133 static int t_tob64(char *dst, const unsigned char *src, int size) in t_tob64() argument
154 && !EVP_EncodeUpdate(ctx, (unsigned char *)dst, &outl, pad, in t_tob64()
160 if (!EVP_EncodeUpdate(ctx, (unsigned char *)dst + outl, &outl2, src, in t_tob64()
166 EVP_EncodeFinal(ctx, (unsigned char *)dst + outl, &outl2); in t_tob64()
171 memmove(dst, dst + leadz, outl - leadz); in t_tob64()
172 dst[outl - leadz] = '\0'; in t_tob64()
/third_party/toybox/toys/pending/
H A Dcrond.c123 static void fillarray(char *dst, int start, int end, int skip) in fillarray() argument
128 dst[start] = 1; in fillarray()
134 dst[start] = 1; in fillarray()
148 //static int parse_and_fillarray(char *dst, int size, char *src)
149 static int parse_and_fillarray(char *dst, int min, int max, char *src) in parse_and_fillarray() argument
162 fillarray(dst, 0, max-1, skip); in parse_and_fillarray()
186 fillarray(dst, start, end, skip); in parse_and_fillarray()
192 fprintf(stderr, "%d", (unsigned char)dst[start]); in parse_and_fillarray()
/third_party/python/Lib/zoneinfo/
H A D_zoneinfo.py108 def dst(self, dt): member in ZoneInfo
231 # Infer the DST offsets (needed for .dst()) from the data
273 # of the utcoffset, dst and tzname functions does not depend on the
301 # but there is an issue: .dst() must return a timedelta with the
319 dst = isdsts[idx]
322 if not dst:
424 "dst",
446 self.dst = _ttinfo(utcoff=dst_offset, dstoff=delta, tzname=dst_abbr)
483 return self.dst if isdst else self.std
488 end -= self.dst
[all...]
/third_party/skia/gm/
H A Ddrawimageset.cpp124 SkPoint dst[4] = {{0, 0}, variable
128 SkAssertResult(matrices[1].setPolyToPoly(src, dst, 4));
136 dst[1] = {-.25 * kM * kTileW, 0};
137 dst[0] = {5.f / 4.f * kM * kTileW, 0};
138 dst[3] = {2.f / 3.f * kM * kTileW, 1 / 2.f * kN * kTileH};
139 dst[2] = {1.f / 3.f * kM * kTileW, 1 / 2.f * kN * kTileH - 0.1f * kTileH};
140 SkAssertResult(matrices[3].setPolyToPoly(src, dst, 4));
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBlendTests.cpp68 // \note src and dst can point to same memory as long as there is 1-to-1 correspondence between
70 static void sRGBAToLinear (const tcu::PixelBufferAccess& dst, const tcu::ConstPixelBufferAccess& src) in sRGBAToLinear() argument
77 dst.setPixel(tcu::sRGBToLinear(src.getPixel(x, y)), x, y); in sRGBAToLinear()
271 log << TestLog::Message << "RGB dst func = " << getBlendFactorName(paramSet.dstFuncRGB) << TestLog::EndMessage; in iterate()
274 log << TestLog::Message << "Alpha dst func = " << getBlendFactorName(paramSet.dstFuncAlpha) << TestLog::EndMessage; in iterate()
408 // Test all blend equation, src blend function, dst blend function combinations. RGB and alpha modes are the same. in init()
420 const EnumGL& dst = blendFunctions[dstFuncNdx]; in init() local
429 ", dst funcs " + getBlendFactorName(dst.glValue); in init()
432 name += string("") + "_" + src.nameStr + "_" + dst in init()
[all...]
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_user.c310 char *src, *dst; in user_init_unix_fds() local
315 dst = uml_vector_fetch_arg(ifspec, "dst"); in user_init_unix_fds()
339 if ((dst == NULL) || (strlen(dst) > MAX_UN_LEN)) in user_init_unix_fds()
342 memcpy(remote_addr->sun_path, dst, strlen(dst) + 1); in user_init_unix_fds()
527 char *src, *dst, *srcport, *dstport; in user_init_socket_fds() local
546 dst = uml_vector_fetch_arg(ifspec, "dst"); in user_init_socket_fds()
[all...]

Completed in 29 milliseconds

1...<<171172173174175176177178179180>>...395