Home
last modified time | relevance | path

Searched refs:best_freq (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/dntpd/
HDclient.c48 struct server_info *best_freq; in client_main() local
89 best_freq = NULL; in client_main()
91 client_check(&info_ary[i], &best_off, &best_freq); in client_main()
147 if (best_freq) { in client_main()
148 freq += best_freq->lin_cache_freq; in client_main()
264 struct server_info **best_freq) in client_check() argument
314 info = *best_freq; in client_check()
322 *best_freq = info; in client_check()
HDclient.h131 struct server_info **best_freq);
/dragonfly/contrib/gcc-4.7/gcc/
HDbb-reorder.c294 int best_freq = -1; in rotate_loop() local
321 if (freq > best_freq || e->count > best_count) in rotate_loop()
323 best_freq = freq; in rotate_loop()
337 best_freq = EDGE_FREQUENCY (e); in rotate_loop()
345 if (!best_edge || freq > best_freq || e->count > best_count) in rotate_loop()
347 best_freq = freq; in rotate_loop()
479 int best_freq = INT_MIN / 2; in find_traces_1_round() local
517 best_freq = freq; in find_traces_1_round()
532 if (better_edge_p (bb, e, prob, freq, best_prob, best_freq, in find_traces_1_round()
537 best_freq = freq; in find_traces_1_round()
[all …]
/dragonfly/sys/dev/drm/radeon/
HDradeon_display.c1121 uint32_t best_freq = -1; in radeon_compute_pll_legacy() local
1235 best_freq = current_freq; in radeon_compute_pll_legacy()
1239 if (best_freq == -1) { in radeon_compute_pll_legacy()
1244 best_freq = current_freq; in radeon_compute_pll_legacy()
1257 best_freq = current_freq; in radeon_compute_pll_legacy()
1275 *dot_clock_p = best_freq / 10000; in radeon_compute_pll_legacy()
1282 best_freq / 1000, best_feedback_div, best_frac_feedback_div, in radeon_compute_pll_legacy()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDp2p_supplicant.c2916 int best_freq; in wpas_invitation_process() local
3012 best_freq = 0; in wpas_invitation_process()
3018 best_freq = wpas_p2p_pick_best_used_freq(wpa_s, freqs, num); in wpas_invitation_process()
3023 if (best_freq > 0) { in wpas_invitation_process()
3025 wpas_p2p_set_own_freq_preference(wpa_s, best_freq); in wpas_invitation_process()
3030 *force_freq = best_freq; in wpas_invitation_process()
5317 int res, best_freq, num_unused; in wpas_p2p_setup_freqs() local
5385 best_freq = wpas_p2p_pick_best_used_freq(wpa_s, freqs, num); in wpas_p2p_setup_freqs()
5396 best_freq, go); in wpas_p2p_setup_freqs()
5415 best_freq = pref_freq_list[i]; in wpas_p2p_setup_freqs()
[all …]