Searched defs:bm2 (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/drd/ |
D | drd_bitmap.h | 380 struct bitmap2** bm2) in bm_cache_lookup() 459 struct bitmap2* const bm2) in bm_update_cache() 504 struct bitmap2* bm2; in bm2_lookup() local 529 struct bitmap2* bm2; in bm2_lookup_exclusive() local 545 void bm2_clear(struct bitmap2* const bm2) in bm2_clear() 564 struct bitmap2* bm2; in bm2_insert() local 583 struct bitmap2* const bm2) in bm2_insert_copy() 602 struct bitmap2* bm2; in bm2_lookup_or_insert() local 646 struct bitmap2* bm2; in bm2_remove() local 662 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 | 102 int bm_equal_print_diffs(struct bitmap* bm1, struct bitmap* bm2) in bm_equal_print_diffs() 135 struct bitmap* bm2; in bm_test1() local 177 struct bitmap* bm2; in bm_test2() local 200 struct bitmap* bm2; in bm_test3() local
|
/external/skia/tests/ |
D | EncodeTest.cpp | 166 SkBitmap bm0, bm1, bm2; in DEF_TEST() local 280 SkBitmap bm0, bm1, bm2; in DEF_TEST() local 331 SkBitmap bm0, bm1, bm2, bm3; in DEF_TEST() local
|
D | ImageNewShaderTest.cpp | 19 static void test_bitmap_equality(skiatest::Reporter* reporter, SkBitmap& bm1, SkBitmap& bm2) { in test_bitmap_equality()
|
D | CodecPartialTest.cpp | 37 static void compare_bitmaps(skiatest::Reporter* r, const SkBitmap& bm1, const SkBitmap& bm2) { in compare_bitmaps()
|
D | CodecTest.cpp | 1065 SkBitmap bm2; in check_round_trip() local
|
D | ImageTest.cpp | 1257 SkBitmap bm2; in DEF_TEST() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | bitmaps.c | 233 ext2fs_block_bitmap bm2) in ext2fs_compare_block_bitmap() 240 ext2fs_inode_bitmap bm2) in ext2fs_compare_inode_bitmap()
|
D | gen_bitmap64.c | 584 ext2fs_generic_bitmap bm2) in ext2fs_compare_generic_bmap()
|
D | gen_bitmap.c | 348 ext2fs_generic_bitmap bm2) in ext2fs_compare_generic_bitmap()
|
/external/skia/gm/ |
D | simpleaaclip.cpp | 28 SkBitmap bm2; in paint_rgn() local
|
D | aaclip.cpp | 205 SkBitmap bm2; in test_image() local
|
/external/skia/samplecode/ |
D | SampleHairline.cpp | 202 SkBitmap bm, bm2; in onDrawContent() local
|