Home
last modified time | relevance | path

Searched refs:S7 (Results 1 – 25 of 41) sorted by relevance

12

/external/boringssl/src/decrepit/cast/
Dcast.c257 #define S7 CAST_S_table7 macro
292 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]]; in CAST_set_key()
294 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in CAST_set_key()
296 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key()
298 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in CAST_set_key()
301 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in CAST_set_key()
302 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in CAST_set_key()
303 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]]; in CAST_set_key()
304 K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[z[0]] ^ S7[z[12]]; in CAST_set_key()
306 l = Z[2] ^ S4[z[5]] ^ S5[z[7]] ^ S6[z[4]] ^ S7[z[6]] ^ S6[z[0]]; in CAST_set_key()
[all …]
/external/llvm/test/CodeGen/PowerPC/
Djaggedstructs.ll13 %struct.S7 = type { [7 x i8] }
15 define void @test(%struct.S3* byval %s3, %struct.S5* byval %s5, %struct.S6* byval %s6, %struct.S7* …
17 …call void @check(%struct.S3* byval %s3, %struct.S5* byval %s5, %struct.S6* byval %s6, %struct.S7* …
48 declare void @check(%struct.S3* byval, %struct.S5* byval, %struct.S6* byval, %struct.S7* byval)
/external/clang/test/SemaCXX/
Dwarn-dangling-field.cpp49 struct S7 : S5 { struct
50 S7() : S5 { 0 } {} // expected-warning {{binding reference member 'x' to a temporary}} in S7() argument
Dempty-class-layout.cpp64 struct S7 : Empty { struct
67 SA(11, sizeof(S7) == 8);
Ddestructor.cpp170 struct S7 { struct
173 ~S7();
/external/clang/test/CodeGenCXX/
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*) { } in f() argument
Dmangle.cpp209 struct S7 { struct
210 S7();
222 S7::S7() {} in S7() argument
Dmicrosoft-abi-static-initializers.cpp66 static S S7; in MultipleStatics() local
/external/libgsm/src/
Dlong_term.c367 S5 = 0, S6 = 0, S7 = 0, S8 = 0; variable
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; variable
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; variable
753 E = W * b; S7 += E; \
794 if (S7 > L_max) { L_max = S7; Nc = lambda + 7; }
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp5.cpp42 struct S7 : S1 { struct
49 S7 s7 alignas(4); // expected-error {{requested alignment is less than minimum alignment of 8 for t…
/external/clang/test/CXX/class.access/class.friend/
Dp11.cpp67 struct S7 { in foo() struct
/external/clang/test/ASTMerge/Inputs/
Dstruct2.c33 struct S7 { int i : 8; unsigned j : 16; } x7; argument
Dstruct1.c36 struct S7 { int i : 8; unsigned j : 8; } x7; argument
/external/llvm/lib/Target/ARM/
DARMCallingConv.td65 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
84 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
182 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
194 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
DARMCallingConv.h166 ARM::S4, ARM::S5, ARM::S6, ARM::S7,
/external/clang/test/PCH/
Dcxx-templates.cpp51 S7<int[5]> s7_5;
Dcxx-templates.h168 struct S7;
171 struct S7<int[N]> : S6<const int[N]> { };
/external/clang/test/Parser/
DMicrosoftExtensions.cpp350 struct S7 {
357 struct S7 s;
Dcxx0x-ambig.cpp74 struct S7 { struct
/external/llvm/test/TableGen/
DForeachLoop.td62 // CHECK: def S7
DMultiClassInherit.td70 def S7 : C1<bs3, "moo"> {
/external/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td61 CCIfType<[f32], CCAssignToRegWithShadow<[S0, S1, S2, S3, S4, S5, S6, S7],
97 CCIfType<[f32], CCAssignToRegWithShadow<[S0, S1, S2, S3, S4, S5, S6, S7],
142 CCIfType<[f32], CCAssignToRegWithShadow<[S0, S1, S2, S3, S4, S5, S6, S7],
201 CCIfType<[f32], CCAssignToRegWithShadow<[S0, S1, S2, S3, S4, S5, S6, S7],
DAArch64CallingConvention.h36 AArch64::S6, AArch64::S7};
/external/clang/test/SemaObjC/
Dattr-designated-init.m191 @interface S7 : B1 interface
197 @interface SS7 : S7
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.td111 def S7 : MipsGPRReg< 23, "23">, DwarfRegNum<[23]>;
145 def S7_64 : Mips64GPRReg< 23, "23", [S7]>, DwarfRegNum<[23]>;
282 S0, S1, S2, S3, S4, S5, S6, S7,

12