Searched defs:S8 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dwarn-padded-packed.cpp45 struct S8 : B { struct in inherits:B
46 int i; // expected-warning {{padding struct 'S8' with 3 bytes to align 'i'}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
/external/clang/test/ASTMerge/Inputs/
H A Dstruct2.c36 struct S8 { int i; float f; } *x8; struct
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp422 int8_t S8; local
428 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
431 EXPECT_EQ(S8, Signed[i].Expected);
/external/clang/test/SemaCXX/
H A Dempty-class-layout.cpp69 struct S8 : Empty, A { struct in namespace:Test0
71 SA(12, sizeof(S8) == 4);
/external/dropbear/libtomcrypt/src/ciphers/
H A Dcast5.c348 static const ulong32 S8[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)];
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)];
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)];
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)];
447 skey->cast5.K[i++] = S5[GB(z, 0x8)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0x7)] ^ S8[GB(z, 0x6)] ^ S5[GB(z, 0x2)];
448 skey->cast5.K[i++] = S5[GB(z, 0xA)] ^ S6[GB(z, 0xB)] ^ S7[GB(z, 0x5)] ^ S8[GB(z, 0x4)] ^ S6[GB(z, 0x6)];
449 skey->cast5.K[i++] = S5[GB(z, 0xC)] ^ S6[GB(z, 0xd)] ^ S7[GB(z, 0x3)] ^ S8[GB(z, 0x2)] ^ S7[GB(z, 0x9)];
450 skey->cast5.K[i++] = S5[GB(z, 0xE)] ^ S6[GB(z, 0xF)] ^ S7[GB(z, 0x1)] ^ S8[G
[all...]
/external/libgsm/src/
H A Dlong_term.c367 S5 = 0, S6 = 0, S7 = 0, S8 = 0; local
372 E = W * a; S8 += E; \
415 if (S8 > L_max) { L_max = S8; Nc = lambda + 8; }
533 S5 = 0, S6 = 0, S7 = 0, S8 = 0; local
538 E = W * a; S8 += E; \
581 if (S8 > L_max) { L_max = S8; Nc = lambda + 8; }
747 S5 = 0, S6 = 0, S7 = 0, S8 = 0; local
752 E = W * a; S8
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp233 template<typename ...T> struct S8 {}; struct
234 template<typename T> using U8 = S8<int, char, T>;
235 int f8(S8<int, char, double>);
238 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'S8<[2 * ...], char>' to 'S8<[2 * ...], double>' for 1st argument
240 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'S8<int, char, char>' to 'S8<int, char, double>' for 1st argument
243 // CHECK-ELIDE-TREE: S8<
248 // CHECK-NOELIDE-TREE: S8<
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc65 typedef signed long long S8; // NOLINT typedef
70 S8 x;
181 S8 a_s8[100];
203 EXPECT_POISONED(*GetPoisoned<S8>());
218 EXPECT_POISONED(*GetPoisoned<S8>());
219 EXPECT_POISONED(*GetPoisoned<S8>());
220 EXPECT_POISONED(*GetPoisoned<S8>());
260 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
265 Arg3ExpectUMR(0, 1, *GetPoisoned<S8>());
274 ReturnPoisoned<S8>();
[all...]

Completed in 254 milliseconds