Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/dntpd/
H A Dclient.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()
H A Dclient.h131 struct server_info **best_freq);
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbb-reorder.c294 int best_freq = -1; in rotate_loop() local
323 best_freq = freq; in rotate_loop()
337 best_freq = EDGE_FREQUENCY (e); 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()
537 best_freq = freq; in find_traces_1_round()
846 int best_freq, const_edge cur_best_edge) in better_edge_p() argument
853 int diff_freq = best_freq / 10; in better_edge_p()
861 else if (freq < best_freq - diff_freq) in better_edge_p()
[all …]
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_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/
H A Dp2p_supplicant.c2916 int best_freq; in wpas_invitation_process() local
3012 best_freq = 0; in wpas_invitation_process()
3023 if (best_freq > 0) { in wpas_invitation_process()
3030 *force_freq = best_freq; in wpas_invitation_process()
5396 best_freq, go); in wpas_p2p_setup_freqs()
5418 i, best_freq); in wpas_p2p_setup_freqs()
5431 if (best_freq > 0) { in wpas_p2p_setup_freqs()
5434 best_freq); in wpas_p2p_setup_freqs()
5435 *pref_freq = best_freq; in wpas_p2p_setup_freqs()
5438 best_freq); in wpas_p2p_setup_freqs()
[all …]