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

  /external/e2fsprogs/lib/ext2fs/
closefs.c 144 int check_idx, write_idx, size; local
158 for (check_idx = 0; check_idx < SUPERBLOCK_SIZE/2; check_idx++) {
159 if (old_super[check_idx] == new_super[check_idx])
161 write_idx = check_idx;
162 for (check_idx++; check_idx < SUPERBLOCK_SIZE/2; check_idx++
    [all...]
  /external/opencv/cv/src/
cvconvhull.cpp 445 int check_idx = bl_count > 2 ? bl_stack[1] : local
447 if( check_idx == stop_idx || (check_idx >= 0 &&
448 pointer[check_idx]->x == pointer[stop_idx]->x &&
449 pointer[check_idx]->y == pointer[stop_idx]->y) )

Completed in 43 milliseconds