Searched refs:bm1 (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c99 int bm_equal_print_diffs(struct bitmap* bm1, struct bitmap* bm2) argument
103 equal = DRD_(bm_equal)(bm1, bm2);
111 if (DRD_(bm_has_1)(bm1, i, eLoad) != DRD_(bm_has_1)(bm2, i, eLoad)
112 || DRD_(bm_has_1)(bm1, i, eStore) != DRD_(bm_has_1)(bm2, i, eStore))
116 DRD_(bm_has_1)(bm1, i, eLoad) ? 'R' : ' ',
117 DRD_(bm_has_1)(bm1, i, eStore) ? 'W' : ' ',
173 struct bitmap* bm1; local
176 bm1 = DRD_(bm_new)();
178 DRD_(bm_access_load_1)(bm1, 7);
180 assert(! DRD_(bm_equal)(bm1, bm
196 struct bitmap* bm1; local
[all...]
/external/valgrind/main/drd/
H A Ddrd_bitmap.c190 bm2->bm1.bm0_r[k] = ~(UWord)0;
197 bm0_set(bm2->bm1.bm0_r, b0);
287 bm2->bm1.bm0_w[k] = ~(UWord)0;
294 bm0_set(bm2->bm1.bm0_w, b0);
356 const struct bitmap1* const p1 = &bm2->bm1;
390 const struct bitmap1* const p1 = &bm2->bm1;
443 const struct bitmap1* const p1 = &bm2->bm1;
498 const struct bitmap1* const p1 = &bm2->bm1;
550 p1 = &p2->bm1;
599 bm0_clear_range(p2->bm1
1012 bm_swap(struct bitmap* const bm1, struct bitmap* const bm2) argument
1225 const struct bitmap1* bm1; local
[all...]
H A Ddrd_bitmap.h336 struct bitmap1 bm1;
549 VG_(memset)(&bm2->bm1, 0, sizeof(bm2->bm1));
587 VG_(memcpy)(&bm2_copy->bm1, &bm2->bm1, sizeof(bm2->bm1));
668 bm0_set_range(bm2->bm1.bm0_r,
684 bm0_set_range(bm2->bm1.bm0_w,
701 && bm0_is_any_set(bm2->bm1.bm0_w,
719 if (bm0_is_any_set(bm2->bm1
[all...]
H A Dpub_drd_bitmap.h135 void DRD_(bm_swap)(struct bitmap* const bm1, struct bitmap* const bm2);
139 void DRD_(bm_mark)(struct bitmap* bm1, struct bitmap* bm2);
143 int DRD_(bm_has_races)(struct bitmap* const bm1,
146 struct bitmap* const bm1,
/external/e2fsprogs/lib/ext2fs/
H A Dgen_bitmap.c267 ext2fs_generic_bitmap bm1,
272 if (!bm1 || bm1->magic != magic)
277 if ((bm1->start != bm2->start) ||
278 (bm1->end != bm2->end) ||
279 (memcmp(bm1->bitmap, bm2->bitmap,
280 (size_t) (bm1->end - bm1->start)/8)))
283 for (i = bm1->end - ((bm1
266 ext2fs_compare_generic_bitmap(errcode_t magic, errcode_t neq, ext2fs_generic_bitmap bm1, ext2fs_generic_bitmap bm2) argument
[all...]
H A Dbitmaps.c133 errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, argument
138 bm1, bm2));
141 errcode_t ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1, argument
146 bm1, bm2));
H A Dext2fs.h677 extern errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1,
679 extern errcode_t ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1,
936 ext2fs_generic_bitmap bm1,
/external/skia/tests/
H A DBitmapCopyTest.cpp181 static void reportCopyVerification(const SkBitmap& bm1, const SkBitmap& bm2, argument
190 (getPixel(coords[i]->fX, coords[i]->fY, bm1) ==
197 msg, getSkConfigName(bm1));

Completed in 194 milliseconds