/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | callback.h | 28 template <typename R, typename A1, typename A2, typename A3, typename A4> 32 virtual R Run(A1 a1, A2 a2, A3 a3, A4 a4) = 0; 35 template <typename R, typename A1, typename A2, typename A3, typename A4> 36 class FunctionCallback4 : public ResultCallback4<R, A1, A2, A3, A4> { 38 typedef R (FunctionType)(A1, A2, A3, A4); 43 virtual R Run(A1 a1, A2 a2, A3 a3, A4 a4) { in Run() 52 typename A4> 53 class ConstMethodCallback4 : public ResultCallback4<R, A1, A2, A3, A4> { 55 typedef R (T::*MethodType)(A1, A2, A3, A4) const; 62 virtual R Run(A1 a1, A2 a2, A3 a3, A4 a [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 37 MV B0,A4 47 || ADD 1,A4,B6 54 [A1] STB A2,*A4++[2] 58 [A1] STB A2,*A4++[2] 62 [A1] STB A2,*A4++[2] 65 [A1] STB A2,*A4++[2] 68 STNDW A3:A2,*A4++ 73 || ADD 1,A4,B6 77 [A1] STB A2,*A4++[2] 81 [A1] STB A2,*A4 [all...] |
/third_party/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 37 MV B0,A4 47 || ADD 1,A4,B6 54 [A1] STB A2,*A4++[2] 58 [A1] STB A2,*A4++[2] 62 [A1] STB A2,*A4++[2] 65 [A1] STB A2,*A4++[2] 68 STNDW A3:A2,*A4++ 73 || ADD 1,A4,B6 77 [A1] STB A2,*A4++[2] 81 [A1] STB A2,*A4 [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | reachabilityChecks2.js | 5 module A4 { 16 var A4;
variable 17 (function (A4) {
20 })(A4 || (A4 = {}));
|
H A D | reachabilityChecks1.js | 29 module A4 { 105 var A4;
variable 106 (function (A4) {
116 })(A4 || (A4 = {}));
|
H A D | numericLiteralTypes1.js | 5 type A4 = 10e-1; 12 var a: A4 = 1;
|
H A D | numericLiteralTypes2.js | 5 type A4 = 10e-1; 12 var a: A4 = 1;
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-c64xplus.pl | 28 ($KEY,$LEN,$INP,$OUT)=("A4","B4","A6","B6"); 168 MVKL \$PCR_OFFSET(rc4_options,_rc4_options),A4 169 MVKH \$PCR_OFFSET(rc4_options,_rc4_options),A4 171 MVKL (rc4_options-_rc4_options),A4 172 MVKH (rc4_options-_rc4_options),A4 174 ADD B4,A4,A4
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-c64xplus.pl | 28 ($KEY,$LEN,$INP,$OUT)=("A4","B4","A6","B6"); 168 MVKL \$PCR_OFFSET(rc4_options,_rc4_options),A4 169 MVKH \$PCR_OFFSET(rc4_options,_rc4_options),A4 171 MVKL (rc4_options-_rc4_options),A4 172 MVKH (rc4_options-_rc4_options),A4 174 ADD B4,A4,A4
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-c64x.pl | 415 || MV A4,A2 416 || ADD 4,A4,B2 538 MV A2,A4 ; return original A4 565 STW A4,*SP[1] ; save A[][] 569 || ADD 4,A4,B4 571 LDW *A4++[2],A$A[0][0] ; load A[5][5] 573 LDW *A4++[2],A$A[0][1] 575 LDW *A4++[2],A$A[0][2] 577 LDW *A4 [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | keccak1600-c64x.pl | 415 || MV A4,A2 416 || ADD 4,A4,B2 538 MV A2,A4 ; return original A4 565 STW A4,*SP[1] ; save A[][] 569 || ADD 4,A4,B4 571 LDW *A4++[2],A$A[0][0] ; load A[5][5] 573 LDW *A4++[2],A$A[0][1] 575 LDW *A4++[2],A$A[0][2] 577 LDW *A4 [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vc1dsp_mmx.c | 143 * @param A4 Address of 4th tap 145 #define MSPEL_FILTER13_CORE(UNPACK, MOVQ, A1, A2, A3, A4) \ 160 MOVQ "*0+"A4", %%mm1 \n\t" \ 161 MOVQ "*4+"A4", %%mm2 \n\t" \ 179 * Here, offset=src_stride. Parameters passed A1 to A4 must use 183 * @see MSPEL_FILTER13_CORE for information on A1->A4 185 #define MSPEL_FILTER13_VER_16B(NAME, A1, A2, A3, A4) \ 199 MSPEL_FILTER13_CORE(DO_UNPACK, "movd 1", A1, A2, A3, A4) \ 216 "movd 8+"A4", %%mm1 \n\t" \ 237 * Here, offset=16 bits, so parameters passed A1 to A4 shoul [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | nr_last.rs | 17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0}; 53 a4: ArgReg<'_, A4>, in rustix_syscall5_nr_last() 61 a4: ArgReg<'_, A4>, in rustix_syscall6_nr_last() 71 a4: ArgReg<'_, A4>, in rustix_syscall7_nr_last() 126 a4: ArgReg<'_, A4>, 137 a4: ArgReg<'_, A4>, 150 a4: ArgReg<'_, A4>,
|
H A D | x86.rs | 17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0}; 54 a4: ArgReg<'_, A4>, in rustix_syscall5_nr_last_fastcall() 62 a4: ArgReg<'_, A4>, in rustix_syscall6_nr_last_fastcall() 116 a4: ArgReg<'_, A4>, 127 a4: ArgReg<'_, A4>, 190 a4: ArgReg<'_, A4>, in rustix_indirect_syscall5_nr_last_fastcall() 199 a4: ArgReg<'_, A4>, in rustix_indirect_syscall6_nr_last_fastcall() 269 a4: ArgReg<'_, A4>, 281 a4: ArgReg<'_, A4>,
|
/third_party/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 39 .asg A4,ARG0 45 .asg A4,RET 186 LMBD 1,A4,A1 ; leading zero bits in hi 191 ||[ A2] MVK -1,A4 ; return overflow 192 ||[!A2] MV A4,A3 ; reassign hi 193 [!A2] MV B4,A4 ; reassign lo, will be quotient 199 ||[!A2] SHL A4,1,A5:A4 ; lo<<1 201 ||[!A1] OR 1,A4,A4 [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | eaidct.c | 32 #define A4 669 /* cos(pi/8)*sqrt(2)<<9 */ macro 45 const int b0 = (((A4-A5)*a7 - A5*a3)>>9) + a1+a5; \ 46 const int b1 = (((A4-A5)*a7 - A5*a3)>>9) + ((ASQRT*(a1-a5))>>8); \
|
H A D | faandct.c | 52 #define A4 1.30656296487637652774 // cos(pi*2/16)sqrt(2) macro 100 z4= tmp6*(A4-A5) + tmp4*A5; in row_fdct() 154 z4= tmp6*(A4-A5) + tmp4*A5; in ff_faandct()
|
H A D | faanidct.c | 36 #define A4 0.70710678118654752438 // cos(pi*4/16) macro 65 od25= (s17 - s53)*(2*A4); in p8idct() 76 d26*= 2*A4; in p8idct()
|
H A D | binkdsp.c | 34 #define A4 -5352 macro 49 const int b2 = MUL(A4, a5) - b0 + b1; \
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | xvid_idct_mmi.c | 97 #define DCT_8_INV_ROW_MMI(A1,A2,A3,A4) \ 115 "ldc1 $f18, "#A4" \n\t" \
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | reg.rs | 55 pub(super) struct A4(()); 67 impl ArgNumber for A4 {} 251 impl Sealed for super::A4 {}
|
H A D | vdso_wrappers.rs | 14 use super::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0}; 88 use super::{transmute, ArgReg, Relaxed, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0}; 173 a4: ArgReg<'a, A4>, 189 a4: ArgReg<'a, A4>,
|
/third_party/optimized-routines/math/ |
H A D | v_log.c | 28 #define A4 v_f64 (Poly[4]) macro 91 /* y = r2*(A0 + r*A1 + r2*(A2 + r*A3 + r2*A4)) + hi. */ in log() 95 y = v_fma_f64 (A4, r2, y); in log()
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 810 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31)); 901 mov $A4,@K[0] 950 my @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0); 969 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1); 1064 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0); 1081 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1); 1112 add $A4,$A4,@K[0] 1213 eor $A4,$A4, [all...] |
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 814 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31)); 906 mov $A4,@K[0] 955 my @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0); 974 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1); 1069 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0); 1086 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1); 1117 add $A4,$A4,@K[0] 1218 eor $A4,$A4, [all...] |