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

  /system/core/fs_mgr/
fs_mgr.c 300 * end_idx: On return, will be the last rec that was looked at.
307 static int mount_with_alternatives(struct fstab *fstab, int start_idx, int *end_idx, int *attempted_idx)
313 if (!end_idx || !attempted_idx || start_idx >= fstab->num_entries) {
315 if (end_idx) *end_idx = start_idx;
316 if (attempted_idx) *end_idx = start_idx;
357 *end_idx = i;
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 296 for end_idx in xrange(samples_per_loop, len(self._stats[kname]),
299 self._stats[kname][start_idx:end_idx])
301 start_idx = end_idx
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 526 uptr end_idx = beg_idx + count * size; local
528 if (end_idx + size > region->mapped_user) {
531 while (end_idx + size > region->mapped_user + map_size)
533 CHECK_GE(region->mapped_user + map_size, end_idx);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]
  /external/opencv3/modules/core/src/
datastructs.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]

Completed in 2344 milliseconds