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

  /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 422 int8_t S8;
428 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
431 EXPECT_EQ(S8, Signed[i].Expected);
  /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<
  /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
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 

Completed in 471 milliseconds