/external/boringssl/src/decrepit/cast/ |
D | cast.c | 249 #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/ |
D | sumsq_sse2_assist.s | 24 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
|
D | sumsq_mmx_assist.s | 29 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/ |
D | jaggedstructs.ll | 13 %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/ |
D | warn-dangling-field.cpp | 49 struct S7 : S5 { struct 50 S7() : S5 { 0 } {} // expected-warning {{binding reference member 'x' to a temporary}} in S7() argument
|
D | empty-class-layout.cpp | 64 struct S7 : Empty { struct 67 SA(11, sizeof(S7) == 8);
|
D | destructor.cpp | 170 struct S7 { struct 173 ~S7();
|
/external/clang/test/CodeGenCXX/ |
D | warn-padded-packed.cpp | 36 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
|
D | mangle.cpp | 209 struct S7 { struct 210 S7(); 222 S7::S7() {} in S7() argument
|
D | microsoft-abi-static-initializers.cpp | 66 static S S7; in MultipleStatics() local
|
/external/libgsm/src/ |
D | long_term.c | 367 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/ |
D | p5.cpp | 42 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/ |
D | p11.cpp | 66 struct S7 { in foo() struct
|
/external/clang/test/ASTMerge/Inputs/ |
D | struct2.c | 33 struct S7 { int i : 8; unsigned j : 16; } x7; argument
|
D | struct1.c | 36 struct S7 { int i : 8; unsigned j : 8; } x7; argument
|
/external/clang/test/PCH/ |
D | cxx-templates.cpp | 51 S7<int[5]> s7_5;
|
D | cxx-templates.h | 168 struct S7; 171 struct S7<int[N]> : S6<const int[N]> { };
|
/external/llvm/test/CodeGen/AArch64/ |
D | bitreverse.ll | 64 ; CHECK-DAG: ushr [[S7:v.*]], v0.8b, #5 72 ; CHECK-DAG: and [[A7:v.*]], [[S7]], [[M7]]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-local-class.cpp | 305 template <class T> struct S7 { struct 311 template struct S7<int>; variable
|
/external/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 65 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/ |
D | MipsRegisterInfo.cpp | 198 Reserved.set(Mips::S7); in getReservedRegs() 309 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64; in canRealignStack()
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.cpp | 350 struct S7 { 357 struct S7 s;
|
D | cxx0x-ambig.cpp | 74 struct S7 { struct
|
/external/llvm/test/TableGen/ |
D | ForeachLoop.td | 62 // CHECK: def S7
|
D | MultiClassInherit.td | 70 def S7 : C1<bs3, "moo"> {
|