/third_party/ffmpeg/libavcodec/ |
H A D | mdct_template.c | 103 int k, n8, n4, n2, n, j; in ff_imdct_half_c() local 113 n8 = n >> 3; in ff_imdct_half_c() 127 for(k = 0; k < n8; k++) { in ff_imdct_half_c() 129 CMUL(r0, i1, z[n8-k-1].im, z[n8-k-1].re, tsin[n8-k-1], tcos[n8-k-1]); in ff_imdct_half_c() 130 CMUL(r1, i0, z[n8+k ].im, z[n8+k ].re, tsin[n8 in ff_imdct_half_c() 165 int i, j, n, n8, n4, n2, n3; ff_mdct_calc_c() local [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | pngshim.c | 104 v82 n8 = { 8, 8, 8, 8, 8, 8, 8, 8 }; in premultiply_data() local 113 s1 = s >> n8; /* G A G A G A G A */ in premultiply_data() 123 s0 = ( s0 + ( s0 >> n8 ) ) >> n8; in premultiply_data() 124 s1 = ( s1 + ( s1 >> n8 ) ) >> n8; in premultiply_data() 126 s = s0 | ( s1 << n8 ); in premultiply_data()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | fft_mips.c | 327 int k, n8, n4, n2, n, j; in ff_imdct_half_mips() local 343 n8 = n >> 3; in ff_imdct_half_mips() 405 /* n8 = 32 or 64 */ in ff_imdct_half_mips() 406 for(k = 0; k < n8; k += 2) { in ff_imdct_half_mips() 407 tcos1 = &tcos[n8 - k - 2]; in ff_imdct_half_mips() 408 tsin1 = &tsin[n8 - k - 2]; in ff_imdct_half_mips() 409 tcos2 = &tcos[n8 + k]; in ff_imdct_half_mips() 410 tsin2 = &tsin[n8 + k]; in ff_imdct_half_mips() 411 z1 = &z[n8 - k - 2]; in ff_imdct_half_mips() 412 z2 = &z[n8 in ff_imdct_half_mips() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mdct_vfp.S | 122 .set trig_lo_head, n8 - k - 2 123 .set trig_hi_head, n8 + k 126 .set trig_lo_tail, n8 - (k - 2) - 2 127 .set trig_hi_tail, n8 + (k - 2) 243 .set n8, n/8 256 .rept n8/2 268 .rept n8/2 - 1
|
H A D | mdct_neon.S | 78 lsr lr, r12, #3 @ n8 = n >> 3 257 lsr lr, r12, #3 @ n8 = n >> 3
|
/third_party/vixl/src/aarch64/ |
H A D | pointer-auth-aarch64.cc | 95 uint64_t n8 = GetNibble(in_data, 4 * (i + 8)); in BigShuffle() local 99 uint64_t t0 = RotNibble(n8, 2) ^ RotNibble(n4, 1) ^ RotNibble(n0, 1); in BigShuffle() 101 uint64_t t2 = RotNibble(n12, 2) ^ RotNibble(n8, 1) ^ RotNibble(n0, 1); in BigShuffle() 102 uint64_t t3 = RotNibble(n12, 1) ^ RotNibble(n8, 1) ^ RotNibble(n4, 2); in BigShuffle()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 375 n1=r24; n2=r25; n3=r26; n4=r27; n5=r28; n6=r29; n7=r30; n8=r31; 570 { .mfi; (p17) getf.sig n8=nhi[8] // 12: 612 (p41) add a8=a8,n8 } // (p17) a8+=n8 613 { .mfi; (p43) add a8=a8,n8,1 621 (p41) cmp.ltu p42,p40=a8,n8 } 622 { .mfi; (p43) cmp.leu p42,p40=a8,n8 724 { .mii; (p17) getf.sig n8=nhi[8] // 12: 753 (p41) add a8=a8,n8 // (p17) a8+=n8 [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 375 n1=r24; n2=r25; n3=r26; n4=r27; n5=r28; n6=r29; n7=r30; n8=r31; 570 { .mfi; (p17) getf.sig n8=nhi[8] // 12: 612 (p41) add a8=a8,n8 } // (p17) a8+=n8 613 { .mfi; (p43) add a8=a8,n8,1 621 (p41) cmp.ltu p42,p40=a8,n8 } 622 { .mfi; (p43) cmp.leu p42,p40=a8,n8 724 { .mii; (p17) getf.sig n8=nhi[8] // 12: 753 (p41) add a8=a8,n8 // (p17) a8+=n8 [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_init.c | 52 int n8 = n >> 3; in imdct_half_altivec() local 56 const vec_f *tcos = (const vec_f*)(s->tcos+n8); in imdct_half_altivec() 57 const vec_f *tsin = (const vec_f*)(s->tsin+n8); in imdct_half_altivec()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | logicalAndOperatorStrictMode.js | 72 const n8 = n && z; 147 var n8 = n && z;
variable
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | fft.asm | 650 %macro PREROTATER 5 ;-2*k, 2*k, input+n4, tcos+n8, tsin+n8 682 %macro POSROTATESHUF 5 ;j, k, z+n8, tcos+n8, tsin+n8
|
/third_party/ffmpeg/tests/checkasm/x86/ |
H A D | checkasm.asm | 45 n8: dq 0x75b6ba21077c48ad define
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 5006 unsigned int n8 = 0; in add_to_class_internal() local 5028 if (rc > 0) n8 += add_list_to_class_internal(classbits, uchardptr, options, cb, in add_to_class_internal() 5045 else n8 += add_to_class_internal(classbits, uchardptr, options, cb, oc, od); in add_to_class_internal() 5056 n8++; in add_to_class_internal() 5067 if (start > cb->class_range_start && end < cb->class_range_end) return n8; in add_to_class_internal() 5075 n8++; in add_to_class_internal() 5127 return n8; /* Number of 8-bit characters */ in add_to_class_internal() 5159 unsigned int n8 = 0; in add_list_to_class_internal() local 5166 n8 += add_to_class_internal(classbits, uchardptr, options, cb, p[0], p[n]); in add_list_to_class_internal() 5170 return n8; in add_list_to_class_internal() 5233 unsigned int n8 = 0; add_list_to_class() local 5274 unsigned int n8 = 0; add_not_list_to_class() local [all...] |