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

  /dalvik/vm/arch/x86-atom/
Call386ABI.S 62 * S8 -> 3
148 je S8
172 S8:
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_ostypes.h 10 typedef /*signed*/ char S8,*PS8,**PPS8;
  /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/clang/test/SemaCXX/
empty-class-layout.cpp 68 struct S8 : Empty, A {
70 SA(12, sizeof(S8) == 4);
  /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 394 int8_t S8;
400 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
403 EXPECT_EQ(S8, Signed[i].Expected);
  /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...]
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 66 #define S8 30
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
regnum.h 66 #define S8 30
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
regnum.h 66 #define S8 30

Completed in 553 milliseconds