/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 101 ; void yuv2plane1_<output_size>_<opt>(const int16_t *src, uint8_t *dst, int dstW, 104 ; void yuv2planeX_<output_size>_<opt>(const int16_t *filter, int filterSize, 464 ; void ff_yuv2nv12cX_avx2(enum AVPixelFormat format, const uint8_t *dither, 469 ; void ff_yuv2nv21cX_avx2(enum AVPixelFormat format, const uint8_t *dither, 575 ; void ff_yuv2<gbr_format>_full_X_<opt>(SwsContext *c, const int16_t *lumFilter,
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jdsample-avx2.asm | 47 ; GLOBAL(void) 208 ; GLOBAL(void) 224 %define gotptr wk(0) - SIZEOF_POINTER ; void *gotptr 559 ; GLOBAL(void) 658 ; GLOBAL(void)
|
H A D | jdsample-mmx.asm | 46 ; GLOBAL(void) 199 ; GLOBAL(void) 214 %define gotptr wk(0) - SIZEOF_POINTER ; void *gotptr 530 ; GLOBAL(void) 629 ; GLOBAL(void)
|
H A D | jdsample-sse2.asm | 46 ; GLOBAL(void) 197 ; GLOBAL(void) 213 %define gotptr wk(0) - SIZEOF_POINTER ; void *gotptr 527 ; GLOBAL(void) 624 ; GLOBAL(void)
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 116 ! void ecp_nistz256_to_mont(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 131 ! void ecp_nistz256_from_mont(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 146 ! void ecp_nistz256_mul_mont(BN_ULONG %i0[8],const BN_ULONG %i1[8], 160 ! void ecp_nistz256_sqr_mont(BN_ULONG %i0[8],const BN_ULONG %i2[8]); 373 ! void ecp_nistz256_add(BN_ULONG %i0[8],const BN_ULONG %i1[8], 455 ! void ecp_nistz256_mul_by_2(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 489 ! void ecp_nistz256_mul_by_3(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 553 ! void ecp_nistz256_sub(BN_ULONG %i0[8],const BN_ULONG %i1[8], 573 ! void ecp_nistz256_neg(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 667 ! void ecp_nistz256_div_by_ [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 116 ! void ecp_nistz256_to_mont(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 131 ! void ecp_nistz256_from_mont(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 146 ! void ecp_nistz256_mul_mont(BN_ULONG %i0[8],const BN_ULONG %i1[8], 160 ! void ecp_nistz256_sqr_mont(BN_ULONG %i0[8],const BN_ULONG %i2[8]); 373 ! void ecp_nistz256_add(BN_ULONG %i0[8],const BN_ULONG %i1[8], 455 ! void ecp_nistz256_mul_by_2(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 489 ! void ecp_nistz256_mul_by_3(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 553 ! void ecp_nistz256_sub(BN_ULONG %i0[8],const BN_ULONG %i1[8], 573 ! void ecp_nistz256_neg(BN_ULONG %i0[8],const BN_ULONG %i1[8]); 667 ! void ecp_nistz256_div_by_ [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | huffyuvencdsp.asm | 33 ; void ff_diff_int16(uint8_t *dst, const uint8_t *src1, const uint8_t *src2,
|
H A D | fpel.asm | 38 ; void ff_put/avg_pixels(uint8_t *block, const uint8_t *pixels,
|
H A D | pixblockdsp.asm | 59 ; void ff_diff_pixels(int16_t *block, const uint8_t *s1, const uint8_t *s2,
|
H A D | h264_deblock.asm | 281 ; void ff_deblock_v_luma(uint8_t *pix, int stride, int alpha, int beta, 327 ; void ff_deblock_h_luma(uint8_t *pix, int stride, int alpha, int beta, 480 ; void ff_deblock_v8_luma(uint8_t *pix, int stride, int alpha, int beta, 529 ; void ff_deblock_h_luma(uint8_t *pix, int stride, int alpha, int beta, 728 ; void ff_deblock_v_luma_intra(uint8_t *pix, int stride, int alpha, int beta) 788 ; void ff_deblock_h_luma_intra(uint8_t *pix, int stride, int alpha, int beta) 1063 ; void ff_h264_loop_filter_strength(int16_t bs[2][4][4], uint8_t nnz[40],
|
H A D | mdct15.asm | 38 ;void ff_fft15_avx(FFTComplex *out, FFTComplex *in, FFTComplex *exptab, ptrdiff_t stride); 145 ;void ff_mdct15_postreindex(FFTComplex *out, FFTComplex *in, FFTComplex *exp, int *lut, ptrdiff_t len8);
|
H A D | hevc_sao_10bit.asm | 95 ;void ff_hevc_sao_band_filter_<width>_<depth>_<opt>(uint8_t *_dst, uint8_t *_src, ptrdiff_t _stride_dst, ptrdiff_t _stride_src, 224 ;void ff_hevc_sao_edge_filter_<width>_<depth>_<opt>(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val,
|
H A D | hevc_sao.asm | 122 ;void ff_hevc_sao_band_filter_<width>_8_<opt>(uint8_t *_dst, uint8_t *_src, ptrdiff_t _stride_dst, ptrdiff_t _stride_src, 252 ;void ff_hevc_sao_edge_filter_<width>_8_<opt>(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val,
|
H A D | vc1dsp_mc.asm | 91 ; void ff_vc1_put_ver_16b_shift2_mmx(int16_t *dst, const uint8_t *src, 149 ; void ff_vc1_*_hor_16b_shift2_mmx(uint8_t *dst, x86_reg stride,
|
H A D | h264_weight_10bit.asm | 39 ; void ff_h264_weight_16_10(uint8_t *dst, int stride, int height, 155 ; void ff_h264_biweight_16_10(uint8_t *dst, uint8_t *src, int stride,
|
H A D | h264_weight.asm | 31 ; void ff_h264_biweight_16_sse2(uint8_t *dst, uint8_t *src, int stride, 35 ; void ff_h264_weight_16_sse2(uint8_t *dst, int stride, int height,
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_maskedclamp.asm | 28 ; void ff_maskedclamp(const uint8_t *src, uint8_t *dst,
|
H A D | vf_nlmeans.asm | 40 ; void ff_compute_weights_line(const uint32_t *const iia,
|
H A D | af_afir.asm | 27 ; void ff_fcmul_add(float *sum, const float *t, const float *c, int len)
|
H A D | vf_transpose.asm | 28 ; void ff_transpose_8x8(uint8_t *src, ptrdiff_t src_linesize,
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_apply_reg_state.tex | 17 \Type{void~*}\Var{reg\_states\_data});\\
|
H A D | unw_flush_cache.tex | 15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{lo}, \Type{unw\_word\_t} \Var{hi});\\
|
/third_party/rust/crates/cxx/src/ |
H A D | lib.rs | 542 struct void(core::ffi::c_void); structure names
|
/third_party/python/Tools/scripts/ |
H A D | objgraph.py | 168 for opt, void in optlist:
|
/third_party/curl/scripts/ |
H A D | checksrc.pl | 822 if(($l =~ /(^.*(char|int|long|void|CURL|CURLM|CURLMsg|[cC]url_[A-Za-z_]+|struct [a-zA-Z_]+) *(\*+)) (\w+)/) && ($4 !~ /^(const|volatile)$/)) { 828 if(($l =~ /(^.*(char|int|long|void|curl_slist|CURL|CURLM|CURLMsg|curl_httppost|sockaddr_in|FILE)\*)/)) { 834 # check for 'void func() {', but avoid false positives by requiring
|