/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctflt-3dn.asm | 47 ; GLOBAL(void) 48 ; jsimd_idct_float_3dnow(void *dct_table, JCOEFPTR coef_block, 52 %define dct_table(b) (b) + 8 ; void *dct_table
|
H A D | jidctflt-sse.asm | 57 ; GLOBAL(void) 58 ; jsimd_idct_float_sse(void *dct_table, JCOEFPTR coef_block, 62 %define dct_table(b) (b) + 8 ; void *dct_table
|
H A D | jidctflt-sse2.asm | 57 ; GLOBAL(void) 58 ; jsimd_idct_float_sse2(void *dct_table, JCOEFPTR coef_block, 62 %define dct_table(b) (b) + 8 ; void *dct_table
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctflt-sse2.asm | 58 ; GLOBAL(void) 59 ; jsimd_idct_float_sse2(void *dct_table, JCOEFPTR coef_block, 63 ; r10 = void *dct_table
|
H A D | jdsample-avx2.asm | 48 ; GLOBAL(void) 199 ; GLOBAL(void) 513 ; GLOBAL(void) 602 ; GLOBAL(void)
|
H A D | jdsample-sse2.asm | 47 ; GLOBAL(void) 186 ; GLOBAL(void) 486 ; GLOBAL(void) 573 ; GLOBAL(void)
|
H A D | jidctint-avx2.asm | 271 ; GLOBAL(void) 272 ; jsimd_idct_islow_avx2(void *dct_table, JCOEFPTR coef_block,
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 563 <proto>void <name>glBeginConditionalRenderNV</name></proto> 575 void glBeginConditionalRenderNV(GLuint id, GLenum mode); 637 typedef void (APIENTRYP PFNGLENDTRANSFORMFEEDBACKPROC) (void); 639 GLAPI void APIENTRY glEndTransformFeedback (void); 723 typedef GLenum (APIENTRYP PFNGLGETGRAPHICSRESETSTATUSARBPROC) (void); 725 GLAPI GLenum APIENTRY glGetGraphicsResetStatusARB (void);
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp.asm | 159 ; void ff_put_vp8_epel<size>_h<htap>v<vtap>_<opt>(uint8_t *dst, ptrdiff_t deststride, 857 ; void ff_vp8_idct_dc_add_<opt>(uint8_t *dst, int16_t block[16], ptrdiff_t stride); 926 ; void ff_vp8_idct_dc_add4y_<opt>(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride); 961 ; void ff_vp8_idct_dc_add4uv_<opt>(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride); 1003 ; void ff_vp8_idct_add_<opt>(uint8_t *dst, int16_t block[16], ptrdiff_t stride); 1067 ; void ff_vp8_luma_dc_wht(int16_t block[4][4][16], int16_t dc[16])
|
H A D | bswapdsp.asm | 102 ; void ff_bswap_buf(uint32_t *dst, const uint32_t *src, int w);
|
H A D | hevc_mc.asm | 713 ; void put_hevc_mc_pixels(int16_t *dst, ptrdiff_t dststride, 767 ; void put_hevc_epel_hX(int16_t *dst, ptrdiff_t dststride, 822 ; void put_hevc_epel_v(int16_t *dst, ptrdiff_t dststride, 879 ; void put_hevc_epel_hv(int16_t *dst, ptrdiff_t dststride, 1090 ; void put_hevc_qpel_hX_X_X(int16_t *dst, ptrdiff_t dststride, 1146 ; void put_hevc_qpel_vX_X_X(int16_t *dst, ptrdiff_t dststride, 1208 ; void put_hevc_qpel_hvX_X(int16_t *dst, ptrdiff_t dststride,
|
H A D | dct32.asm | 194 ; void ff_dct32_float_avx(FFTSample *out, const FFTSample *in) 390 ; void ff_dct32_float(FFTSample *out, const FFTSample *in)
|
H A D | rv40dsp.asm | 79 ; void ff_[put|rv40]_rv40_qpel_[h|v]_<opt>(uint8_t *dst, int deststride, 426 ; void ff_rv40_weight_func_%1(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w1, int w2, int stride)
|
H A D | vp6dsp.asm | 117 ; void ff_vp6_filter_diag4_<opt>(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
|
H A D | ac3dsp_downmix.asm | 33 ; void ff_ac3_downmix_*(float **samples, float **matrix, int len);
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | scale_avx2.asm | 35 ; void hscale8to15_<filterSize>_<opt>
|
H A D | yuv2yuvX.asm | 30 ; void ff_yuv2yuvX_<opt>(const int16_t *filter, int filterSize,
|
/third_party/node/deps/v8/tools/torque/vim-torque/syntax/ |
H A D | torque.vim | 46 syn keyword torqueType Arguments void never
|
/third_party/lzma/Asm/x86/ |
H A D | LzFindOpt.asm | 458 ; *(UInt64 *)(void *)ptr = ((const UInt64 *)(const void *)ptr)[diff];
|
H A D | XzCrc64Opt.asm | 117 ; void * data
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 242 // void sha1_block_data_order(SHA_CTX *c,const void *p,size_t num);
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 242 // void sha1_block_data_order(SHA_CTX *c,const void *p,size_t num);
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_convolution.asm | 28 ; void filter_3x3_sse4(uint8_t *dst, int width,
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info_by_ip.tex | 15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 642 <proto>void <name>glBeginConditionalRenderNV</name></proto> 654 void glBeginConditionalRenderNV(GLuint id, GLenum mode); 716 typedef void (APIENTRYP PFNGLENDTRANSFORMFEEDBACKPROC) (void); 718 GLAPI void APIENTRY glEndTransformFeedback (void); 802 typedef GLenum (APIENTRYP PFNGLGETGRAPHICSRESETSTATUSARBPROC) (void); 804 GLAPI GLenum APIENTRY glGetGraphicsResetStatusARB (void);
|