/third_party/ffmpeg/libavresample/x86/ |
H A D | dither.asm | 34 ; void ff_quantize(int16_t *dst, float *src, float *dither, int len); 59 ; void ff_dither_int_to_float_rectangular(float *dst, int *src, int len) 87 ; void ff_dither_int_to_float_triangular(float *dst, int *src0, int len)
|
H A D | audio_mix.asm | 28 ; void ff_mix_2_to_1_fltp_flt(float **src, float **matrix, int len, 64 ; void ff_mix_2_to_1_s16p_flt(int16_t **src, float **matrix, int len, 108 ; void ff_mix_2_to_1_s16p_q8(int16_t **src, int16_t **matrix, int len, 149 ; void ff_mix_1_to_2_fltp_flt(float **src, float **matrix, int len, 183 ; void ff_mix_1_to_2_s16p_flt(int16_t **src, float **matrix, int len, 230 ; void ff_mix_3_8_to_1_2_fltp/s16p_flt(float/int16_t **src, float **matrix,
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred.asm | 48 ; void ff_pred16x16_vertical_8(uint8_t *src, ptrdiff_t stride) 68 ; void ff_pred16x16_horizontal_8(uint8_t *src, ptrdiff_t stride) 107 ; void ff_pred16x16_dc_8(uint8_t *src, ptrdiff_t stride) 158 ; void ff_pred16x16_tm_vp8_8(uint8_t *src, ptrdiff_t stride) 235 ; void ff_pred16x16_plane_*_8(uint8_t *src, ptrdiff_t stride) 443 ; void ff_pred8x8_plane_8(uint8_t *src, ptrdiff_t stride) 568 ; void ff_pred8x8_vertical_8(uint8_t *src, ptrdiff_t stride) 585 ; void ff_pred8x8_horizontal_8(uint8_t *src, ptrdiff_t stride) 611 ; void ff_pred8x8_top_dc_8_mmxext(uint8_t *src, ptrdiff_t stride) 645 ; void ff_pred8x8_dc_8_mmxex [all...] |
H A D | diracdsp.asm | 135 ; void put_rect_clamped(uint8_t *dst, int dst_stride, int16_t *src, int src_stride, int width, int height) 178 ; void add_rect_clamped(uint8_t *dst, uint16_t *src, int stride, int16_t *idwt, int idwt_stride, int width, int height) 218 ; void add_obmc(uint16_t *dst, uint8_t *src, int stride, uint8_t *obmc_weight, int yblen) 263 ; void dequant_subband_32(uint8_t *src, uint8_t *dst, ptrdiff_t stride, const int qf, const int qs, int tot_v, int tot_h) 300 ; void put_signed_rect_clamped_10(uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int width, int height)
|
H A D | aacencdsp.asm | 32 ;void ff_abs_pow34(float *out, const float *in, const int size); 52 ;void ff_aac_quantize_bands(int *out, const float *in, const float *scaled,
|
H A D | blockdsp.asm | 31 ; void ff_clear_block(int16_t *blocks); 56 ; void ff_clear_blocks(int16_t *blocks);
|
H A D | fmtconvert.asm | 27 ; void ff_int32_to_float_fmul_scalar(float *dst, const int32_t *src, float mul, 62 ; void ff_int32_to_float_fmul_array8(FmtConvertContext *c, float *dst, const int32_t *src,
|
H A D | ac3dsp.asm | 41 ; void ff_ac3_exponent_min(uint8_t *exp, int num_reuse_blocks, int nb_coefs) 74 ; void ff_float_to_fixed24(int32_t *dst, const float *src, unsigned int len) 180 ; void ff_ac3_extract_exponents(uint8_t *exp, int32_t *coef, int nb_coefs)
|
H A D | sbcdsp.asm | 63 ;void ff_sbc_analyze_4(const int16_t *in, int32_t *out, const int16_t *consts); 83 ;void ff_sbc_analyze_8(const int16_t *in, int32_t *out, const int16_t *consts); 118 ;void ff_sbc_calc_scalefactors(int32_t sb_sample_f[16][2][8],
|
H A D | qpel.asm | 47 ; void ff_put/avg_pixels4_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2, 91 ; void ff_put/avg_pixels8_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2, 135 ; void ff_put/avg_pixels16_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2,
|
H A D | h264_idct.asm | 256 ; void ff_h264_idct8_add_8_sse2(uint8_t *dst, int16_t *block, int stride) 295 ; void ff_h264_idct8_dc_add_8_mmxext(uint8_t *dst, int16_t *block, int stride) 306 ; void ff_h264_idct8_dc_add_8_mmxext(uint8_t *dst, int16_t *block, int stride) 319 ; void ff_h264_idct8_add4_8_sse2(uint8_t *dst, const int *block_offset, 493 ; void ff_h264_idct_add16_8_sse2(uint8_t *dst, const int *block_offset, 542 ; void ff_h264_idct_add16intra_8_sse2(uint8_t *dst, const int *block_offset, 595 ; void ff_h264_idct_add8_8_sse2(uint8_t **dest, const int *block_offset, 615 ;void ff_h264_luma_dc_dequant_idct_mmx(int16_t *output, int16_t *input, int qmul)
|
H A D | hpeldsp_vp3.asm | 25 ; void ff_put_no_rnd_pixels8_x2_exact(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) 66 ; void ff_put_no_rnd_pixels8_y2_exact(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h)
|
H A D | utvideodsp.asm | 34 ; void restore_rgb_planes(uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, 84 ; void restore_rgb_planes10(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b,
|
H A D | exrdsp.asm | 35 ; void ff_reorder_pixels(uint8_t *dst, const uint8_t *src, ptrdiff_t size); 71 ; void ff_predictor(uint8_t *src, ptrdiff_t size);
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | float_dsp.asm | 31 ; void vector_fmul(float *dst, const float *src0, const float *src1, int len) 62 ; void vector_dmul(double *dst, const double *src0, const double *src1, int len) 95 ; void ff_vector_fmac_scalar(float *dst, const float *src, float mul, int len) 159 ; void ff_vector_fmul_scalar(float *dst, const float *src, float mul, int len) 188 ; void ff_vector_dmac_scalar(double *dst, const double *src, double mul, 251 ; void ff_vector_dmul_scalar(double *dst, const double *src, double mul, 370 ; void vector_fmul_reverse(float *dst, const float *src0, const float *src1, 444 ; void ff_butterflies_float(float *src0, float *src1, int len);
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_backtrace.tex | 15 \Type{int} \Func{unw\_backtrace}(\Type{void~**}\Var{buffer}, \Type{int}~\Var{size});\\ 19 \Type{int} \Func{backtrace}(\Type{void~**}\Var{buffer}, \Type{int}~\Var{size});\\
|
H A D | unw_create_addr_space.tex | 43 application-specified void-pointer (\Var{arg}). When invoking a 56 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{need\_unwind\_info}, \Type{void~*}arg);\\ 57 \Type{void} \Func{put\_unwind\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\ 58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{arg});\\ 60 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t~*}\Var{dilap}, \Type{void~*}\Var{arg});\\ 63 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{write}, \Type{void~*}\Var{arg});\\ 66 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{write}, \Type{void~*}\Var{arg});\\ 69 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{write}, \Type{void~*}\Var{arg});\\ 71 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_cursor\_t~*}\Var{cp}, \Type{void~*}\Var{arg});\\ 75 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{void~*}\Va [all...] |
H A D | libunwind-setjmp.tex | 17 \Type{void} \Func{longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\ 19 \Type{void} \Func{\_longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\ 21 \Type{void} \Func{siglongjmp}(\Type{sigjmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
|
H A D | unw_init_remote.tex | 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\ 25 The \Var{arg} void-pointer tells the address space exactly what entity
|
/third_party/rust/crates/cxx/tests/ui/ |
H A D | generic_enum.rs | 11 enum C where void: Copy {
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 41 if ($flavour && $flavour ne "void") { 130 @ void ecp_nistz256_to_mont(BN_ULONG r0[8],const BN_ULONG r1[8]); 138 @ void ecp_nistz256_from_mont(BN_ULONG r0[8],const BN_ULONG r1[8]); 146 @ void ecp_nistz256_mul_by_2(BN_ULONG r0[8],const BN_ULONG r1[8]); 186 @ void ecp_nistz256_add(BN_ULONG r0[8],const BN_ULONG r1[8], 277 @ void ecp_nistz256_mul_by_3(BN_ULONG r0[8],const BN_ULONG r1[8]); 362 @ void ecp_nistz256_div_by_2(BN_ULONG r0[8],const BN_ULONG r1[8]); 436 @ void ecp_nistz256_sub(BN_ULONG r0[8],const BN_ULONG r1[8], 513 @ void ecp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]); 558 @ void ecp_nistz256_sqr_mon [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 41 if ($flavour && $flavour ne "void") { 130 @ void ecp_nistz256_to_mont(BN_ULONG r0[8],const BN_ULONG r1[8]); 138 @ void ecp_nistz256_from_mont(BN_ULONG r0[8],const BN_ULONG r1[8]); 146 @ void ecp_nistz256_mul_by_2(BN_ULONG r0[8],const BN_ULONG r1[8]); 186 @ void ecp_nistz256_add(BN_ULONG r0[8],const BN_ULONG r1[8], 277 @ void ecp_nistz256_mul_by_3(BN_ULONG r0[8],const BN_ULONG r1[8]); 362 @ void ecp_nistz256_div_by_2(BN_ULONG r0[8],const BN_ULONG r1[8]); 436 @ void ecp_nistz256_sub(BN_ULONG r0[8],const BN_ULONG r1[8], 513 @ void ecp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]); 558 @ void ecp_nistz256_sqr_mon [all...] |
/third_party/curl/ |
H A D | buildconf.bat | 219 echo void hugehelp(void^)>> src\tool_hugehelp.c
228 findstr "/C:void hugehelp(void)" src\tool_hugehelp.c 1>NUL 2>&1
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | function.rs | 533 let void = Item::builtin_type(TypeKind::Void, false, ctx); in from_ty() 535 Item::builtin_type(TypeKind::Pointer(void), false, ctx); in from_ty() 553 let void = Item::builtin_type(TypeKind::Void, false, ctx); in from_ty() 554 Item::builtin_type(TypeKind::Pointer(void), false, ctx) in from_ty()
|
/third_party/rust/crates/once_cell/src/ |
H A D | lib.rs | 563 Err(void) => match void {}, in get_or_init() 1087 Err(void) => match void {}, in get_or_init()
|