Home
last modified time | relevance | path

Searched refs:dst (Results 3951 - 3975 of 10423) sorted by relevance

1...<<151152153154155156157158159160>>...417

/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dgarmin_gps.c590 unsigned char *dst; in gsp_send() local
659 dst = garmin_data_p->outbuffer+GPS_OUT_BUFSIZ-datalen; in gsp_send()
660 memcpy(dst, src, datalen); in gsp_send()
661 src = dst; in gsp_send()
664 dst = garmin_data_p->outbuffer; in gsp_send()
666 *dst++ = DLE; in gsp_send()
667 *dst++ = pktid; in gsp_send()
669 *dst++ = datalen; in gsp_send()
672 *dst++ = DLE; in gsp_send()
676 *dst in gsp_send()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dhp-wmi-sensors.c422 char *dst; in convert_raw_wmi_string() local
435 dst = kmalloc((len + 1) * sizeof(*dst), GFP_KERNEL); in convert_raw_wmi_string()
436 if (!dst) in convert_raw_wmi_string()
439 i = utf16s_to_utf8s(++src, cps, UTF16_LITTLE_ENDIAN, dst, len); in convert_raw_wmi_string()
440 dst[i] = '\0'; in convert_raw_wmi_string()
442 return dst; in convert_raw_wmi_string()
448 char *dst; in hp_wmi_strdup() local
453 dst = devm_kmalloc(dev, (len + 1) * sizeof(*dst), GFP_KERNE in hp_wmi_strdup()
466 char *dst; hp_wmi_wstrdup() local
[all...]
/kernel/liteos_a/fs/vfs/vfs_cmd/
H A Dvfs_shellcmd.c907 static int os_wildcard_extract_directory(char *fullpath, void *dst, wildcard_type mark) in os_wildcard_extract_directory() argument
924 ret = os_shell_cmd_do_cp(fullpath, dst); in os_wildcard_extract_directory()
928 (*(int *)dst)++; in os_wildcard_extract_directory()
965 ret = os_shell_cmd_do_cp(src, dst); in os_wildcard_extract_directory()
969 (*(int *)dst)++; in os_wildcard_extract_directory()
970 if ((*(int *)dst) > 1) { in os_wildcard_extract_directory()
989 ret = os_wildcard_extract_directory(src, dst, mark); in os_wildcard_extract_directory()
990 if (mark == CP_COUNT && (*(int *)dst) > 1) { in os_wildcard_extract_directory()
1010 const char *dst = NULL; in osShellCmdCp() local
1023 dst in osShellCmdCp()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dzswap.c455 u8 *dst; in zswap_dstmem_prepare() local
457 dst = kmalloc_node(PAGE_SIZE * 2, GFP_KERNEL, cpu_to_node(cpu)); in zswap_dstmem_prepare()
458 if (!dst) in zswap_dstmem_prepare()
463 kfree(dst); in zswap_dstmem_prepare()
468 per_cpu(zswap_dstmem, cpu) = dst; in zswap_dstmem_prepare()
476 u8 *dst; in zswap_dstmem_dead() local
482 dst = per_cpu(zswap_dstmem, cpu); in zswap_dstmem_dead()
483 kfree(dst); in zswap_dstmem_dead()
1209 u8 *src, *dst; in zswap_store() local
1295 dst in zswap_store()
1406 u8 *src, *dst, *tmp; zswap_load() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dicmp.c310 struct dst_entry *dst = &rt->dst; in icmpv4_xrlim_allow() local
319 if (dst->dev && (dst->dev->flags&IFF_LOOPBACK)) in icmpv4_xrlim_allow()
322 vif = l3mdev_master_ifindex(dst->dev); in icmpv4_xrlim_allow()
401 struct net *net = dev_net(rt->dst.dev); in icmp_reply()
510 rt = (struct rtable *) xfrm_lookup(net, &rt->dst, in icmp_route_lookup()
543 RT_TOS(tos), rt2->dst.dev); in icmp_route_lookup()
545 dst_release(&rt2->dst); in icmp_route_lookup()
553 rt2 = (struct rtable *) xfrm_lookup(net, &rt2->dst, in icmp_route_lookup()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_ciescope.c1380 AVFilterContext *ctx = inlink->dst; in filter_frame()
1411 uint16_t *dst = (uint16_t *)out->data[0]; in filter_frame() local
1443 r = dst[pos + 0] + i; in filter_frame()
1444 g = dst[pos + 1] + i; in filter_frame()
1445 b = dst[pos + 2] + i; in filter_frame()
1447 dst[pos + 0] = FFMIN(r, 65535); in filter_frame()
1448 dst[pos + 1] = FFMIN(g, 65535); in filter_frame()
1449 dst[pos + 2] = FFMIN(b, 65535); in filter_frame()
1450 dst[pos + 3] = 65535; in filter_frame()
1455 uint16_t *dst in filter_frame() local
[all...]
H A Daf_loudnorm.c411 AVFilterContext *ctx = inlink->dst; in filter_frame()
416 double *dst; in filter_frame() local
439 dst = (double *)out->data[0]; in filter_frame()
501 true_peak_limiter(s, dst, subframe_length, inlink->ch_layout.nb_channels); in filter_frame()
502 ff_ebur128_add_frames_double(s->r128_out, dst, subframe_length); in filter_frame()
539 true_peak_limiter(s, dst, in->nb_samples, inlink->ch_layout.nb_channels); in filter_frame()
540 ff_ebur128_add_frames_double(s->r128_out, dst, in->nb_samples); in filter_frame()
592 true_peak_limiter(s, dst, subframe_length, inlink->ch_layout.nb_channels); in filter_frame()
611 dst += (subframe_length * inlink->ch_layout.nb_channels); in filter_frame()
614 dst in filter_frame()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c477 unsigned stride, unsigned width, unsigned height, uint16_t *dst, in subimage_with_fill_template()
500 dst[j] = src[j]; in subimage_with_fill_template()
502 dst[j] = src[j] << 6; /* alpha 10b to 16b */ in subimage_with_fill_template()
506 last_pix = dst[j - 1]; in subimage_with_fill_template()
508 last_pix = dst[j - 1] << 6; /* alpha 10b to 16b */ in subimage_with_fill_template()
511 dst[j] = last_pix; in subimage_with_fill_template()
513 dst += dst_width; in subimage_with_fill_template()
515 last_line = dst - dst_width; in subimage_with_fill_template()
518 dst[j] = last_line[j]; in subimage_with_fill_template()
520 dst in subimage_with_fill_template()
476 subimage_with_fill_template(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_alpha_plane, int is_interlaced, int is_top_field) subimage_with_fill_template() argument
524 subimage_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_with_fill() argument
532 subimage_alpha_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_alpha_with_fill() argument
805 scale_mat(const uint8_t* src, int* dst, int scale) scale_mat() argument
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_qpel_10bit.asm170 ; void ff_h264_qpel_mc00(uint8_t *dst, uint8_t *src, int stride)
224 ; void ff_h264_qpel_mc20(uint8_t *dst, uint8_t *src, int stride)
308 ; void ff_h264_qpel_mc30(uint8_t *dst, uint8_t *src, int stride)
319 ; void ff_h264_qpel_mc10(uint8_t *dst, uint8_t *src, int stride)
386 ; void ff_h264_qpel_mc02(uint8_t *dst, uint8_t *src, int stride)
435 ; void ff_h264_qpel_mc01(uint8_t *dst, uint8_t *src, int stride)
461 ; void ff_h264_qpel_mc03(uint8_t *dst, uint8_t *src, int stride)
472 ; void ff_h264_qpel_mc11(uint8_t *dst, uint8_t *src, int stride)
554 ; void ff_h264_qpel_mc31(uint8_t *dst, uint8_t *src, int stride)
566 ; void ff_h264_qpel_mc13(uint8_t *dst, uint8_
[all...]
H A Dh264_qpel_8bit.asm57 cglobal %1_h264_qpel4_h_lowpass, 4,5 ; dst, src, dstStride, srcStride
100 cglobal %1_h264_qpel8_h_lowpass, 4,5 ; dst, src, dstStride, srcStride
160 cglobal %1_h264_qpel8_h_lowpass, 4,5,8 ; dst, src, dstStride, srcStride
204 cglobal %1_h264_qpel4_h_lowpass_l2, 5,6 ; dst, src, src2, dstStride, srcStride
251 cglobal %1_h264_qpel8_h_lowpass_l2, 5,6 ; dst, src, src2, dstStride, srcStride
315 cglobal %1_h264_qpel8_h_lowpass_l2, 5,6,8 ; dst, src, src2, dstStride, src2Stride
362 ; dst, src, dstStride, srcStride
384 cglobal %1_h264_qpel4_v_lowpass, 4,4 ; dst, src, dstStride, srcStride
418 cglobal %1_h264_qpel8or16_v_lowpass, 5,5,8 ; dst, src, dstStride, srcStride, h
424 cglobal %1_h264_qpel8or16_v_lowpass_op, 5,5,8 ; dst, sr
[all...]
/third_party/backends/backend/
H A Dgt68xx_mid.c138 unpack_8_mono (SANE_Byte * src, unsigned int *dst, SANE_Int pixels_per_line) in unpack_8_mono() argument
140 for (; pixels_per_line > 0; ++src, ++dst, --pixels_per_line) in unpack_8_mono()
142 *dst = (((unsigned int) *src) << 8) | *src; in unpack_8_mono()
147 unpack_8_rgb (SANE_Byte * src, unsigned int *dst, SANE_Int pixels_per_line) in unpack_8_rgb() argument
149 for (; pixels_per_line > 0; src += 3, ++dst, --pixels_per_line) in unpack_8_rgb()
151 *dst = (((unsigned int) *src) << 8) | *src; in unpack_8_rgb()
158 unpack_12_le_mono (SANE_Byte * src, unsigned int *dst, in unpack_12_le_mono() argument
161 for (; pixels_per_line > 0; src += 3, dst += 2, pixels_per_line -= 2) in unpack_12_le_mono()
163 dst[0] = ((((unsigned int) (src[1] & 0x0f)) << 12) in unpack_12_le_mono()
165 dst[ in unpack_12_le_mono()
199 unpack_16_le_mono(SANE_Byte * src, unsigned int *dst, SANE_Int pixels_per_line) unpack_16_le_mono() argument
209 unpack_16_le_rgb(SANE_Byte * src, unsigned int *dst, SANE_Int pixels_per_line) unpack_16_le_rgb() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c229 struct r600_resource *dst, struct r600_resource *src) in r600_need_dma_space()
234 if (dst) { in r600_need_dma_space()
235 vram += dst->vram_usage; in r600_need_dma_space()
236 gtt += dst->gart_usage; in r600_need_dma_space()
245 ((dst && in r600_need_dma_space()
246 ctx->ws->cs_is_buffer_referenced(&ctx->gfx.cs, dst->buf, in r600_need_dma_space()
276 if ((dst && in r600_need_dma_space()
277 ctx->ws->cs_is_buffer_referenced(&ctx->dma.cs, dst->buf, in r600_need_dma_space()
288 if (dst) in r600_need_dma_space()
289 radeon_add_to_buffer_list(ctx, &ctx->dma, dst, in r600_need_dma_space()
228 r600_need_dma_space(struct r600_common_context *ctx, unsigned num_dw, struct r600_resource *dst, struct r600_resource *src) r600_need_dma_space() argument
535 r600_dma_clear_buffer_fallback(struct pipe_context *ctx, struct pipe_resource *dst, uint64_t offset, uint64_t size, unsigned value) r600_dma_clear_buffer_fallback() argument
1070 r600_fence_reference(struct pipe_screen *screen, struct pipe_fence_handle **dst, struct pipe_fence_handle *src) r600_fence_reference() argument
1454 r600_screen_clear_buffer(struct r600_common_screen *rscreen, struct pipe_resource *dst, uint64_t offset, uint64_t size, unsigned value) r600_screen_clear_buffer() argument
[all...]
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp869 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage); in BilevelToBW() local
886 dst[i] = byte; in BilevelToBW()
897 dst[byteCount] = byte; in BilevelToBW()
900 dst += dstRB; in BilevelToBW()
910 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage); in GrayscaleToA8() local
915 dst[i] = sk_apply_lut_if<APPLY_PREBLEND>(a, table8); in GrayscaleToA8()
917 dst = SkTAddOffset<uint8_t>(dst, dstRB); in GrayscaleToA8()
927 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage); in RGBToA8() local
934 dst[ in RGBToA8()
946 uint16_t* SK_RESTRICT dst = static_cast<uint16_t*>(glyph.fImage); RGBToLcd16() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp2111 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitCompositeConstruct() local
2123 dst.move(offset++, srcObjectAccess.Float(j)); in EmitCompositeConstruct()
2134 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitCompositeInsert() local
2145 dst.move(i, srcObjectAccess.Float(i)); in EmitCompositeInsert()
2150 dst.move(firstNewComponent + i, newPartObjectAccess.Float(i)); in EmitCompositeInsert()
2155 dst.move(i, srcObjectAccess.Float(i)); in EmitCompositeInsert()
2164 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitCompositeExtract() local
2172 dst.move(i, compositeObjectAccess.Float(firstComponent + i)); in EmitCompositeExtract()
2181 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitVectorShuffle() local
2197 dst in EmitVectorShuffle()
2215 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitVectorExtractDynamic() local
2235 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitVectorInsertDynamic() local
2252 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitSelect() local
2276 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitAny() local
2295 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitAll() local
2320 auto &dst = state->createIntermediate(resultId, resultType.componentCount); EmitAtomicOp() local
2398 auto &dst = state->createIntermediate(resultId, resultType.componentCount); EmitAtomicCompareExchange() local
2423 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); EmitCopyObject() local
2500 auto &dst = routine->getVariable(insn.resultId()); emitEpilog() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp561 Offset RGBUintToFloat(uint8_t* dst, uint8_t* src, int32_t pixelFormat, Vector3f &srcColor,
571 // R: dst + 0, G: dst + 1, B: dst + 2
572 colorDst = {dst + 0, dst + 1, dst + 2};
573 // Alpha: linear transfer src[3] to dst[3]
574 dst[3] = RGBFloatToUint8(RGBUint10ToFloat(src16[3]));
585 // R: dst
[all...]
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dcrypto.c34 * @dst: Buffer to take the bytes from src hex; must be at least of
37 * @dst_size: size of dst buffer, or number of hex characters pairs to convert
39 void ecryptfs_from_hex(char *dst, char *src, int dst_size) in ecryptfs_from_hex() argument
47 dst[x] = (unsigned char)simple_strtol(tmp, NULL, 16); in ecryptfs_from_hex()
53 * @dst: Pointer to 16 bytes of allocated memory
61 static int ecryptfs_calculate_md5(char *dst, in ecryptfs_calculate_md5() argument
65 int rc = crypto_shash_tfm_digest(crypt_stat->hash_tfm, src, len, dst); in ecryptfs_calculate_md5()
114 char dst[MD5_DIGEST_SIZE]; in ecryptfs_derive_iv() local
132 rc = ecryptfs_calculate_md5(dst, crypt_stat, src, in ecryptfs_derive_iv()
139 memcpy(iv, dst, crypt_sta in ecryptfs_derive_iv()
637 char dst[MD5_DIGEST_SIZE]; ecryptfs_compute_root_iv() local
1757 ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, unsigned char *src, size_t src_size) ecryptfs_encode_for_filename() argument
1833 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, const unsigned char *src, size_t src_size) ecryptfs_decode_from_filename() argument
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dudp.c889 static void udp6_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst) in udp6_sk_rx_dst_set() argument
891 if (udp_sk_rx_dst_set(sk, dst)) { in udp6_sk_rx_dst_set()
892 const struct rt6_info *rt = (const struct rt6_info *)dst; in udp6_sk_rx_dst_set()
963 struct dst_entry *dst = skb_dst(skb); in __udp6_lib_rcv() local
966 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp6_lib_rcv()
967 udp6_sk_rx_dst_set(sk, dst); in __udp6_lib_rcv()
1057 struct dst_entry *dst; in udp_v6_early_demux() local
1080 dst = rcu_dereference(sk->sk_rx_dst); in udp_v6_early_demux()
1082 if (dst) in udp_v6_early_demux()
1083 dst in udp_v6_early_demux()
1309 struct dst_entry *dst; udpv6_sendmsg() local
[all...]
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dcrypto.c34 * @dst: Buffer to take the bytes from src hex; must be at least of
37 * @dst_size: size of dst buffer, or number of hex characters pairs to convert
39 void ecryptfs_from_hex(char *dst, char *src, int dst_size) in ecryptfs_from_hex() argument
47 dst[x] = (unsigned char)simple_strtol(tmp, NULL, 16); in ecryptfs_from_hex()
53 * @dst: Pointer to 16 bytes of allocated memory
61 static int ecryptfs_calculate_md5(char *dst, in ecryptfs_calculate_md5() argument
65 int rc = crypto_shash_tfm_digest(crypt_stat->hash_tfm, src, len, dst); in ecryptfs_calculate_md5()
114 char dst[MD5_DIGEST_SIZE]; in ecryptfs_derive_iv() local
132 rc = ecryptfs_calculate_md5(dst, crypt_stat, src, in ecryptfs_derive_iv()
139 memcpy(iv, dst, crypt_sta in ecryptfs_derive_iv()
610 char dst[MD5_DIGEST_SIZE]; ecryptfs_compute_root_iv() local
1729 ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, unsigned char *src, size_t src_size) ecryptfs_encode_for_filename() argument
1805 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, const unsigned char *src, size_t src_size) ecryptfs_decode_from_filename() argument
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhelpers.c373 void copy_map_value_locked(struct bpf_map *map, void *dst, void *src, in copy_map_value_locked() argument
381 lock = dst + map->record->spin_lock_off; in copy_map_value_locked()
384 copy_map_value(map, dst, src); in copy_map_value_locked()
654 BPF_CALL_3(bpf_copy_from_user, void *, dst, u32, size, in BPF_CALL_3()
657 int ret = copy_from_user(dst, user_ptr, size); in BPF_CALL_3()
660 memset(dst, 0, size); in BPF_CALL_3()
677 BPF_CALL_5(bpf_copy_from_user_task, void *, dst, u32, size, in BPF_CALL_5()
689 ret = access_process_vm(tsk, (unsigned long)user_ptr, dst, size, 0); in BPF_CALL_5()
693 memset(dst, 0, size); in BPF_CALL_5()
1537 BPF_CALL_5(bpf_dynptr_read, void *, dst, u3
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp.c901 static void udp6_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst) in udp6_sk_rx_dst_set() argument
903 if (udp_sk_rx_dst_set(sk, dst)) { in udp6_sk_rx_dst_set()
904 const struct rt6_info *rt = (const struct rt6_info *)dst; in udp6_sk_rx_dst_set()
980 struct dst_entry *dst = skb_dst(skb); in __udp6_lib_rcv() local
983 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp6_lib_rcv()
984 udp6_sk_rx_dst_set(sk, dst); in __udp6_lib_rcv()
1086 struct dst_entry *dst; in udp_v6_early_demux() local
1109 dst = rcu_dereference(sk->sk_rx_dst); in udp_v6_early_demux()
1111 if (dst) in udp_v6_early_demux()
1112 dst in udp_v6_early_demux()
1333 struct dst_entry *dst; udpv6_sendmsg() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dnutdec.c166 #define GET_V(dst, check) \
170 av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \
174 dst = tmp; \
910 uint8_t *dst = NULL; in read_sm_data() local
922 dst = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, value_len); in read_sm_data()
924 dst = av_packet_new_side_data(pkt, AV_PKT_DATA_NEW_EXTRADATA, value_len); in read_sm_data()
926 dst = av_packet_new_side_data(pkt, AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL, value_len + 8); in read_sm_data()
927 if(!dst) in read_sm_data()
929 AV_WB64(dst, v64); in read_sm_data()
930 dst in read_sm_data()
968 uint8_t *dst = av_packet_new_side_data(pkt, AV_PKT_DATA_PARAM_CHANGE, 28); read_sm_data() local
992 uint8_t *dst = av_packet_new_side_data(pkt, AV_PKT_DATA_SKIP_SAMPLES, 10); read_sm_data() local
[all...]
/third_party/mbedtls/library/
H A Drsa.c1611 * \param dst buffer to mask
1617 static int mgf_mask(unsigned char *dst, size_t dlen, unsigned char *src, in mgf_mask() argument
1646 p = dst; in mgf_mask()
2302 * - dst: Buffer to hold the encoded message.
2306 * - dst points to a buffer of size at least dst_len.
2313 unsigned char *dst) in rsa_rsassa_pkcs1_v15_encode()
2317 unsigned char *p = dst; in rsa_rsassa_pkcs1_v15_encode()
2416 if (p != dst + dst_len) { in rsa_rsassa_pkcs1_v15_encode()
2417 mbedtls_platform_zeroize(dst, dst_len); in rsa_rsassa_pkcs1_v15_encode()
2773 int mbedtls_rsa_copy(mbedtls_rsa_context *dst, cons argument
2309 rsa_rsassa_pkcs1_v15_encode(mbedtls_md_type_t md_alg, unsigned int hashlen, const unsigned char *hash, size_t dst_len, unsigned char *dst) rsa_rsassa_pkcs1_v15_encode() argument
[all...]
/third_party/lame/frontend/
H A Dparse.c204 char dst[32]; in currCharCodeSize() local
211 char* o_ptr = dst; in currCharCodeSize()
228 char* dst = 0;
232 dst = calloc(n+4, 4);
233 if (dst != 0) {
238 char* o_ptr = dst;
246 return dst;
252 char* dst = 0;
256 dst = calloc(n+4, 4);
257 if (dst !
278 char* dst = 0; toLatin1() local
304 char* dst = 0; toUtf16() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c471 } image, buffer, *src, *dst; in copy_buffer_to_image() local
478 dst = &image; in copy_buffer_to_image()
481 dst = &buffer; in copy_buffer_to_image()
538 if (&image == dst) { in copy_buffer_to_image()
548 aspect, dst->surf.aux_usage, in copy_buffer_to_image()
549 dst->level, in copy_buffer_to_image()
550 dst->offset.z, extent.depth); in copy_buffer_to_image()
560 &dst->surf, dst->level, dst in copy_buffer_to_image()
653 struct blorp_surf src, dst; blit_image() local
813 struct blorp_address dst = { copy_buffer() local
887 struct blorp_address dst = { anv_CmdUpdateBuffer() local
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1508 util_format_fxt1_rgb_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j) in util_format_fxt1_rgb_fetch_rgba_8unorm() argument
1510 fxt1_decode_1(src, 0, i, j, dst); in util_format_fxt1_rgb_fetch_rgba_8unorm()
1514 util_format_fxt1_rgba_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j) in util_format_fxt1_rgba_fetch_rgba_8unorm() argument
1516 fxt1_decode_1(src, 0, i, j, dst); in util_format_fxt1_rgba_fetch_rgba_8unorm()
1517 dst[3] = 0xff; in util_format_fxt1_rgba_fetch_rgba_8unorm()
1523 float *dst = in_dst; in util_format_fxt1_rgb_fetch_rgba() local
1526 dst[0] = ubyte_to_float(tmp[0]); in util_format_fxt1_rgb_fetch_rgba()
1527 dst[1] = ubyte_to_float(tmp[1]); in util_format_fxt1_rgb_fetch_rgba()
1528 dst[2] = ubyte_to_float(tmp[2]); in util_format_fxt1_rgb_fetch_rgba()
1529 dst[ in util_format_fxt1_rgb_fetch_rgba()
1535 float *dst = in_dst; util_format_fxt1_rgba_fetch_rgba() local
1561 uint8_t *dst = dst_row + (y + j) * dst_stride / sizeof(*dst_row) + (x + i) * comps; util_format_fxtn_rgb_unpack_rgba_8unorm() local
1608 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i) * comps; util_format_fxtn_rgb_unpack_rgba_float() local
[all...]

Completed in 42 milliseconds

1...<<151152153154155156157158159160>>...417