/third_party/ffmpeg/libswresample/arm/ |
H A D | audio_convert_init.c | 33 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 D | pcm_dmix_i386.h | 36 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 D | pcm_dmix_x86_64.h | 37 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 D | text.c | 93 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 D | coap_prng.c | 108 unsigned char *dst = (unsigned char *)buf; in coap_prng_default() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_var_copies.c | 108 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 D | v3d33_tex.c | 176 struct qreg dst; in v3d33_vir_emit_tex() local
|
H A D | vir_opt_constant_alu.c | 93 struct qreg dst = inst->dst; in opt_constant_add() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_compute.h | 45 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 D | vmw_shader.c | 42 struct vmw_svga_winsys_shader *dst; in vmw_svga_winsys_shader_reference() local [all...] |
/third_party/node/src/ |
H A D | base64-inl.h | 38 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 D | inet_ntop.c | 58 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 D | isl_tiled_memcpy_sse41.c | 37 _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 D | isl_tiled_memcpy_normal.c | 36 _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 D | texcompress_fxt1.c | 52 uint8_t *dst; in _mesa_texstore_fxt1() local
|
H A D | format_pack.h | 38 _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 D | snmp_netconn.c | 82 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 D | snmp_raw.c | 57 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 D | c11-atomic.c | 9 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 D | ethernet.c | 270 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 D | compress_hc_fuzzer.c | 27 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
|
H A D | compress_frame_fuzzer.c | 28 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
|
H A D | compress_fuzzer.c | 25 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
|
H A D | decompress_fuzzer.c | 25 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local [all...] |
H A D | lz4_helpers.c | 30 size_t FUZZ_decompressFrame(void* dst, const size_t dstCapacity, in FUZZ_decompressFrame() argument
|