/third_party/node/deps/openssl/openssl/crypto/cast/ |
D | c_skey.c | 30 #define S7 CAST_S_table7 macro 60 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]]; in CAST_set_key() 62 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in CAST_set_key() 64 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key() 66 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in CAST_set_key() 69 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in CAST_set_key() 70 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in CAST_set_key() 71 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]]; in CAST_set_key() 72 K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[z[0]] ^ S7[z[12]]; in CAST_set_key() 74 l = Z[2] ^ S4[z[5]] ^ S5[z[7]] ^ S6[z[4]] ^ S7[z[6]] ^ S6[z[0]]; in CAST_set_key() [all …]
|
/third_party/openssl/crypto/cast/ |
D | c_skey.c | 30 #define S7 CAST_S_table7 macro 60 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]]; in CAST_set_key() 62 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in CAST_set_key() 64 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key() 66 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in CAST_set_key() 69 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in CAST_set_key() 70 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in CAST_set_key() 71 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]]; in CAST_set_key() 72 K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[z[0]] ^ S7[z[12]]; in CAST_set_key() 74 l = Z[2] ^ S4[z[5]] ^ S5[z[7]] ^ S6[z[4]] ^ S7[z[6]] ^ S6[z[0]]; in CAST_set_key() [all …]
|
/third_party/ffmpeg/libavutil/ |
D | cast5.c | 56 … z[0] = x[0] ^ S5[IB(x[3])] ^ S6[ID(x[3])] ^ S7[IA(x[3])] ^ S8[IC(x[3])] ^ S7[IA(x[2])]; \ 57 … z[1] = x[2] ^ S5[IA(z[0])] ^ S6[IC(z[0])] ^ S7[IB(z[0])] ^ S8[ID(z[0])] ^ S8[IC(x[2])]; \ 58 … z[2] = x[3] ^ S5[ID(z[1])] ^ S6[IC(z[1])] ^ S7[IB(z[1])] ^ S8[IA(z[1])] ^ S5[IB(x[2])]; \ 59 … z[3] = x[1] ^ S5[IC(z[2])] ^ S6[IB(z[2])] ^ S7[ID(z[2])] ^ S8[IA(z[2])] ^ S6[ID(x[2])]; \ 64 … x[0] = z[2] ^ S5[IB(z[1])] ^ S6[ID(z[1])] ^ S7[IA(z[1])] ^ S8[IC(z[1])] ^ S7[IA(z[0])]; \ 65 … x[1] = z[0] ^ S5[IA(x[0])] ^ S6[IC(x[0])] ^ S7[IB(x[0])] ^ S8[ID(x[0])] ^ S8[IC(z[0])]; \ 66 … x[2] = z[1] ^ S5[ID(x[1])] ^ S6[IC(x[1])] ^ S7[IB(x[1])] ^ S8[IA(x[1])] ^ S5[IB(z[0])]; \ 67 … x[3] = z[3] ^ S5[IC(x[2])] ^ S6[IB(x[2])] ^ S7[ID(x[2])] ^ S8[IA(x[2])] ^ S6[ID(z[0])]; \ 289 static const uint32_t S7[256] = { variable 363 K[1] = S5[IA(z[2])] ^ S6[IB(z[2])] ^ S7[ID(z[1])] ^ S8[IC(z[1])] ^ S5[IC(z[0])]; in generate_round_keys() [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __sinl.c | 36 S7 = -7.6429779983024564e-13, /* -0x1ae42ebd1b2e00.0p-93 */ variable 38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))))) 56 S7 = -0.76471637318198151807063387954939213287488216303768e-12L, variable 63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
|
/third_party/musl/src/math/ |
D | __sinl.c | 36 S7 = -7.6429779983024564e-13, /* -0x1ae42ebd1b2e00.0p-93 */ variable 38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))))) 56 S7 = -0.76471637318198151807063387954939213287488216303768e-12L, variable 63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
|
/third_party/FreeBSD/lib/msun/src/ |
D | e_sinhl.c | 51 S7 = 1.9841269841270074e-4, /* 0x1a01a01a01a070.0p-65 */ variable 65 S7 = 1.98412698412698412698412697391263199e-4L, /* 0x1a01a01a01a01a01a01a0176aad11.0p-125L */ variable 114 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x); in sinhl() 119 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
|
/third_party/mbedtls/tests/data_files/ |
D | Readme-x509.txt | 85 -badsign.crt: S7 with corrupted signature + I1 86 -expired.crt: S7 with "not after" date in the past + I1 87 -future.crt: S7 with "not before" date in the future + I1 88 _int-ca-exp.crt: S7 + expired I1 89 _int-ca.crt: S7 + I1 90 _int-ca_ca2.crt: S7 + I1 + 2 91 _all_space.crt: S7 + I1 both with misplaced spaces (invalid PEM) 92 _pem_space.crt: S7 with misplaced space (invalid PEM) + I1 93 _trailing_space.crt: S7 + I1 both with trailing space (valid PEM) 94 _spurious_int-ca.crt: S7 + I2(spurious) + I1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 121 StringLiteral S6, StringLiteral S7, T Value) { in Cases() argument 122 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value); in Cases() 127 StringLiteral S6, StringLiteral S7, StringLiteral S8, in Cases() argument 129 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value); in Cases() 134 StringLiteral S6, StringLiteral S7, StringLiteral S8, in Cases() argument 136 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringSwitch.h | 161 const char (&S6)[N6], const char (&S7)[N7], in Cases() 163 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value); in Cases() 172 const char (&S6)[N6], const char (&S7)[N7], in Cases() 174 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value); in Cases() 183 const char (&S6)[N6], const char (&S7)[N7], in Cases() 186 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
|
/third_party/skia/resources/sksl/errors/ |
D | StructTooDeeplyNested.sksl | 7 struct S7 { S6 x; }; 8 struct S8 { S7 x; };
|
/third_party/FreeBSD/lib/msun/ld128/ |
D | k_sinl.c | 39 S7 = -0.76471637318198151807063387954939213287488216303768e-12L, variable 55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ in __kernel_sinl()
|
/third_party/skia/tests/sksl/shared/ |
D | StructMaxDepth.glsl | 20 struct S7 { 24 S7 x;
|
D | StructMaxDepth.metal | 22 struct S7 { 26 S7 x;
|
/third_party/skia/resources/sksl/shared/ |
D | StructMaxDepth.sksl | 7 struct S7 { S6 x; }; 8 struct S8 { S7 x; };
|
/third_party/libsnd/src/GSM610/ |
D | long_term.c | 350 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Cut_Calculation_of_the_LTP_parameters() local 356 E = W * b ; S7 += E ; \ in Cut_Calculation_of_the_LTP_parameters() 406 if (S7 > L_max) { L_max = S7 ; Nc = lambda + 7 ; } in Cut_Calculation_of_the_LTP_parameters() 520 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Calculation_of_the_LTP_parameters() local 526 E = W * b ; S7 += E ; \ in Calculation_of_the_LTP_parameters() 576 if (S7 > L_max) { L_max = S7 ; Nc = lambda + 7 ; } in Calculation_of_the_LTP_parameters() 735 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Fast_Calculation_of_the_LTP_parameters() local 741 E = W * b ; S7 += E ; \ in Fast_Calculation_of_the_LTP_parameters() 782 if (S7 > L_max) { L_max = S7 ; Nc = lambda + 7 ; } in Fast_Calculation_of_the_LTP_parameters()
|
/third_party/typescript/tests/baselines/reference/ |
D | parserS7.6.1.1_A1.10.symbols | 9 * @path ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.10.js
|
D | scannerS7.8.3_A6.1_T1.symbols | 9 * @path ch07/7.8/7.8.3/S7.8.3_A6.1_T1.js
|
D | scannerS7.8.3_A6.1_T1.types | 8 * @path ch07/7.8/7.8.3/S7.8.3_A6.1_T1.js
|
D | parserS7.6.1.1_A1.10.types | 9 * @path ch07/7.6/7.6.1/7.6.1.1/S7.6.1.1_A1.10.js
|
D | scannerS7.8.4_A7.1_T4.symbols | 9 * @path ch07/7.8/7.8.4/S7.8.4_A7.1_T4.js
|
D | scannerS7.4_A2_T2.symbols | 9 * @path ch07/7.4/S7.4_A2_T2.js
|
D | scannerS7.4_A2_T2.types | 9 * @path ch07/7.4/S7.4_A2_T2.js
|
D | scannerS7.8.4_A7.1_T4.types | 8 * @path ch07/7.8/7.8.4/S7.8.4_A7.1_T4.js
|
D | scannerS7.4_A2_T2.errors.txt | 11 * @path ch07/7.4/S7.4_A2_T2.js
|
D | scannerS7.8.4_A7.1_T4.errors.txt | 11 * @path ch07/7.8/7.8.4/S7.8.4_A7.1_T4.js
|