Searched refs:bm2 (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/drd/
H A Ddrd_bitmap.h342 static void bm2_clear(struct bitmap2* const bm2);
381 struct bitmap2** bm2)
385 tl_assert(bm2);
394 *bm2 = bm->cache[0].bm2;
401 *bm2 = bm->cache[1].bm2;
408 *bm2 = bm->cache[2].bm2;
416 *bm2
[all...]
H A Ddrd_bitmap.c41 static void bm2_print(const struct bitmap2* const bm2);
105 bm->cache[i].bm2 = 0;
153 struct bitmap2* bm2; local
162 bm2 = bm2_lookup_or_insert_exclusive(bm, address_msb(b));
163 tl_assert(bm2);
165 if (make_address(bm2->addr, 0) < a1)
168 if (make_address(bm2->addr, 0) < a2)
169 b_start = make_address(bm2->addr, 0);
173 if (make_address(bm2->addr + 1, 0) < a2)
174 b_end = make_address(bm2
250 struct bitmap2* bm2; local
345 struct bitmap2* bm2; local
375 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); local
428 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); local
483 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); local
816 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); local
1010 bm_swap(struct bitmap* const bm1, struct bitmap* const bm2) argument
1051 struct bitmap2* bm2; local
1067 const struct bitmap2* bm2; local
1097 struct bitmap2* bm2; local
1138 struct bitmap2* bm2; local
1211 struct bitmap2* bm2; local
1221 bm2_print(const struct bitmap2* const bm2) argument
[all...]
H A Dpub_drd_bitmap.h63 struct bitmap2* bm2; member in struct:bm_cache_elem
135 void DRD_(bm_swap)(struct bitmap* const bm1, struct bitmap* const bm2);
139 void DRD_(bm_mark)(struct bitmap* bm1, struct bitmap* bm2);
144 struct bitmap* const bm2);
147 struct bitmap* const bm2);
/external/valgrind/drd/tests/
H A Dunit_bitmap.c100 int bm_equal_print_diffs(struct bitmap* bm1, struct bitmap* bm2) argument
104 equal = DRD_(bm_equal)(bm1, bm2);
112 if (DRD_(bm_has_1)(bm1, i, eLoad) != DRD_(bm_has_1)(bm2, i, eLoad)
113 || DRD_(bm_has_1)(bm1, i, eStore) != DRD_(bm_has_1)(bm2, i, eStore))
119 DRD_(bm_has_1)(bm2, i, eLoad) ? 'R' : ' ',
120 DRD_(bm_has_1)(bm2, i, eStore) ? 'W' : ' '
133 struct bitmap* bm2; local
158 bm2 = DRD_(bm_new)();
159 DRD_(bm_merge2)(bm2, bm);
160 DRD_(bm_merge2)(bm2, b
175 struct bitmap* bm2; local
198 struct bitmap* bm2; local
[all...]
/external/skia/samplecode/
H A DSampleHairline.cpp207 SkBitmap bm, bm2; variable
212 bm2.installPixels(SkImageInfo::MakeN32Premul(WIDTH, HEIGHT),
215 SkCanvas c2(bm2);
220 bm2.eraseColor(SK_ColorTRANSPARENT);
222 canvas->drawBitmap(bm2, SkIntToScalar(10), SkIntToScalar(10), NULL);
/external/skia/gm/
H A Dsimpleaaclip.cpp27 SkBitmap bm2; local
29 bm.deepCopyTo(&bm2);
31 canvas->drawBitmap(bm2,
H A Daaclip.cpp145 SkBitmap bm2; local
146 SkCreateBitmapFromCGImage(&bm2, image);
149 canvas->drawBitmap(bm2, 10, 120);
/external/skia/tests/
H A DPDFJpegEmbedTest.cpp74 SkBitmap bm2(bitmap_from_data(cmykData));
75 canvas->drawBitmap(bm2, 0.0, 512.0, NULL);
H A DImageNewShaderTest.cpp19 void testBitmapEquality(skiatest::Reporter* reporter, SkBitmap& bm1, SkBitmap& bm2) { argument
21 SkAutoLockPixels lockBm2(bm2);
23 REPORTER_ASSERT(reporter, bm1.getSize() == bm2.getSize());
24 REPORTER_ASSERT(reporter, 0 == memcmp(bm1.getPixels(), bm2.getPixels(), bm1.getSize()));
H A DBitmapCopyTest.cpp160 static void reportCopyVerification(const SkBitmap& bm1, const SkBitmap& bm2, argument
170 getPixel(coords[i]->fX, coords[i]->fY, bm2));
/external/e2fsprogs/lib/ext2fs/
H A Dbitmaps.c232 ext2fs_block_bitmap bm2)
235 bm1, bm2));
239 ext2fs_inode_bitmap bm2)
242 bm1, bm2));
231 ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, ext2fs_block_bitmap bm2) argument
238 ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1, ext2fs_inode_bitmap bm2) argument
H A Dgen_bitmap.c347 ext2fs_generic_bitmap bm2)
353 if (!bm2 || bm2->magic != magic)
356 if ((bm1->start != bm2->start) ||
357 (bm1->end != bm2->end) ||
358 (memcmp(bm1->bitmap, bm2->bitmap,
364 ext2fs_fast_test_block_bitmap(bm2, i))
345 ext2fs_compare_generic_bitmap(errcode_t magic, errcode_t neq, ext2fs_generic_bitmap bm1, ext2fs_generic_bitmap bm2) argument
H A Dgen_bitmap64.c582 ext2fs_generic_bitmap bm2)
586 if (!bm1 || !bm2)
588 if (bm1->magic != bm2->magic)
593 return ext2fs_compare_generic_bitmap(bm1->magic, neq, bm1, bm2);
598 if ((bm1->start != bm2->start) ||
599 (bm1->end != bm2->end))
604 ext2fs_test_generic_bmap(bm2, i))
580 ext2fs_compare_generic_bmap(errcode_t neq, ext2fs_generic_bitmap bm1, ext2fs_generic_bitmap bm2) argument
H A Dext2fs.h778 ext2fs_block_bitmap bm2);
780 ext2fs_inode_bitmap bm2);
1168 ext2fs_generic_bitmap bm2);
1204 ext2fs_generic_bitmap bm2);
H A Dbitops.h180 ext2fs_generic_bitmap bm2);

Completed in 309 milliseconds