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

  /src/usr.sbin/fstyp/
hammer2.c 297 int i, best_i, error = 1; local in function:read_label
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 in function:sysctl_cpufreq_target
374 best_i = -1;
378 best_i = i;
381 if (best_i < 0)
384 exynos_set_cpufreq(&cpu_freq_settings[best_i]);

Completed in 12 milliseconds