/external/llvm/test/Transforms/GlobalOpt/ |
D | crash-2.ll | 6 %struct.S0.1.7.13 = type { i8, i8, i8, i8, i16, [2 x i8] } 11 @g_71 = internal global %struct.S0.1.7.13 { i8 1, i8 -93, i8 58, i8 -1, i16 -5, [2 x i8] undef }, a… 14 …S0.1.7.13* @g_71, i32 0, i32 0), i8* getelementptr inbounds (%struct.S0.1.7.13* @g_71, i32 0, i32 … 17 %tmp = load i8* getelementptr inbounds (%struct.S0.1.7.13* @g_71, i32 0, i32 0), align 1
|
/external/llvm/test/Linker/ |
D | func-attrs-a.ll | 4 ; CHECK: call void @check0(%struct.S0* sret null, %struct.S0* byval align 4 null, %struct.S0* align… 5 ; CHECK: define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %ar… 7 %struct.S0 = type <{ i8, i8, i8, i8 }> 10 …call void @check0(%struct.S0* sret null, %struct.S0* byval align 4 null, %struct.S0* align 4 null,… 14 declare void @check0(%struct.S0*, %struct.S0*, %struct.S0*, %struct.S0*)
|
D | func-attrs-b.ll | 4 %struct.S0 = type <{ i8, i8, i8, i8 }> 6 define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %arg1, %stru…
|
/external/clang/test/CodeGen/ |
D | mips64-padding-arg.c | 8 } S0; typedef 16 extern void foo2(int, int, int, S0, S0, int, S0); 18 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) { in foo1() 40 extern S0 foo6(int, int, long double); 42 S0 foo5(long double a0) { in foo5()
|
D | mips-byval-arg.c | 6 } S0; typedef 8 extern void foo2(S0); 13 void foo1(S0 a0) { in foo1()
|
/external/libopus/silk/float/ |
D | apply_sine_window_FLP.c | 46 silk_float freq, c, S0, S1; in silk_apply_sine_window_FLP() local 61 S0 = 0.0f; in silk_apply_sine_window_FLP() 66 S0 = 1.0f; in silk_apply_sine_window_FLP() 74 px_win[ k + 0 ] = px[ k + 0 ] * 0.5f * ( S0 + S1 ); in silk_apply_sine_window_FLP() 76 S0 = c * S1 - S0; in silk_apply_sine_window_FLP() 77 px_win[ k + 2 ] = px[ k + 2 ] * 0.5f * ( S1 + S0 ); in silk_apply_sine_window_FLP() 78 px_win[ k + 3 ] = px[ k + 3 ] * S0; in silk_apply_sine_window_FLP() 79 S1 = c * S0 - S1; in silk_apply_sine_window_FLP()
|
/external/chromium_org/third_party/opus/src/silk/float/ |
D | apply_sine_window_FLP.c | 46 silk_float freq, c, S0, S1; in silk_apply_sine_window_FLP() local 61 S0 = 0.0f; in silk_apply_sine_window_FLP() 66 S0 = 1.0f; in silk_apply_sine_window_FLP() 74 px_win[ k + 0 ] = px[ k + 0 ] * 0.5f * ( S0 + S1 ); in silk_apply_sine_window_FLP() 76 S0 = c * S1 - S0; in silk_apply_sine_window_FLP() 77 px_win[ k + 2 ] = px[ k + 2 ] * 0.5f * ( S1 + S0 ); in silk_apply_sine_window_FLP() 78 px_win[ k + 3 ] = px[ k + 3 ] * S0; in silk_apply_sine_window_FLP() 79 S1 = c * S0 - S1; in silk_apply_sine_window_FLP()
|
/external/llvm/test/Transforms/GVN/ |
D | pr17852.ll | 3 %struct.S0 = type { [2 x i8], [2 x i8], [4 x i8], [2 x i8], i32, i32, i32, i32 } 4 define void @fn1(%struct.S0* byval align 8 %p1) { 8 %f2 = getelementptr inbounds %struct.S0* %p1, i64 0, i32 2 9 %f9 = getelementptr inbounds %struct.S0* %p1, i64 0, i32 7 14 %f22 = getelementptr inbounds %struct.S0* %p1, i64 0, i32 2 15 %f7 = getelementptr inbounds %struct.S0* %p1, i64 0, i32 5 21 %f3 = getelementptr inbounds %struct.S0* %p1, i64 0, i32 2 22 %tmp10 = bitcast %struct.S0* %p1 to i16* 23 %f5 = getelementptr inbounds %struct.S0* %p1, i64 0, i32 3 31 %f321 = getelementptr inbounds %struct.S0* %p1, i64 0, i32 2 [all …]
|
/external/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 85 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 87 return Case(S0, Value).Case(S1, Value); in Cases() 91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 93 return Case(S0, Value).Case(S1, Value).Case(S2, Value); in Cases() 97 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 100 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value); in Cases() 104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 107 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value) in Cases()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | BlowfishEngine.java | 304 private final int[] S0, S1, S2, S3; // the s-boxes field in BlowfishEngine 313 S0 = new int[SBOX_SK]; in BlowfishEngine() 397 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff]) in F() 442 System.arraycopy(KS0, 0, S0, 0, SBOX_SK); in setKey() 500 processTable(P[P_SZ - 2], P[P_SZ - 1], S0); in setKey() 501 processTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1); in setKey()
|
/external/llvm/test/CodeGen/X86/ |
D | fold-zext-trunc.ll | 6 %struct.S0 = type { i32, [2 x i8], [2 x i8], [4 x i8] } 8 @g_98 = common global %struct.S0 zeroinitializer, align 4 15 %tmp17 = load i8* getelementptr inbounds (%struct.S0* @g_98, i32 0, i32 1, i32 0), align 4 17 …%foo = load i32* bitcast (i8* getelementptr inbounds (%struct.S0* @g_98, i32 0, i32 1, i32 0) to i…
|
D | 2012-02-29-CoalescerBug.ll | 6 %struct.S0 = type { i8, i32 } 8 @d = external global [2 x [2 x %struct.S0]], align 4 16 store i64 0, i64* bitcast ([2 x [2 x %struct.S0]]* @d to i64*), align 4
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p5.cpp | 81 template <int& N> struct S0 { }; // expected-note 3 {{template parameter is declared here}} struct 90 S0<i> s0; in test() 91 …S0<ci> s0c; // expected-error{{reference binding of non-type template parameter of type 'int &' to… in test() 92 …S0<vi> s0v; // expected-error{{reference binding of non-type template parameter of type 'int &' to… in test() 93 …S0<cvi> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' … in test()
|
/external/chromium_org/third_party/tcmalloc/vendor/doc/ |
D | spanmap.dot | 6 S0 [label="a"] 10 map:f0 -> S0 11 map:f1 -> S0
|
/external/llvm/test/Transforms/Inline/ |
D | byval.ll | 107 %struct.S0 = type { i32 } 109 @b = global %struct.S0 { i32 1 }, align 4 112 define internal void @f5(%struct.S0* byval nocapture readonly align 4 %p) { 114 store i32 0, i32* getelementptr inbounds (%struct.S0* @b, i64 0, i32 0), align 4 115 %f2 = getelementptr inbounds %struct.S0* %p, i64 0, i32 0 123 tail call void @f5(%struct.S0* byval align 4 @b) 127 ; CHECK: store i32 0, i32* getelementptr inbounds (%struct.S0* @b, i64 0, i32 0), align 4 128 ; CHECK-NOT: load i32* getelementptr inbounds (%struct.S0* @b, i64 0, i32 0), align 4
|
D | 2009-05-07-CallUsingSelfCrash.ll | 3 %struct.S0 = type <{ i32 }> 4 %struct.S1 = type <{ i8, i8, i8, i8, %struct.S0 }>
|
/external/clang/test/SemaCXX/ |
D | alignof.cpp | 5 struct S0 { struct 8 …static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' … argument 50 static const int test1 = __alignof__(S0::x);
|
D | type-definition-in-specifier.cpp | 3 struct S0; 11 struct S0 { int x; }; argument
|
/external/llvm/unittests/ADT/ |
D | VariadicFunctionTest.cpp | 71 std::string S0("hi"); in TEST() local 72 EXPECT_EQ(0, StringAppend(&S0)); in TEST() 73 EXPECT_EQ("hi", S0); in TEST()
|
/external/clang/test/ASTMerge/Inputs/ |
D | struct2.c | 2 struct S0 { struct 7 struct S0 x0; argument
|
D | struct1.c | 5 struct S0 { struct 10 struct S0 x0; argument
|
/external/llvm/test/CodeGen/Generic/ |
D | crash.ll | 43 %struct.S0 = type { i32, i8, i32 } 53 %f13576.pre = getelementptr inbounds %struct.S0* undef, i64 0, i32 1 60 %f135.pre = getelementptr inbounds %struct.S0* undef, i64 0, i32 1
|
/external/libgsm/src/ |
D | long_term.c | 366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable 381 E = W * a; S0 += E; } else (a = lp[K]) 407 if (S0 > L_max) { L_max = S0; Nc = lambda; } 532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable 547 E = W * a; S0 += E 573 if (S0 > L_max) { L_max = S0; Nc = lambda; } 746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable 761 E = W * a; S0 += E 787 if (S0 > L_max) { L_max = S0; Nc = lambda; }
|
/external/lzma/C/ |
D | Sha256.c | 25 #define S0(x) (rotrFixed(x, 2) ^ rotrFixed(x,13) ^ rotrFixed(x, 22)) macro 49 d += h; h += S0(a) + Maj(a, b, c) 64 d(i) += h(i); h(i) += S0(a(i)) + Maj(a(i), b(i), c(i)) 142 #undef S0
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/ |
D | p3.cpp | 10 struct S0 { struct 16 F0 f0() { return S0().member_func(); } in f0()
|