Home
last modified time | relevance | path

Searched defs:dst (Results 151 - 175 of 3016) sorted by relevance

12345678910>>...121

/third_party/ffmpeg/libswresample/arm/
H A Daudio_convert_init.c33 static void conv_flt_to_s16_neon(uint8_t **dst, const uint8_t **src, int len){ in conv_flt_to_s16_neon() argument
37 static void conv_fltp_to_s16_2ch_neon(uint8_t **dst, const uint8_t **src, int len){ in conv_fltp_to_s16_2ch_neon() argument
41 static void conv_fltp_to_s16_nch_neon(uint8_t **dst, const uint8_t **src, int len){ in conv_fltp_to_s16_nch_neon() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_dmix_i386.h36 MIX_AREAS_16(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_16() argument
169 MIX_AREAS_16_MMX(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_16_MMX() argument
274 MIX_AREAS_32(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_32() argument
396 MIX_AREAS_24(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_24() argument
511 MIX_AREAS_24_CMOV(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_24_CMOV() argument
[all...]
H A Dpcm_dmix_x86_64.h37 MIX_AREAS_16(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_16() argument
159 MIX_AREAS_32(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_32() argument
295 MIX_AREAS_24(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_24() argument
[all...]
/third_party/alsa-lib/src/topology/
H A Dtext.c93 tplg_save_text(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_text() argument
/third_party/libcoap/src/
H A Dcoap_prng.c108 unsigned char *dst = (unsigned char *)buf; in coap_prng_default() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_var_copies.c108 nir_deref_instr *dst = in split_var_copies_impl() local
66 split_deref_copy_instr(nir_builder *b, nir_deref_instr *dst, nir_deref_instr *src, enum gl_access_qualifier dst_access, enum gl_access_qualifier src_access) split_deref_copy_instr() argument
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d33_tex.c176 struct qreg dst; in v3d33_vir_emit_tex() local
H A Dvir_opt_constant_alu.c93 struct qreg dst = inst->dst; in opt_constant_add() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.h45 static inline void si_compute_reference(struct si_compute **dst, struct si_compute *src) in si_compute_reference() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_shader.c42 struct vmw_svga_winsys_shader *dst; in vmw_svga_winsys_shader_reference() local
[all...]
/third_party/node/src/
H A Dbase64-inl.h38 bool base64_decode_group_slow(char* const dst, const size_t dstlen, in base64_decode_group_slow() argument
68 size_t base64_decode_fast(char* const dst, const size_t dstlen, in base64_decode_fast() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dinet_ntop.c58 const char *ares_inet_ntop(int af, const void *src, char *dst, in ares_inet_ntop() argument
84 static const char *inet_ntop4(const unsigned char *src, char *dst, size_ argument
104 inet_ntop6(const unsigned char *src, char *dst, size_t size) inet_ntop6() argument
209 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) ares_inet_ntop() argument
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl_tiled_memcpy_sse41.c37 _isl_memcpy_linear_to_tiled_sse41(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, uint32_t dst_pitch, int32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_linear_to_tiled_sse41() argument
50 _isl_memcpy_tiled_to_linear_sse41(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, int32_t dst_pitch, uint32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_tiled_to_linear_sse41() argument
H A Disl_tiled_memcpy_normal.c36 _isl_memcpy_linear_to_tiled(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, uint32_t dst_pitch, int32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_linear_to_tiled() argument
49 _isl_memcpy_tiled_to_linear(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, int32_t dst_pitch, uint32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_tiled_to_linear() argument
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c52 uint8_t *dst; in _mesa_texstore_fxt1() local
H A Dformat_pack.h38 _mesa_pack_float_rgba_row(mesa_format format, uint32_t n, const float src[][4], void *dst) _mesa_pack_float_rgba_row() argument
45 _mesa_pack_ubyte_rgba_row(mesa_format format, uint32_t n, const uint8_t *src, void *dst) _mesa_pack_ubyte_rgba_row() argument
53 _mesa_pack_uint_rgba_row(mesa_format format, uint32_t n, const uint32_t src[][4], void *dst) _mesa_pack_uint_rgba_row() argument
60 _mesa_pack_float_z_row(mesa_format format, uint32_t n, const float *src, void *dst) _mesa_pack_float_z_row() argument
67 _mesa_pack_uint_z_row(mesa_format format, uint32_t n, const uint32_t *src, void *dst) _mesa_pack_uint_z_row() argument
74 _mesa_pack_ubyte_stencil_row(mesa_format format, uint32_t n, const uint8_t *src, void *dst) _mesa_pack_ubyte_stencil_row() argument
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_netconn.c82 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto() argument
95 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst() argument
H A Dsnmp_raw.c57 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto() argument
63 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst() argument
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dc11-atomic.c9 void f00(int dst) { } /* check-should-fail */ in f00() argument
11 void f02(int *dst) { } /* check-should-fail */ in f02() argument
/third_party/lwip/src/netif/
H A Dethernet.c270 ethernet_output(struct netif * netif, struct pbuf * p, const struct eth_addr * src, const struct eth_addr * dst, u16_t eth_type) global() argument
/third_party/lz4/ossfuzz/
H A Dcompress_hc_fuzzer.c27 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
H A Dcompress_frame_fuzzer.c28 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
H A Dcompress_fuzzer.c25 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
H A Ddecompress_fuzzer.c25 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
[all...]
H A Dlz4_helpers.c30 size_t FUZZ_decompressFrame(void* dst, const size_t dstCapacity, in FUZZ_decompressFrame() argument

Completed in 8 milliseconds

12345678910>>...121