OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_idx
(Results
1 - 4
of
4
) 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/opencv3/modules/imgproc/src/
convhull.cpp
232
int
check_idx
= bl_count > 2 ? bl_stack[1] :
local
234
if(
check_idx
== stop_idx || (
check_idx
>= 0 &&
235
pointer[
check_idx
]->x == pointer[stop_idx]->x &&
236
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 318 milliseconds