Searched defs:d1 (Results 126 - 150 of 298) sorted by relevance

1234567891011>>

/external/valgrind/main/cachegrind/
H A Dcg_arch.c298 const VexCache *i1, *d1, *ll; local
305 d1 = locate_cache(ci, DATA_CACHE, 1);
317 if (i1 && d1 && ll) {
340 *D1c = (cache_t) { d1->sizeB, d1->assoc, d1->line_sizeB };
/external/valgrind/main/mpi/
H A Dmpiwrap_type_test.c32 static Ty tycon_Struct2 ( int d1, int copies1, Ty t1, argument
42 disps[0] = d1;
69 static Ty tycon_Indexed2 ( int d1, int copies1, argument
78 disps[0] = d1;
85 static Ty tycon_HIndexed2 ( MPI_Aint d1, int copies1, argument
94 disps[0] = d1;
/external/yaffs2/yaffs2/
H A Dyaffs_tagscompat.c378 static int yaffs_VerifyCompare(const __u8 * d0, const __u8 * d1, argument
382 if (memcmp(d0, d1, YAFFS_BYTES_PER_CHUNK) != 0 ||
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc556 views::Widget* d1 = CreateTestWidget(gfx::Rect(10, 10, 100, 100)); local
558 EXPECT_EQ(root_windows[0], d1->GetNativeView()->GetRootWindow());
560 d1->SetBounds(gfx::Rect(1010, 10, 100, 100));
562 d1->GetWindowBoundsInScreen().ToString());
564 EXPECT_EQ(root_windows[1], d1->GetNativeView()->GetRootWindow());
566 d1->SetBounds(gfx::Rect(10, 10, 100, 100));
568 d1->GetWindowBoundsInScreen().ToString());
570 EXPECT_EQ(root_windows[0], d1->GetNativeView()->GetRootWindow());
574 d1->SetBounds(gfx::Rect(1560, 30, 100, 100));
575 EXPECT_EQ(root_windows[1], d1
623 views::Widget* d1 = CreateTestWidget(gfx::Rect(10, 10, 1000, 100)); local
713 aura::Window* d1 = local
[all...]
/external/chromium_org/base/strings/
H A Dstring_util_unittest.cc611 double d1 = va_arg(org, double); local
622 EXPECT_EQ(d1, d2);
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_enc.c425 const DER_ENC *d1 = a, *d2 = b; local
427 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
428 i = memcmp(d1->data, d2->data, cmplen);
431 return d1->length - d2->length;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsgtst.c113 UDate d1=1000000000.0; local
127 &status, 1, 3456.00, d1);
134 &status, 1, 3456.00, d1);
159 &parseError,&status, 1, 3456.00, d1);
166 &status, 1, 3456.00, d1);
209 resultLength = umsg_format(formatter,result,resultLength,&ec,1,3456.00,d1);
213 resultLength = umsg_format(formatter,result,resultLength+2,&ec,1,3456.00,d1);
381 UDate d1,d; local
402 d1=ucal_getMillis(cal, &status);
419 resultLengthOut=umsg_format(fmt ,result, resultlength,&status, d1, st
483 UDate d1,d; local
577 UDate d1,d; local
887 UDate d1=1000000000.0; local
[all...]
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_encode.c60 opus_int32 c1,c2,d1,d2; local
63 c1=c2=d1=d2=0;
76 c1=(30*(c1+b1+d1)+32)>>6;d1=b1;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterization.cpp430 double a1, b1, c1, d1; local
432 alt_set_abcd(&one[0].x, a1, b1, c1, d1);
434 set_abcd(&one[0].x, a1, b1, c1, d1);
456 double d1 = one[3].x; local
461 calc_ABCD(a1, b1, c1, d1, e1, f1, g1, h1, p1);
476 calc_bc(d1, b1, c1);
484 p1[index] = (*calc_proc[procIndex])(a1, b1, c1, d1, e1, f1, g1, h1);
/external/chromium_org/third_party/skia/gm/
H A Dtechtalk1.cpp89 SkPath d0, d1; local
91 tesselate(p1, &d1);
95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1));
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitMask_D32.cpp378 uint32_t d1 = EXPAND1(v, rbmask, m); local
379 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
/external/chromium_org/third_party/skia/src/opts/
H A DSkTextureCompression_opts_neon.cpp204 const uint64x2_t d1 = vcombine_u64(vget_low_u64(indicesLeft), vget_low_u64(indicesRight)); local
206 vst1q_u64(dst1, d1);
/external/clang/test/CodeGen/
H A Dstruct.c49 int d1; member in struct:NB
60 f3()->d1 = 42;
64 (f3())->d1 = 42;
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp91 B<int> d1() { return B<int>(); } function
92 // CHECK: "\01?d1@@YA?AV?$B@H@@XZ"
/external/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c113 UDate d1=1000000000.0; local
127 &status, 1, 3456.00, d1);
134 &status, 1, 3456.00, d1);
159 &parseError,&status, 1, 3456.00, d1);
166 &status, 1, 3456.00, d1);
209 resultLength = umsg_format(formatter,result,resultLength,&ec,1,3456.00,d1);
213 resultLength = umsg_format(formatter,result,resultLength+2,&ec,1,3456.00,d1);
381 UDate d1,d; local
402 d1=ucal_getMillis(cal, &status);
419 resultLengthOut=umsg_format(fmt ,result, resultlength,&status, d1, st
483 UDate d1,d; local
577 UDate d1,d; local
887 UDate d1=1000000000.0; local
[all...]
/external/jpeg/
H A Djdmerge.c626 INT32 d1 = dither_matrix[(cinfo->output_scanline+1) & DITHER_MASK]; local
654 r = range_limit[DITHER_565_R(y + cred, d1)];
655 g = range_limit[DITHER_565_G(y + cgreen, d1)];
656 b = range_limit[DITHER_565_B(y + cblue, d1)];
657 d1 = DITHER_ROTATE(d1);
668 r = range_limit[DITHER_565_R(y + cred, d1)];
669 g = range_limit[DITHER_565_G(y + cgreen, d1)];
670 b = range_limit[DITHER_565_B(y + cblue, d1)];
671 d1
[all...]
/external/libopus/tests/
H A Dtest_opus_encode.c60 opus_int32 c1,c2,d1,d2; local
63 c1=c2=d1=d2=0;
76 c1=(30*(c1+b1+d1)+32)>>6;d1=b1;
/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c305 void vp8_regular_quantize_b_pair(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) argument
307 vp8_regular_quantize_b(b1, d1);
311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) argument
313 vp8_fast_quantize_b_c(b1, d1);
/external/llvm/unittests/ADT/
H A DHashingTest.cpp352 const HashableDummy d1 = { 1024 }, d2 = { 8888 }, d3 = { 9000000 }; local
358 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, s2, s3));
359 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, d2, s3));
360 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, d2, d3));
/external/lzma/CPP/Windows/
H A DFileDir.cpp148 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) argument
150 if (!GetLongPathBase(s1, d1) || !GetLongPathBase(s2, d2))
152 if (d1.IsEmpty() && d2.IsEmpty()) return false;
153 if (d1.IsEmpty()) d1 = s1;
164 UString d1, d2;
165 if (GetLongPaths(existFileName, newFileName, d1, d2))
166 return BOOLToBool(::MoveFileW(d1, d2));
208 UString d1, d2;
209 if (GetLongPaths(existFileName, newFileName, d1, d
[all...]
/external/openssl/crypto/asn1/
H A Dtasn_enc.c428 const DER_ENC *d1 = a, *d2 = b; local
430 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
431 i = memcmp(d1->data, d2->data, cmplen);
434 return d1->length - d2->length;
/external/qemu/distrib/jpeg-6b/
H A Djdmerge.c626 INT32 d1 = dither_matrix[(cinfo->output_scanline+1) & DITHER_MASK]; local
654 r = range_limit[DITHER_565_R(y + cred, d1)];
655 g = range_limit[DITHER_565_G(y + cgreen, d1)];
656 b = range_limit[DITHER_565_B(y + cblue, d1)];
657 d1 = DITHER_ROTATE(d1);
668 r = range_limit[DITHER_565_R(y + cred, d1)];
669 g = range_limit[DITHER_565_G(y + cgreen, d1)];
670 b = range_limit[DITHER_565_B(y + cblue, d1)];
671 d1
[all...]
/external/skia/experimental/Intersection/
H A DCubicParameterization.cpp430 double a1, b1, c1, d1; local
432 alt_set_abcd(&one[0].x, a1, b1, c1, d1);
434 set_abcd(&one[0].x, a1, b1, c1, d1);
456 double d1 = one[3].x; local
461 calc_ABCD(a1, b1, c1, d1, e1, f1, g1, h1, p1);
476 calc_bc(d1, b1, c1);
484 p1[index] = (*calc_proc[procIndex])(a1, b1, c1, d1, e1, f1, g1, h1);
/external/skia/gm/
H A Dtechtalk1.cpp89 SkPath d0, d1; local
91 tesselate(p1, &d1);
95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1));
/external/skia/src/core/
H A DSkBlitMask_D32.cpp378 uint32_t d1 = EXPAND1(v, rbmask, m); local
379 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);

Completed in 595 milliseconds

1234567891011>>