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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 137 u64 max_idx = MutexTypeInvalid; local
144 max_idx = i;
148 if (max_idx == MutexTypeInvalid)
150 // Printf(" last %d @%zu\n", max_idx, max_seq);
151 if (!CanLockAdj[max_idx][t]) {
154 t, (uptr)max_idx);
  /external/llvm/lib/IR/
BasicBlock.cpp 283 unsigned max_idx = APN->getNumIncomingValues(); local
284 assert(max_idx != 0 && "PHI Node in block with 0 predecessors!?!?!");
285 if (max_idx == 2) {
289 if (this == Other) max_idx = 3;
293 if (max_idx <= 2 && !DontDeleteUselessPHIs) {
300 if (max_idx == 2) {
  /external/e2fsprogs/debugfs/
set_fields.c 60 int max_idx; member in struct:field_set_info
327 if (ss->max_idx > 0 && array_idx >= ss->max_idx)
613 if (ss->max_idx > 0)
614 sprintf(idx, "[%d]", ss->max_idx);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 582 uptr max_idx = tr_event_pointer - tr_event_array; local
583 if (!max_idx) return;
611 uptr bytes_to_write = max_idx * sizeof(tr_event_array[0]);
626 VReport(1, " CovDump: Trace: %zd Events written\n", max_idx);
632 uptr max_idx = atomic_load(&cc_array_index, memory_order_relaxed); local
633 if (!max_idx) return;
639 for (uptr i = 0; i < max_idx; i++) {
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 3419 int32_t max_idx = (int32_t) (mNumBuffers - 1); local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 2210 const size_t max_idx = pm_idx + (end - start) \/ kPageSize; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 3107 int32_t max_idx = MAX_INFLIGHT_REQUESTS-1; local
    [all...]

Completed in 1207 milliseconds