Home
last modified time | relevance | path

Searched refs:dst (Results 4026 - 4050 of 5110) sorted by relevance

1...<<161162163164165166167168169170>>...205

/third_party/libcoap/examples/
H A Dcoap-server.c883 coap_address_t dst; in get_ongoing_proxy_session() local
923 memcpy(&dst, &info_list->addr, sizeof(dst)); in get_ongoing_proxy_session()
931 coap_new_client_session(context, NULL, &dst, proto); in get_ongoing_proxy_session()
948 coap_new_client_session_pki(context, NULL, &dst, proto, dtls_pki); in get_ongoing_proxy_session()
954 coap_new_client_session_psk2(context, NULL, &dst, proto, dtls_cpsk); in get_ongoing_proxy_session()
1104 const coap_address_t *dst = coap_session_get_addr_remote(ongoing); in hnd_proxy_uri() local
1106 if (coap_uri_into_options(&uri, dst, &optlist, 1, in hnd_proxy_uri()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_query.c426 /* Compute src/dst strides. */ in build_tfb_query_shader()
546 /* Compute src/dst strides. */ in build_timestamp_query_shader()
660 /* Compute src/dst strides. */ in build_pg_query_shader()
1289 uint64_t *dst = (uint64_t *)dest; in radv_GetQueryPoolResults() local
1294 *dst = stop[pipeline_statistics_indices[i]] - in radv_GetQueryPoolResults()
1299 *dst += ngg_gds_result; in radv_GetQueryPoolResults()
1302 dst++; in radv_GetQueryPoolResults()
1307 uint32_t *dst = (uint32_t *)dest; in radv_GetQueryPoolResults() local
1312 *dst = stop[pipeline_statistics_indices[i]] - in radv_GetQueryPoolResults()
1317 *dst in radv_GetQueryPoolResults()
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1027 void vnot_vv(VRegister dst, VRegister src, MaskType mask = NoMask) { in vnot_vv() argument
1028 vxor_vi(dst, src, -1, mask); in vnot_vv()
1031 void vneg_vv(VRegister dst, VRegister src, MaskType mask = NoMask) { in vneg_vv() argument
1032 vrsub_vx(dst, src, zero_reg, mask); in vneg_vv()
1035 void vfneg_vv(VRegister dst, VRegister src, MaskType mask = NoMask) { in vfneg_vv() argument
1036 vfsngjn_vv(dst, src, src, mask); in vfneg_vv()
1038 void vfabs_vv(VRegister dst, VRegister src, MaskType mask = NoMask) { in vfabs_vv() argument
1039 vfsngjx_vv(dst, src, src, mask); in vfabs_vv()
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp789 auto quadData = [&](auto dst) { in fillVertexData()
790 return SkMakeZip(dst, in fillVertexData()
1020 auto quadData = [&](auto dst) { in fillVertexData()
1021 return SkMakeZip(dst, in fillVertexData()
1875 auto quadData = [&](auto dst) { in fillVertexData()
1876 return SkMakeZip(dst, in fillVertexData()
2056 auto quadData = [&](auto dst) { in fillVertexData()
2057 return SkMakeZip(dst, in fillVertexData()
/third_party/python/Objects/
H A Dlistobject.c1109 sortslice_copy_incr(sortslice *dst, sortslice *src) in sortslice_copy_incr() argument
1111 *dst->keys++ = *src->keys++; in sortslice_copy_incr()
1112 if (dst->values != NULL) in sortslice_copy_incr()
1113 *dst->values++ = *src->values++; in sortslice_copy_incr()
1117 sortslice_copy_decr(sortslice *dst, sortslice *src) in sortslice_copy_decr() argument
1119 *dst->keys-- = *src->keys--; in sortslice_copy_decr()
1120 if (dst->values != NULL) in sortslice_copy_decr()
1121 *dst->values-- = *src->values--; in sortslice_copy_decr()
/third_party/ffmpeg/libavcodec/
H A Dintrax8.c512 static void dsp_x8_put_solidcolor(const uint8_t pix, uint8_t *dst, in dsp_x8_put_solidcolor() argument
517 memset(dst, pix, 8); in dsp_x8_put_solidcolor()
518 dst += linesize; in dsp_x8_put_solidcolor()
H A Dhevc_mvs.c116 static av_always_inline void mv_scale(Mv *dst, const Mv *src, int td, int tb) in mv_scale() argument
124 dst->x = av_clip_int16((scale_factor * src->x + 127 + in mv_scale()
126 dst->y = av_clip_int16((scale_factor * src->y + 127 + in mv_scale()
H A Dvqavideo.c766 unsigned char *dst = s->frame->data[0] + y_pos * s->frame->linesize[0] in vqa_decode_frame_hicolor() local
774 memcpy(dst, src, size); in vqa_decode_frame_hicolor()
775 dst += s->frame->linesize[0]; in vqa_decode_frame_hicolor()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_chromamc.asm106 ; void ff_put/avg_h264_chroma_mc8_*(uint8_t *dst /* align 8 */,
189 movq [dest_reg], m0 ; dst[0..7] = (A * src[0..7] + B * src[1..8] + (rnd >> 3)) >> 3
274 movq [dest_reg], m2 ; dst[0..7] = ([mm2,mm3] + rnd) >> 6
/third_party/ffmpeg/libavfilter/
H A Daf_mcompand.c554 AVFilterContext *ctx = inlink->dst; in filter_frame()
578 double *a, *dst = (double *)out->extended_data[ch]; in filter_frame() local
596 dst[i] += a[i]; in filter_frame()
H A Dvf_signature.c87 AVFilterContext *ctx = inlink->dst; in config_input()
147 AVFilterContext *ctx = inlink->dst; in filter_frame()
377 return ff_filter_frame(inlink->dst->outputs[0], picref); in filter_frame()
H A Dvf_tinterlace.c153 // dst must not exceed src when the average of above and below in lowpass_line_complex_c()
184 // dst must not exceed src when the average of above and below in lowpass_line_complex_c_16()
298 * Copy picture field from src to dst.
308 uint8_t *dst[4], int dst_linesize[4], in copy_picture_field()
323 uint8_t *dstp = dst[plane]; in copy_picture_field()
359 AVFilterContext *ctx = inlink->dst; in filter_frame()
307 copy_picture_field(TInterlaceContext *tinterlace, uint8_t *dst[4], int dst_linesize[4], const uint8_t *src[4], int src_linesize[4], enum AVPixelFormat format, int w, int src_h, int src_field, int interleave, int dst_field, int flags) copy_picture_field() argument
/third_party/ffmpeg/libavutil/arm/
H A Dfloat_dsp_vfp.S27 @ void ff_vector_fmul_vfp(float *dst, const float *src0, const float *src1, int len)
74 @ void ff_vector_fmul_window_vfp(float *dst, const float *src0,
278 @ void ff_vector_fmul_reverse_vfp(float *dst, const float *src0,
/third_party/ffmpeg/libswscale/x86/
H A Dscale.asm37 ; (SwsContext *c, int{16,32}_t *dst,
53 cglobal hscale%1to%2_%4, %5, 7, %6, pos0, dst, w, src, filter, fltpos, pos1
55 cglobal hscale%1to%2_%4, %5, 10, %6, pos0, dst, w, srcmem, filter, fltpos, fltsize
/third_party/alsa-lib/src/mixer/
H A Dmixer.c992 * \param dst pointer to destination
995 void snd_mixer_class_copy(snd_mixer_class_t *dst, const snd_mixer_class_t *src) in snd_mixer_class_copy() argument
997 assert(dst && src); in snd_mixer_class_copy()
998 *dst = *src; in snd_mixer_class_copy()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c178 /* NOTE: consider dst register too.. it could happen that in legalize_block()
257 foreach_dst (dst, n) { in legalize_block()
258 if (dst->flags & IR3_REG_SHARED) in legalize_block()
259 regmask_set(&state->needs_ss, dst); in legalize_block()
376 * dsxpp.1 dst, src
377 * dsxpp.1.p dst, src
380 * two (which might happen if dst == src). We do it before nop scheduling
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c279 /* Replace the storage of dst with src. */
280 void si_replace_buffer_storage(struct pipe_context *ctx, struct pipe_resource *dst, in si_replace_buffer_storage() argument
285 struct si_resource *sdst = si_resource(dst); in si_replace_buffer_storage()
298 si_rebind_buffer(sctx, dst); in si_replace_buffer_storage()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c517 LVP_FROM_HANDLE(lvp_descriptor_set, dst, copy->dstSet); in lvp_UpdateDescriptorSets()
525 &dst->layout->binding[copy->dstBinding]; in lvp_UpdateDescriptorSets()
527 &dst->descriptors[dst_layout->descriptor_index]; in lvp_UpdateDescriptorSets()
/third_party/node/src/
H A Dnode_i18n.cc128 char* dst = reinterpret_cast<char*>(**dest); in CopySourceBuffer() local
129 memcpy(dst, data, length); in CopySourceBuffer()
131 SwapBytes16(dst, length); in CopySourceBuffer()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c531 copy_vk_struct_guts(VkBaseOutStructure *dst, VkBaseInStructure *src, size_t struct_size) in copy_vk_struct_guts() argument
533 STATIC_ASSERT(sizeof(*dst) == sizeof(*src)); in copy_vk_struct_guts()
534 memcpy(dst + 1, src + 1, struct_size - sizeof(VkBaseOutStructure)); in copy_vk_struct_guts()
/third_party/node/deps/v8/src/bigint/
H A Dmul-fft.cc481 inline void CopyAndZeroExtend(digit_t* dst, const digit_t* src, in CopyAndZeroExtend() argument
484 memcpy(dst, src, bytes_to_copy); in CopyAndZeroExtend()
485 memset(dst + digits_to_copy, 0, total_bytes - bytes_to_copy); in CopyAndZeroExtend()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c715 struct mi_value dst = in iris_get_query_result_resource() local
723 mi_store_if(&b, dst, result); in iris_get_query_result_resource()
725 mi_store(&b, dst, result); in iris_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c771 struct mi_value dst = in crocus_get_query_result_resource() local
778 mi_store_if(&b, dst, result); in crocus_get_query_result_resource()
780 mi_store(&b, dst, result); in crocus_get_query_result_resource()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h197 * \param dst destination EC_GROUP object
201 int EC_GROUP_copy(EC_GROUP *dst, const EC_GROUP *src);
557 * \param dst destination EC_POINT object
561 int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src);
1006 * \param dst destination EC_KEY object
1008 * \return dst or NULL if an error occurred.
1010 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_copy(EC_KEY *dst, const EC_KEY *src);
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs353 pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; in strcpy()
354 pub fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char; in strncpy()
434 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2()

Completed in 51 milliseconds

1...<<161162163164165166167168169170>>...205