Searched refs:find_first_zero (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h95 errcode_t (*find_first_zero)(ext2fs_generic_bitmap bitmap, member in struct:ext2_bitmap_ops
H A Dgen_bitmap64.c807 if (EXT2FS_IS_64_BITMAP(bitmap) && bitmap->bitmap_ops->find_first_zero)
808 return bitmap->bitmap_ops->find_first_zero(bitmap, start,
H A Dblkmap64_ba.c415 .find_first_zero = ba_find_first_zero
/external/chromium_org/third_party/skia/tests/
H A DPaintTest.cpp53 static int find_first_zero(const uint16_t glyphs[], int count) { function
104 int index = find_first_zero(glyphs1, NGLYPHS);
/external/skia/tests/
H A DPaintTest.cpp53 static int find_first_zero(const uint16_t glyphs[], int count) { function
104 int index = find_first_zero(glyphs1, NGLYPHS);

Completed in 2056 milliseconds