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

/external/skia/tests/
H A DImageNewShaderTest.cpp19 void testBitmapEquality(skiatest::Reporter* reporter, SkBitmap& bm1, SkBitmap& bm2) { argument
20 SkAutoLockPixels lockBm1(bm1);
23 REPORTER_ASSERT(reporter, bm1.getSize() == bm2.getSize());
24 REPORTER_ASSERT(reporter, 0 == memcmp(bm1.getPixels(), bm2.getPixels(), bm1.getSize()));
H A DBitmapCopyTest.cpp161 static void reportCopyVerification(const SkBitmap& bm1, const SkBitmap& bm2, argument
167 uint32_t p1 = getPixel(coords[i]->fX, coords[i]->fY, bm1);
171 ERRORF(reporter, "%s [colortype = %s]", msg, gColorTypeName[bm1.colorType()]);
/external/e2fsprogs/lib/ext2fs/
H A Dbitmaps.c231 errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, argument
235 bm1, bm2));
238 errcode_t ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1, argument
242 bm1, bm2));
H A Dgen_bitmap.c346 ext2fs_generic_bitmap bm1,
351 if (!bm1 || bm1->magic != magic)
356 if ((bm1->start != bm2->start) ||
357 (bm1->end != bm2->end) ||
358 (memcmp(bm1->bitmap, bm2->bitmap,
359 (size_t) (bm1->end - bm1->start)/8)))
362 for (i = bm1->end - ((bm1
345 ext2fs_compare_generic_bitmap(errcode_t magic, errcode_t neq, ext2fs_generic_bitmap bm1, ext2fs_generic_bitmap bm2) argument
[all...]
H A Dgen_bitmap64.c581 ext2fs_generic_bitmap bm1,
586 if (!bm1 || !bm2)
588 if (bm1->magic != bm2->magic)
592 if (EXT2FS_IS_32_BITMAP(bm1))
593 return ext2fs_compare_generic_bitmap(bm1->magic, neq, bm1, bm2);
595 if (!EXT2FS_IS_64_BITMAP(bm1))
598 if ((bm1->start != bm2->start) ||
599 (bm1->end != bm2->end))
602 for (i = bm1
580 ext2fs_compare_generic_bmap(errcode_t neq, ext2fs_generic_bitmap bm1, ext2fs_generic_bitmap bm2) argument
[all...]
/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))
117 DRD_(bm_has_1)(bm1, i, eLoad) ? 'R' : ' ',
118 DRD_(bm_has_1)(bm1, i, eStore) ? 'W' : ' ',
174 struct bitmap* bm1; local
177 bm1 = DRD_(bm_new)();
179 DRD_(bm_access_load_1)(bm1, 7);
181 assert(! DRD_(bm_equal)(bm1, bm
197 struct bitmap* bm1; local
[all...]
/external/valgrind/drd/
H A Ddrd_bitmap.c188 bm2->bm1.bm0_r[k] = ~(UWord)0;
195 bm0_set(bm2->bm1.bm0_r, b0);
285 bm2->bm1.bm0_w[k] = ~(UWord)0;
292 bm0_set(bm2->bm1.bm0_w, b0);
354 const struct bitmap1* const p1 = &bm2->bm1;
388 const struct bitmap1* const p1 = &bm2->bm1;
441 const struct bitmap1* const p1 = &bm2->bm1;
496 const struct bitmap1* const p1 = &bm2->bm1;
548 p1 = &p2->bm1;
597 bm0_clear_range(p2->bm1
1010 bm_swap(struct bitmap* const bm1, struct bitmap* const bm2) argument
1223 const struct bitmap1* bm1; local
[all...]
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 250 milliseconds