HomeSort by relevance Sort by last modified time
    Searched refs:find_first_zero (Results 1 - 6 of 6) 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
blkmap64_ba.c 490 .find_first_zero = ba_find_first_zero,
gen_bitmap64.c 837 if (bitmap->bitmap_ops->find_first_zero) {
838 retval = bitmap->bitmap_ops->find_first_zero(bitmap, cstart,
blkmap64_rb.c 978 .find_first_zero = rb_find_first_zero,
  /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);
  /external/skqp/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 183 milliseconds