Searched defs:S7 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dwarn-padded-packed.cpp36 struct S7 { // expected-warning {{padding size of 'S7' with 7 bytes to alignment boundary}} struct
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
H A Dmangle.cpp212 struct S7 { struct
213 S7();
225 S7::S7() {} function in class:S7
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c36 struct S7 { int i : 8; unsigned j : 8; } x7; struct
H A Dstruct2.c33 struct S7 { int i : 8; unsigned j : 16; } x7; struct
/external/clang/test/SemaCXX/
H A Dempty-class-layout.cpp63 struct S7 : Empty { struct in namespace:Test0
66 SA(11, sizeof(S7) == 8);
H A Ddestructor.cpp157 struct S7 { struct in namespace:nonvirtualdtor
160 ~S7();
/external/dropbear/libtomcrypt/src/ciphers/
H A Dkasumi.c42 static const u16 S7[128] = { local
93 seven = (u16)(S7[seven] ^ (nine & 0x7F));
97 seven = (u16)(S7[seven] ^ (nine & 0x7F));
H A Dcast5.c303 static const ulong32 S7[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[G
[all...]
/external/clang/test/PCH/
H A Dcxx-templates.h168 struct S7;
171 struct S7<int[N]> : S6<const int[N]> { }; struct in inherits:S6
/external/libgsm/src/
H A Dlong_term.c367 S5 = 0, S6 = 0, S7 = 0, S8 = 0; local
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; local
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; local
753 E = W * b; S7
[all...]

Completed in 240 milliseconds