Searched defs:bm1 (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
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 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...]
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c89 int bm_equal_print_diffs(struct bitmap* bm1, struct bitmap* bm2) argument
93 equal = DRD_(bm_equal)(bm1, bm2);
101 if (DRD_(bm_has_1)(bm1, i, eLoad) != DRD_(bm_has_1)(bm2, i, eLoad)
102 || DRD_(bm_has_1)(bm1, i, eStore) != DRD_(bm_has_1)(bm2, i, eStore))
106 DRD_(bm_has_1)(bm1, i, eLoad) ? 'R' : ' ',
107 DRD_(bm_has_1)(bm1, i, eStore) ? 'W' : ' ',
163 struct bitmap* bm1; local
166 bm1 = DRD_(bm_new)();
168 DRD_(bm_access_load_1)(bm1, 7);
170 assert(! DRD_(bm_equal)(bm1, bm
186 struct bitmap* bm1; local
[all...]
/external/skia/tests/
H A DBitmapCopyTest.cpp214 void reportCopyVerification(const SkBitmap& bm1, const SkBitmap& bm2, argument
223 (getPixel(coords[i]->fX, coords[i]->fY, bm1) ==
229 msg, getSkConfigName(bm1));
/external/valgrind/main/drd/
H A Ddrd_bitmap.c176 bm2->bm1.bm0_r[k] = ~(UWord)0;
183 bm0_set(bm2->bm1.bm0_r, b0);
273 bm2->bm1.bm0_w[k] = ~(UWord)0;
280 bm0_set(bm2->bm1.bm0_w, b0);
353 const struct bitmap1* const p1 = &bm2->bm1;
406 const struct bitmap1* const p1 = &bm2->bm1;
461 const struct bitmap1* const p1 = &bm2->bm1;
513 p1 = &p2->bm1;
562 bm0_clear_range(p2->bm1.bm0_r, address_lsb(c), SCALED_SIZE(c_next - c));
563 bm0_clear_range(p2->bm1
975 bm_swap(struct bitmap* const bm1, struct bitmap* const bm2) argument
1188 const struct bitmap1* bm1; local
[all...]

Completed in 177 milliseconds