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

/freebsd-10.0-release/crypto/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...]
/freebsd-10.0-release/crypto/openssl/crypto/bf/
H A Dbf_opts.c236 int max_idx=0,i,num=0,j; local
290 max_idx=0;
293 if (max < tm[1]) { max=tm[1]; max_idx=1; }
296 if (max < tm[2]) { max=tm[2]; max_idx=2; }
299 printf("%s %12.2f 100.0%%\n",str[max_idx],tm[max_idx]);
300 d=tm[max_idx];
301 tm[max_idx]= -2.0;
315 switch (max_idx)
/freebsd-10.0-release/crypto/openssl/crypto/cast/
H A Dcastopts.c246 int max_idx=0,i,num=0,j; local
300 max_idx=0;
303 if (max < tm[1]) { max=tm[1]; max_idx=1; }
306 if (max < tm[2]) { max=tm[2]; max_idx=2; }
309 printf("%s %12.2f 100.0%%\n",str[max_idx],tm[max_idx]);
310 d=tm[max_idx];
311 tm[max_idx]= -2.0;
325 switch (max_idx)
/freebsd-10.0-release/contrib/llvm/lib/IR/
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) {
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_fat.c663 u_long idx, max_idx; local
669 max_idx = pmp->pm_maxcluster / N_INUSEBITS;
681 while (++idx <= max_idx) {
/freebsd-10.0-release/contrib/gcc/
H A Dbb-reorder.c1223 int *max_idx)
1255 if (i == *max_idx)
1257 *max_idx *= 2;
1259 (*max_idx) * sizeof (edge));
1220 find_rarely_executed_basic_blocks_and_crossing_edges(edge *crossing_edges, int *n_crossing_edges, int *max_idx) argument
/freebsd-10.0-release/tools/tools/cxgbtool/
H A Dcxgbtool.c1566 int i, idx, max_idx, entries; local
1587 max_idx = (entries / 4) - 1;
1588 for (i = 0; i < max_idx; i++) {
/freebsd-10.0-release/sys/dev/mps/
H A Dmps_mapping.c485 u32 map_idx, max_idx = sc->max_devices; local
493 max_idx -= sc->max_volumes;
494 for (map_idx = start_idx; map_idx < max_idx; map_idx++, mt_entry++)

Completed in 170 milliseconds