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 97 errcode_t (*find_first_zero)(ext2fs_generic_bitmap_64 bitmap, member in struct:ext2_bitmap_ops
blkmap64_ba.c 490 .find_first_zero = ba_find_first_zero,
gen_bitmap64.c 871 if (bmap64->bitmap_ops->find_first_zero) {
872 retval = bmap64->bitmap_ops->find_first_zero(bmap64, cstart,
blkmap64_rb.c 987 .find_first_zero = rb_find_first_zero,
  /external/skia/tests/
PaintTest.cpp 50 static int find_first_zero(const uint16_t glyphs[], int count) { function
99 int index = find_first_zero(glyphs1, NGLYPHS);
  /external/skqp/tests/
PaintTest.cpp 50 static int find_first_zero(const uint16_t glyphs[], int count) { function
99 int index = find_first_zero(glyphs1, NGLYPHS);

Completed in 1744 milliseconds