HomeSort by relevance Sort by last modified time
    Searched refs:S7 (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 36 struct S7 { // expected-warning {{padding size of 'S7' with 7 bytes to alignment boundary}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
mangle.cpp 209 struct S7 {
210 S7();
222 S7::S7() {}
  /external/clang/test/ASTMerge/Inputs/
struct1.c 36 struct S7 { int i : 8; unsigned j : 8; } x7;
struct2.c 33 struct S7 { int i : 8; unsigned j : 16; } x7;
  /external/clang/test/PCH/
cxx-templates.cpp 41 S7<int[5]> s7_5;
cxx-templates.h 168 struct S7;
171 struct S7<int[N]> : S6<const int[N]> { };
  /external/dropbear/libtomcrypt/src/ciphers/
cast5.c 303 static const ulong32 S7[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)]
    [all...]
kasumi.c 42 static const u16 S7[128] = {
93 seven = (u16)(S7[seven] ^ (nine & 0x7F));
97 seven = (u16)(S7[seven] ^ (nine & 0x7F));
  /external/clang/test/Parser/
MicrosoftExtensions.c 95 struct S7 {
102 struct S7 s;
cxx0x-ambig.cpp 71 struct S7 {
  /external/clang/test/SemaCXX/
empty-class-layout.cpp 63 struct S7 : Empty {
66 SA(11, sizeof(S7) == 8);
destructor.cpp 157 struct S7 {
160 ~S7();
  /bionic/libc/arch-mips/include/machine/
regnum.h 59 #define S7 23
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 59 #define S7 23
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 59 #define S7 23
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 59 #define S7 23
  /external/libgsm/src/
long_term.c 367 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
373 E = W * b; S7 += E; \
414 if (S7 > L_max) { L_max = S7; Nc = lambda + 7; }
533 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
539 E = W * b; S7 += E; \
580 if (S7 > L_max) { L_max = S7; Nc = lambda + 7; }
747 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
753 E = W * b; S7 += E;
    [all...]
  /bionic/libc/arch-mips/bionic/
_setjmp.S 76 REG_S s7, SC_REGS+S7*REGSZ(a0)
139 REG_L s7, SC_REGS+S7*REGSZ(a0)
setjmp.S 90 REG_S s7, SC_REGS+S7*REGSZ(a0)
168 REG_L s7, SC_REGS+S7*REGSZ(a0)
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 182 case Mips::S7: case Mips::S7_64: case Mips::F23: case Mips::D23_64:
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 614 case ARM::S7: return ARM::S6;
667 case ARM::S6: return ARM::S7;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 330 .Case("s7", Mips::S7)
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 

Completed in 336 milliseconds