Searched refs:max_idx (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/des/
H A Ddes_opts.c429 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
[all...]
/external/llvm/lib/VMCore/
H A DBasicBlock.cpp238 unsigned max_idx = APN->getNumIncomingValues(); local
239 assert(max_idx != 0 && "PHI Node in block with 0 predecessors!?!?!");
240 if (max_idx == 2) {
244 if (this == Other) max_idx = 3;
248 if (max_idx <= 2 && !DontDeleteUselessPHIs) {
255 if (max_idx == 2) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc126 u64 max_idx = MutexTypeInvalid; local
133 max_idx = i;
137 if (max_idx == MutexTypeInvalid)
139 // TsanPrintf(" last %d @%zu\n", max_idx, max_seq);
140 if (!CanLockAdj[max_idx][t]) {
143 t, (uptr)max_idx);
/external/e2fsprogs/debugfs/
H A Dset_fields.c57 int max_idx; member in struct:field_set_info
243 if (ss->max_idx > 0 && array_idx >= ss->max_idx)
471 if (ss->max_idx > 0)
472 sprintf(idx, "[%d]", ss->max_idx);
/external/opencv/cv/include/
H A Dcv.h848 int* max_idx CV_DEFAULT(NULL));
/external/valgrind/tsan/
H A Dts_pin.cc421 size_t max_idx = TS_ARRAY_SIZE(G_stats->tleb_flush); local
422 size_t idx = min((size_t)u32_log2(tleb.size), max_idx - 1);
423 CHECK(idx < max_idx);

Completed in 142 milliseconds