HomeSort by relevance Sort by last modified time
    Searched refs:find_first_zero (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
bmap64.h 95 errcode_t (*find_first_zero)(ext2fs_generic_bitmap bitmap, member in struct:ext2_bitmap_ops
gen_bitmap64.c 807 if (EXT2FS_IS_64_BITMAP(bitmap) && bitmap->bitmap_ops->find_first_zero)
808 return bitmap->bitmap_ops->find_first_zero(bitmap, start,
blkmap64_ba.c 415 .find_first_zero = ba_find_first_zero
  /external/chromium_org/third_party/skia/tests/
PaintTest.cpp 53 static int find_first_zero(const uint16_t glyphs[], int count) { function
104 int index = find_first_zero(glyphs1, NGLYPHS);
  /external/skia/tests/
PaintTest.cpp 53 static int find_first_zero(const uint16_t glyphs[], int count) { function
104 int index = find_first_zero(glyphs1, NGLYPHS);

Completed in 245 milliseconds