Home
last modified time | relevance | path

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

123

/external/boringssl/src/decrepit/cast/
Dcast.c249 #define S7 CAST_S_table7 macro
284 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]]; in CAST_set_key()
286 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in CAST_set_key()
288 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key()
290 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in CAST_set_key()
293 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in CAST_set_key()
294 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in CAST_set_key()
295 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]]; in CAST_set_key()
296 K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[z[0]] ^ S7[z[12]]; in CAST_set_key()
298 l = Z[2] ^ S4[z[5]] ^ S5[z[7]] ^ S6[z[4]] ^ S7[z[6]] ^ S6[z[0]]; in CAST_set_key()
[all …]
/external/fec/
Dsumsq_sse2_assist.s24 movaps (%esi),%xmm0 # S0 S1 S2 S3 S4 S5 S6 S7
25 pmaddwd %xmm0,%xmm0 # (S0*S0+S1*S1) (S2*S2+S3*S3) (S4*S4+S5*S5) (S6*S6+S7*S7)
29 psrlq $32,%xmm0 # (S2*S2+S3*S3) 0 (S6*S6+S7*S7) 0
Dsumsq_mmx_assist.s29 movq 8(%esi),%mm6 # S4 S5 S6 S7
30 pmaddwd %mm6,%mm6 # (S4^2+S5^2) (S6^2+S7^2)
31 paddd %mm6,%mm0 # (S0^2+S1^2+S4^2+S5^2)(S2^2+S3^2+S6^2+S7^2)
/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.cpp66 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/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/llvm/test/CodeGen/AArch64/
Dbitreverse.ll64 ; CHECK-DAG: ushr [[S7:v.*]], v0.8b, #5
72 ; CHECK-DAG: and [[A7:v.*]], [[S7]], [[M7]]
/external/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp305 template <class T> struct S7 { struct
311 template struct S7<int>; variable
/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,
187 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
199 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp198 Reserved.set(Mips::S7); in getReservedRegs()
309 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64; in canRealignStack()
/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"> {

123