Searched defs:d1 (Results 1 - 25 of 226) sorted by relevance

12345678910

/external/clang/test/CodeGen/
H A D2008-02-26-inline-asm-bug.c4 int d1, d2; local
5 asm("%0,%1": "=r" (d1) : "r" (d2));
H A Dx86.c12 int d1, d2; local
13 asm ("" : "=a" (d1), "=b" (d2) :
H A D2007-05-07-PaddingElements.c5 double d1; member in struct:s
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcformtst.c53 UChar* myDateFormat(UDateFormat* dat, UDate d1) argument
61 resultlengthneeded=udat_format(dat, d1, NULL, resultlength, NULL, &status);
67 udat_format(dat, d1, result1, resultlength, NULL, &status);
/external/icu4c/test/cintltst/
H A Dcformtst.c57 UChar* myDateFormat(UDateFormat* dat, UDate d1) argument
65 resultlengthneeded=udat_format(dat, d1, NULL, resultlength, NULL, &status);
71 udat_format(dat, d1, result1, resultlength, NULL, &status);
/external/chromium/third_party/modp_b64/
H A Dmodp_b64_data.h157 static const uint32_t d1[256] = { variable
350 static const uint32_t d1[256] = { variable
/external/chromium_org/third_party/modp_b64/
H A Dmodp_b64_data.h157 static const uint32_t d1[256] = { variable
350 static const uint32_t d1[256] = { variable
/external/chromium_org/webkit/browser/database/
H A Ddatabases_table_unittest.cc17 static void CheckDetailsAreEqual(const DatabaseDetails& d1, argument
19 EXPECT_EQ(d1.origin_identifier, d2.origin_identifier);
20 EXPECT_EQ(d1.database_name, d2.database_name);
21 EXPECT_EQ(d1.description, d2.description);
22 EXPECT_EQ(d1.estimated_size, d2.estimated_size);
/external/clang/test/CodeGenCXX/
H A Dapple-kext-linkage.C13 Derived d1; // ok local
H A Dreference-in-blocks.cpp15 A() : field(10), d1(3.14) {}
19 printf(" field = %f\n", d1);
22 double d1; member in class:A
H A Dimplicit-copy-assign-operator.cpp39 void test_D(D d1, D d2) { argument
40 d1 = d2;
/external/libffi/testsuite/libffi.call/
H A Dstruct2.c12 double d1; member in struct:__anon19771
18 ts.d1--;
51 ts2_arg.d1 = 5.55;
54 printf ("%g\n", ts2_arg.d1);
59 printf ("%g\n", ts2_result->d1);
62 CHECK(ts2_result->d1 == 5.55 - 1);
/external/chromium_org/chrome_frame/test/
H A Dproxy_factory_mock.cc107 LaunchDelegateMock* d1 = &launch_delegate_mock_; local
116 EXPECT_CALL(*d1, LaunchComplete(testing::NotNull(), AUTOMATION_SUCCESS))
119 proxy_factory_.GetAutomationServer(d1, params, &i1);
137 proxy_factory_.ReleaseAutomationServer(i1, d1);
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dofb_enc.c71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
108 c2ln(in,d0,d1,n);
111 d1=(d1^vv1)&mask1;
112 l2cn(d0,d1,out,n);
133 v0=v1=d0=d1=ti[0]=ti[1]=vv0=vv1=0;
H A Dcfb64ede.c154 register DES_LONG d0,d1,v0,v1; local
173 c2ln(in,d0,d1,n);
176 d1^=ti[1];
177 l2cn(d0,d1,out,n);
184 { v0=d0; v1=d1; }
191 l2c(d1,iv);
215 c2ln(in,d0,d1,n);
222 { v0=d0; v1=d1; }
229 l2c(d1,iv);
244 d1
[all...]
H A Dcfb_enc.c75 register DES_LONG d0,d1,v0,v1; local
104 c2ln(in,d0,d1,n);
107 d1^=ti[1];
108 l2cn(d0,d1,out,n);
115 { v0=d0; v1=d1; }
123 l2c(d1,iv);
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
151 c2ln(in,d0,d1,n);
158 { v0=d0; v1=d1; }
166 l2c(d1,i
[all...]
/external/clang/test/SemaCXX/
H A Dconstexpr-value-init.cpp28 constexpr D d1; // expected-error {{requires a user-provided default constructor}} variable
/external/clang/test/SemaTemplate/
H A Dclass-template-ctor-initializer.cpp70 Derived1<void> d1; member in namespace:NonDependentError
H A Dfun-template-def.cpp42 dummy d1 = sizeof(t1); // expected-error {{no viable conversion}} local
/external/libvpx/libvpx/vp8/encoder/
H A Ddct.c17 int a1, b1, c1, d1; local
26 d1 = ((ip[0] - ip[3]) * 8);
31 op[1] = (c1 * 2217 + d1 * 5352 + 14500)>>12;
32 op[3] = (d1 * 2217 - c1 * 5352 + 7500)>>12;
45 d1 = ip[0] - ip[12];
50 op[4] =((c1 * 2217 + d1 * 5352 + 12000)>>16) + (d1!=0);
51 op[12] = (d1 * 2217 - c1 * 5352 + 51000)>>16;
67 int a1, b1, c1, d1; local
76 d1
[all...]
/external/openssl/crypto/des/
H A Dofb_enc.c71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
108 c2ln(in,d0,d1,n);
111 d1=(d1^vv1)&mask1;
112 l2cn(d0,d1,out,n);
133 v0=v1=d0=d1=ti[0]=ti[1]=vv0=vv1=0;
/external/valgrind/main/massif/tests/
H A Dalloc-fns.c21 void d1(int n) { d2(n); } function
30 d1(400);
/external/chromium/webkit/glue/
H A Dglue_serialize_unittest.cc32 const char d1[] = "first data block"; local
33 http_body.appendData(WebData(d1, sizeof(d1)-1));
/external/chromium_org/third_party/fuzzymatch/
H A Dfuzzymatch.c149 PIX *d1 = pixDilateBrick(NULL, opened, 7, 7); local
152 pixAnd(d1, d1, d2);
153 pixPaintThroughMask(a, d1, 0, 0, 0xff << 24);
/external/chromium_org/ui/base/
H A Dview_prop.cc46 bool operator()(const Data* d1, const Data* d2) const { argument
47 return (d1->view_ == d2->view_) ? (d1->key_ < d2->key_) :
48 (d1->view_ < d2->view_);

Completed in 2926 milliseconds

12345678910