Searched defs:bm2 (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/drd/ |
D | drd_bitmap.h | 381 struct bitmap2** bm2) in bm_cache_lookup() 460 struct bitmap2* const bm2) in bm_update_cache() 505 struct bitmap2* bm2; in bm2_lookup() local 530 struct bitmap2* bm2; in bm2_lookup_exclusive() local 546 void bm2_clear(struct bitmap2* const bm2) in bm2_clear() 565 struct bitmap2* bm2; in bm2_insert() local 584 struct bitmap2* const bm2) in bm2_insert_copy() 603 struct bitmap2* bm2; in bm2_lookup_or_insert() local 647 struct bitmap2* bm2; in bm2_remove() local 663 struct bitmap2* bm2; in bm_access_aligned_load() local [all …]
|
D | drd_bitmap.c | 153 struct bitmap2* bm2; in DRD_() local 250 struct bitmap2* bm2; in DRD_() local 345 struct bitmap2* bm2; in DRD_() local 375 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_() local 428 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_() local 483 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_() local 816 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_() local 1051 struct bitmap2* bm2; in DRD_() local 1067 const struct bitmap2* bm2; in DRD_() local 1097 struct bitmap2* bm2; in DRD_() local [all …]
|
D | pub_drd_bitmap.h | 63 struct bitmap2* bm2; member
|
/external/valgrind/drd/tests/ |
D | unit_bitmap.c | 100 int bm_equal_print_diffs(struct bitmap* bm1, struct bitmap* bm2) in bm_equal_print_diffs() 133 struct bitmap* bm2; in bm_test1() local 175 struct bitmap* bm2; in bm_test2() local 198 struct bitmap* bm2; in bm_test3() local
|
/external/skia/tests/ |
D | PDFJpegEmbedTest.cpp | 74 SkBitmap bm2(bitmap_from_data(cmykData)); in DEF_TEST() local
|
D | ImageNewShaderTest.cpp | 19 void testBitmapEquality(skiatest::Reporter* reporter, SkBitmap& bm1, SkBitmap& bm2) { in testBitmapEquality()
|
D | BitmapCopyTest.cpp | 160 static void reportCopyVerification(const SkBitmap& bm1, const SkBitmap& bm2, in reportCopyVerification()
|
/external/e2fsprogs/lib/ext2fs/ |
D | bitmaps.c | 232 ext2fs_block_bitmap bm2) in ext2fs_compare_block_bitmap() 239 ext2fs_inode_bitmap bm2) in ext2fs_compare_inode_bitmap()
|
D | gen_bitmap64.c | 582 ext2fs_generic_bitmap bm2) in ext2fs_compare_generic_bmap()
|
D | gen_bitmap.c | 347 ext2fs_generic_bitmap bm2) in ext2fs_compare_generic_bitmap()
|
/external/skia/gm/ |
D | simpleaaclip.cpp | 27 SkBitmap bm2; in paint_rgn() local
|
D | aaclip.cpp | 145 SkBitmap bm2; in test_image() local
|
/external/skia/samplecode/ |
D | SampleHairline.cpp | 207 SkBitmap bm, bm2; in onDrawContent() local
|