HomeSort by relevance Sort by last modified time
    Searched defs:S8 (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 45 struct S8 : 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/
struct2.c 36 struct S8 { int i; float f; } *x8;
  /external/dropbear/libtomcrypt/src/ciphers/
cast5.c 348 static const ulong32 S8[256] = {
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[GB(z, 0x0)] ^ S8[GB(z, 0xc)]
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 422 int8_t S8;
428 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
431 EXPECT_EQ(S8, Signed[i].Expected);
  /external/clang/test/SemaCXX/
empty-class-layout.cpp 69 struct S8 : Empty, A {
71 SA(12, sizeof(S8) == 4);
  /external/libgsm/src/
long_term.c 367 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
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;
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;
752 E = W * a; S8 += E;
    [all...]
  /bionic/libc/arch-mips/include/machine/
regnum.h 66 #define S8 30
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 66 #define S8 30
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 66 #define S8 30
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 66 #define S8 30
  /external/clang/test/Misc/
diag-template-diffing.cpp 233 template<typename ...T> struct S8 {};
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<
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 56 S8 = 0,
97 {"S8", "Signed 8 bit"},
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 55 typedef signed long long S8; // NOLINT
60 S8 x;
171 S8 a_s8[100];
193 EXPECT_POISONED(*GetPoisoned<S8>());
208 EXPECT_POISONED(*GetPoisoned<S8>());
209 EXPECT_POISONED(*GetPoisoned<S8>());
210 EXPECT_POISONED(*GetPoisoned<S8>());
250 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
255 Arg3ExpectUMR(0, 1, *GetPoisoned<S8>());
264 ReturnPoisoned<S8>();
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 434 milliseconds