HomeSort by: relevance | last modified time | path
    Searched defs:best_i (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tune/
tune-gcd-p.c 52 int best_i; local
75 for (best_i = 0, i = 1; i < 4; i++)
76 if (y[i] < y[best_i])
77 best_i = i;
82 if (best_i >= 2)
93 *minp = y[best_i];
94 return x[best_i];
  /src/usr.sbin/fstyp/
hammer2.c 297 int i, best_i, error = 1; local
301 best_i = -1;
317 if (best_i < 0 || best.mirror_tid < broot.mirror_tid) {
318 best_i = i;
323 bref = &vols[best_i]->voldata.sroot_blockset.blockref[0];
  /src/sys/arch/arm/samsung/
exynos_soc.c 348 int i, best_i, diff; local
374 best_i = -1;
378 best_i = i;
381 if (best_i < 0)
384 exynos_set_cpufreq(&cpu_freq_settings[best_i]);
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-partition.cc 485 unsigned int best_n_nodes = 0, best_i = 0; local
734 best_i = i;
745 best_cost, best_internal, best_i);
751 if (best_i != i)
755 i - best_i, best_i);
761 i = best_i;
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-partition.cc 485 unsigned int best_n_nodes = 0, best_i = 0; local
734 best_i = i;
745 best_cost, best_internal, best_i);
751 if (best_i != i)
755 i - best_i, best_i);
761 i = best_i;

Completed in 23 milliseconds