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

  /external/e2fsprogs/lib/ext2fs/
closefs.c 188 int check_idx, write_idx, size; local
203 for (check_idx = 0; check_idx < SUPERBLOCK_SIZE/2; check_idx++) {
204 if (old_super[check_idx] == new_super[check_idx])
206 write_idx = check_idx;
207 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) )
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 365 void check_idx(uptr idx) const { CHECK_LT(idx, size()); } function in class:__sanitizer::DeadlockDetector
373 check_idx(idx);

Completed in 173 milliseconds