Home
last modified time | relevance | path

Searched defs:bm1 (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dcmp_bitmaps.c29 errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, in ext2fs_compare_block_bitmap()
51 errcode_t ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1, in ext2fs_compare_inode_bitmap()
/external/skia/bench/
Dbenchmain.cpp33 static bool equal(const SkBitmap& bm1, const SkBitmap& bm2) { in equal()