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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/array/
at.pass.cpp 27 constexpr bool check_idx( size_t idx, double val ) function
95 static_assert (check_idx(0, 1), "");
96 static_assert (check_idx(1, 2), "");
97 static_assert (check_idx(2, 3.5), "");
indexing.pass.cpp 27 constexpr bool check_idx( size_t idx, double val ) function
76 static_assert (check_idx(0, 1), "");
77 static_assert (check_idx(1, 2), "");
78 static_assert (check_idx(2, 3.5), "");
  /external/libcxx/test/std/containers/sequences/array/
at.pass.cpp 27 constexpr bool check_idx( size_t idx, double val ) function
115 static_assert (check_idx(0, 1), "");
116 static_assert (check_idx(1, 2), "");
117 static_assert (check_idx(2, 3.5), "");
indexing.pass.cpp 27 constexpr bool check_idx( size_t idx, double val ) function
103 static_assert (check_idx(0, 1), "");
104 static_assert (check_idx(1, 2), "");
105 static_assert (check_idx(2, 3.5), "");
  /external/e2fsprogs/lib/ext2fs/
closefs.c 196 int check_idx, write_idx, size; local
211 for (check_idx = 0; check_idx < SUPERBLOCK_SIZE/2; check_idx++) {
212 if (old_super[check_idx] == new_super[check_idx])
214 write_idx = check_idx;
215 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 369 void check_idx(uptr idx) const { CHECK_LT(idx, size()); } function in class:__sanitizer::DeadlockDetector
377 check_idx(idx);

Completed in 122 milliseconds