HomeSort by relevance Sort by last modified time
    Searched defs:max_idx (Results 1 - 6 of 6) 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 242 unsigned max_idx = APN->getNumIncomingValues(); local
243 assert(max_idx != 0 && "PHI Node in block with 0 predecessors!?!?!");
244 if (max_idx == 2) {
248 if (this == Other) max_idx = 3;
252 if (max_idx <= 2 && !DontDeleteUselessPHIs) {
259 if (max_idx == 2) {
  /external/openssl/crypto/des/
des_opts.c 429 int max_idx=0,i,num=0,j; local
507 max_idx=0;
510 if (max < tm[1]) { max=tm[1]; max_idx=1; }
513 if (max < tm[2]) { max=tm[2]; max_idx=2; }
518 if (max < tm[3]) { max=tm[3]; max_idx=3; }
521 if (max < tm[4]) { max=tm[4]; max_idx=4; }
524 if (max < tm[5]) { max=tm[5]; max_idx=5; }
529 if (max < tm[6]) { max=tm[6]; max_idx=6; }
532 if (max < tm[7]) { max=tm[7]; max_idx=7; }
535 if (max < tm[8]) { max=tm[8]; max_idx=8;
    [all...]
  /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);
  /art/runtime/gc/allocator/
rosalloc.cc 2176 const size_t max_idx = pm_idx + (end - start) \/ kPageSize; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 3126 int32_t max_idx = MAX_INFLIGHT_REQUESTS-1; local
    [all...]

Completed in 313 milliseconds