Home
last modified time | relevance | path

Searched refs:S5 (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/cast/
Dc_skey.c28 #define S5 CAST_S_table5 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/
Dc_skey.c28 #define S5 CAST_S_table5 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/
Dcast5.c56 … 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])]; \
219 static const uint32_t S5[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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringSwitch.h108 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument
110 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases()
114 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument
116 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value); in Cases()
120 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument
122 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value); in Cases()
126 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument
129 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value); in Cases()
133 StringLiteral S3, StringLiteral S4, StringLiteral S5, 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/
DStringSwitch.h140 const char (&S4)[N4], const char (&S5)[N5], in Cases()
142 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases()
150 const char (&S4)[N4], const char (&S5)[N5], in Cases()
152 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value); in Cases()
160 const char (&S4)[N4], const char (&S5)[N5], in Cases()
163 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value); in Cases()
171 const char (&S4)[N4], const char (&S5)[N5], in Cases()
174 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value); in Cases()
182 const char (&S4)[N4], const char (&S5)[N5], in Cases()
186 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__sinl.c34 S5 = -0.000000025052108218074604, /* -0x1ae64564f16cad.0p-78 */ variable
38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8))))))
54 S5 = -0.25052108385441718775048214826384312253862930064745e-7L, variable
63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
D__sin.c49 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ variable
58 r = S2 + z*(S3 + z*S4) + z*w*(S5 + z*S6); in __sin()
/third_party/musl/src/math/
D__sinl.c34 S5 = -0.000000025052108218074604, /* -0x1ae64564f16cad.0p-78 */ variable
38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8))))))
54 S5 = -0.25052108385441718775048214826384312253862930064745e-7L, variable
63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
D__sin.c49 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ variable
58 r = S2 + z*(S3 + z*S4) + z*w*(S5 + z*S6); in __sin()
/third_party/FreeBSD/lib/msun/src/
De_sinhl.c50 S5 = 8.3333333333333332e-3, /* 0x11111111111111.0p-59 */ variable
64 S5 = 8.33333333333333333333333333337643193e-3L, /* 0x111111111111111111111111180f5.0p-119L */ variable
114 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x); in sinhl()
120 S5)* (x2*x*x2) + in sinhl()
/third_party/skia/resources/sksl/errors/
DStructTooDeeplyNested.sksl5 struct S5 { S4 x; };
6 struct S6 { S5 x; };
/third_party/FreeBSD/lib/msun/ld128/
Dk_sinl.c37 S5 = -0.25052108385441718775048214826384312253862930064745e-7L, 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/
DStructMaxDepth.glsl14 struct S5 {
18 S5 x;
DStructMaxDepth.metal16 struct S5 {
20 S5 x;
/third_party/skia/resources/sksl/shared/
DStructMaxDepth.sksl5 struct S5 { S4 x; };
6 struct S6 { S5 x; };
/third_party/libsnd/src/GSM610/
Dlong_term.c350 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Cut_Calculation_of_the_LTP_parameters() local
358 E = W * d ; S5 += E ; \ in Cut_Calculation_of_the_LTP_parameters()
404 if (S5 > L_max) { L_max = S5 ; Nc = lambda + 5 ; } in Cut_Calculation_of_the_LTP_parameters()
520 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Calculation_of_the_LTP_parameters() local
528 E = W * d ; S5 += E ; \ in Calculation_of_the_LTP_parameters()
574 if (S5 > L_max) { L_max = S5 ; Nc = lambda + 5 ; } in Calculation_of_the_LTP_parameters()
735 S5 = 0, S6 = 0, S7 = 0, S8 = 0 ; in Fast_Calculation_of_the_LTP_parameters() local
743 E = W * d ; S5 += E ; \ in Fast_Calculation_of_the_LTP_parameters()
780 if (S5 > L_max) { L_max = S5 ; Nc = lambda + 5 ; } in Fast_Calculation_of_the_LTP_parameters()
/third_party/mbedtls/tests/data_files/
DReadme-x509.txt76 -badsign.crt: S5 with corrupted signature
77 -expired.crt: S5 with "not after" date in the past
78 -future.crt: S5 with "not before" date in the future
79 -selfsigned.crt: Self-signed cert with S5 key
80 -ss-expired.crt: Self-signed cert with S5 key, expired
81 -ss-forgeca.crt: Copy of test-int-ca3 self-signed with S5 key
/third_party/libwebsockets/lib/secure-streams/
DCMakeLists.txt103 macro(create_ss_plugin NAME S2 S3 S4 S5 S6)
121 if ("${S5}" STREQUAL "")
123 list(APPEND SSP_SRCS plugins/${NAME}/${S5})
/third_party/libwebsockets/test-apps/
DCMakeLists.txt34 macro(create_test_app TEST_NAME MAIN_SRC S2 S3 S4 S5 S6)
50 if ("${S5}" STREQUAL "")
52 list(APPEND TEST_SRCS ${S5})
/third_party/jerryscript/jerry-libm/
Dtrig.c637 #define S5 -2.50507602534068634195e-08 /* 0xBE5AE5E6, 0x8A2B9CEB */ macro
656 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * S6))); in __kernel_sin()
1079 #undef S5
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallingConv.td79 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
99 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
225 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
244 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsRegisterInfo.td108 def S5 : MipsGPRReg< 21, "21">, DwarfRegNum<[21]>;
142 def S5_64 : Mips64GPRReg< 21, "21", [S5]>, DwarfRegNum<[21]>;
290 S0, S1, S2, S3, S4, S5, S6, S7,
310 S0, S1, S2, S3, S4, S5, S6, S7,
350 S5, S6)>;
DMicroMipsSizeReduction.cpp382 Mips::T7, Mips::S0, Mips::S1, Mips::S2, Mips::S3, Mips::S4, Mips::S5, in ConsecutiveRegisters()
588 Reg == Mips::A3 || Reg == Mips::S5 || Reg == Mips::S6) in IsMovepDestinationReg()
598 if ((R0 == Mips::A0 && R1 == Mips::S5) || in IsMovepDestinationRegPair()
/third_party/glslang/Test/
D440.vert136 struct S5 {
144 S5 s; // 20
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallingConvention.cpp30 AArch64::S3, AArch64::S4, AArch64::S5,

1234