Home
last modified time | relevance | path

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

12

/external/dropbear/libtomcrypt/src/ciphers/
Dcast5.c213 static const ulong32 S5[256] = { variable
443 … z[3] = x[3] ^ S5[GB(x, 0xD)] ^ S6[GB(x, 0xF)] ^ S7[GB(x, 0xC)] ^ S8[GB(x, 0xE)] ^ S7[GB(x, 0x8)]; in _cast5_setup()
444 … z[2] = x[1] ^ S5[GB(z, 0x0)] ^ S6[GB(z, 0x2)] ^ S7[GB(z, 0x1)] ^ S8[GB(z, 0x3)] ^ S8[GB(x, 0xA)]; in _cast5_setup()
445 … z[1] = x[0] ^ S5[GB(z, 0x7)] ^ S6[GB(z, 0x6)] ^ S7[GB(z, 0x5)] ^ S8[GB(z, 0x4)] ^ S5[GB(x, 0x9)]; in _cast5_setup()
446 … z[0] = x[2] ^ S5[GB(z, 0xA)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0xb)] ^ S8[GB(z, 0x8)] ^ S6[GB(x, 0xB)]; in _cast5_setup()
447 …skey->cast5.K[i++] = S5[GB(z, 0x8)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0x7)] ^ S8[GB(z, 0x6)] ^ S5[GB(z, … in _cast5_setup()
448 …skey->cast5.K[i++] = S5[GB(z, 0xA)] ^ S6[GB(z, 0xB)] ^ S7[GB(z, 0x5)] ^ S8[GB(z, 0x4)] ^ S6[GB(z, … in _cast5_setup()
449 …skey->cast5.K[i++] = S5[GB(z, 0xC)] ^ S6[GB(z, 0xd)] ^ S7[GB(z, 0x3)] ^ S8[GB(z, 0x2)] ^ S7[GB(z, … in _cast5_setup()
450 …skey->cast5.K[i++] = S5[GB(z, 0xE)] ^ S6[GB(z, 0xF)] ^ S7[GB(z, 0x1)] ^ S8[GB(z, 0x0)] ^ S8[GB(z, … in _cast5_setup()
452 … x[3] = z[1] ^ S5[GB(z, 0x5)] ^ S6[GB(z, 0x7)] ^ S7[GB(z, 0x4)] ^ S8[GB(z, 0x6)] ^ S7[GB(z, 0x0)]; in _cast5_setup()
[all …]
/external/clang/test/SemaCXX/
Dtype-definition-in-specifier.cpp8 struct S5;
23 struct S5 { int x; } f1() { return S5(); } // expected-error{{result type}} argument
Dempty-class-layout.cpp57 struct S5 : S3, Empty {}; struct
58 SA(9, sizeof(S5) == 2);
60 struct S6 : S5 { };
Delaborated-type-specifier.cpp41 int test_funcparam_scope(struct S5 * s5) { in test_funcparam_scope()
42 struct S5 { int y; } *s5_2 = 0; in test_funcparam_scope() argument
Ddcl_ambig_res.cpp68 struct S5 { struct
72 …int v(int(S5::value)); // expected-warning{{disambiguated as a function declaration}} expected-not… in foo8() argument
/external/srtp/crypto/hash/
Dsha1.c57 #define S5(X) ((X << 5) | (X >> 27)) macro
160 TEMP = S5(A) + f0(B,C,D) + E + W[t] + SHA_K0; in sha1_core()
164 TEMP = S5(A) + f1(B,C,D) + E + W[t] + SHA_K1; in sha1_core()
168 TEMP = S5(A) + f2(B,C,D) + E + W[t] + SHA_K2; in sha1_core()
172 TEMP = S5(A) + f3(B,C,D) + E + W[t] + SHA_K3; in sha1_core()
315 TEMP = S5(A) + f0(B,C,D) + E + W[t] + SHA_K0; in sha1_final()
319 TEMP = S5(A) + f1(B,C,D) + E + W[t] + SHA_K1; in sha1_final()
323 TEMP = S5(A) + f2(B,C,D) + E + W[t] + SHA_K2; in sha1_final()
327 TEMP = S5(A) + f3(B,C,D) + E + W[t] + SHA_K3; in sha1_final()
368 TEMP = S5(A) + f0(B,C,D) + E + W[t] + SHA_K0; in sha1_final()
[all …]
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp51 struct S5 { struct
52 constexpr S5();
55 constexpr S5::S5() = default; argument
56 static_assert(S5().m == 4, "");
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c371 b[ 0] = S5[temp[0][0]]; in rijndaelDecrypt()
372 b[ 1] = S5[temp[3][1]]; in rijndaelDecrypt()
373 b[ 2] = S5[temp[2][2]]; in rijndaelDecrypt()
374 b[ 3] = S5[temp[1][3]]; in rijndaelDecrypt()
375 b[ 4] = S5[temp[1][0]]; in rijndaelDecrypt()
376 b[ 5] = S5[temp[0][1]]; in rijndaelDecrypt()
377 b[ 6] = S5[temp[3][2]]; in rijndaelDecrypt()
378 b[ 7] = S5[temp[2][3]]; in rijndaelDecrypt()
379 b[ 8] = S5[temp[2][0]]; in rijndaelDecrypt()
380 b[ 9] = S5[temp[1][1]]; in rijndaelDecrypt()
[all …]
/external/fdlibm/
Dk_sin.c54 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ variable
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/external/clang/test/CodeGenCXX/
Dwarn-padded-packed.cpp24 struct S5 { struct
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
Dmangle.cpp116 template<int I> struct S5 { }; struct
118 template<int I> void ft4(S5<I>) { } in ft4()
121 ft4(S5<10>()); in g2()
124 ft4(S5<20>()); in g2()
/external/llvm/unittests/Support/
DAlignOfTest.cpp55 struct S5 { A1 a1; A2 a2; A4 a4; A8 a8; }; argument
103 [AlignOf<S5>::Alignment > 0]
155 EXPECT_LE(alignOf<S1>(), alignOf<S5>()); in TEST()
237 EXPECT_EQ(alignOf<S5>(), alignOf<AlignedCharArrayUnion<S5> >()); in TEST()
292 EXPECT_EQ(sizeof(S5), sizeof(AlignedCharArrayUnion<S5>)); in TEST()
/external/libgsm/src/
Dlong_term.c367 S5 = 0, S6 = 0, S7 = 0, S8 = 0; variable
375 E = W * d; S5 += E; \
412 if (S5 > L_max) { L_max = S5; Nc = lambda + 5; }
533 S5 = 0, S6 = 0, S7 = 0, S8 = 0; variable
541 E = W * d; S5 += E; \
578 if (S5 > L_max) { L_max = S5; Nc = lambda + 5; }
747 S5 = 0, S6 = 0, S7 = 0, S8 = 0; variable
755 E = W * d; S5 += E; \
792 if (S5 > L_max) { L_max = S5; Nc = lambda + 5; }
/external/clang/test/PCH/
Dcxx-templates.h139 struct S5 {
140 S5(int x);
144 S5 s;
/external/llvm/test/CodeGen/X86/
D2008-09-18-inline-asm-2.ll25 ; CHECK: 5%e[[S5:.]]x
27 ; CHECK-NOT: %[[S5]]
/external/llvm/lib/Target/ARM/
DARMCallingConv.td65 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
77 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
172 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
184 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
/external/clang/test/ASTMerge/Inputs/
Dstruct2.c27 struct S5 { int i : 8; unsigned j : 8; } x5; argument
Dstruct1.c30 struct S5 { int i : 8; unsigned j : 8; } x5; argument
/external/clang/test/CXX/class/class.mem/
Dp1.cpp47 struct S5 struct
/external/clang/test/Sema/
Dtype-spec-struct-union.c37 void f(struct S5 { int y; } s5); // expected-warning{{declaration of 'struct S5' will not be visibl…
/external/clang/test/CodeGenObjCXX/
Dblock-var-layout.mm94 struct S5 {
117 struct S5 s2;
/external/clang/test/CodeGenObjC/
Dblock-var-layout.m104 struct S5 {
127 struct S5 s2;
/external/llvm/test/TableGen/
DMultiClassInherit.td29 def S5 : C1<bs1, "moo"> {
/external/clang/test/Parser/
DMicrosoftExtensions.c92 struct __declspec(deprecated frobble "testing") S5 {}; /* expected-warning {{unknown __declspec at… struct
Dcxx0x-ambig.cpp59 struct S5 { struct

12