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

/netbsd-current/usr.bin/audiocfg/
H A Ddtmf.c47 unsigned int chanmask, float freq1, float freq2)
59 sin(i * PI2 * (freq2 / sample_rate))) * 16383
45 dtmf_create(int16_t *buf, unsigned int sample_rate, unsigned short sample_length, unsigned short channels, unsigned int chanmask, float freq1, float freq2) argument
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dop_classes.c219 int freq2 = 0; local
237 freq2 = 1;
242 freq2 = freq5 = 1;
247 if (op_class->op_class >= 81 && op_class->op_class <= 84 && !freq2)
H A Dctrl_iface.c5591 static int parse_freq(int chwidth, int freq2) argument
5593 if (freq2 < 0)
5595 if (freq2)
5631 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
5696 pos2 = os_strstr(pos, " freq2=");
5698 freq2 = atoi(pos2 + 7);
5704 max_oper_chwidth = parse_freq(chwidth, freq2);
5748 auth, go_intent, freq, freq2, persistent_id,
6305 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6344 pos = os_strstr(cmd, "freq2
6430 int max_oper_chwidth, chwidth = 0, freq2 = 0; local
[all...]
H A Dp2p_supplicant.c5473 * @freq2: Center frequency of segment 1 for the GO operating in VHT 80P80 mode
5946 static int wpas_same_band(int freq1, int freq2) argument
5952 mode2 = ieee80211_freq_to_chan(freq2, &chan2);
9163 int freq1 = 0, freq2 = 0; local
9182 freq2 = ieee80211_chan_to_freq(
9186 if (freq1 < 0 || freq2 < 0) {
9195 csa_settings.freq_params.center_freq2 = freq2;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dprofile.cc761 double freq2 = bb->count.to_sreal_scale
764 bb_stats stat = {bb, freq1, freq2,
768 sum2 += freq2;
760 double freq2 = bb->count.to_sreal_scale local
H A Dira-color.cc2542 int diff, freq1, freq2, a1_num, a2_num, pref1, pref2;
2548 freq2 = ALLOCNO_COLOR_DATA (t2)->thread_freq;
2549 if ((diff = freq1 - freq2) != 0)
2564 freq2 = ALLOCNO_FREQ (a2);
2565 if ((diff = freq1 - freq2) != 0)
/netbsd-current/sys/dev/pci/
H A Desm.c1053 unsigned freq, freq2; local
1060 freq2 = calc_timer_freq(&ess->rch);
1061 if (freq2 > freq)
1062 freq = freq2;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c2301 int diff, freq1, freq2, a1_num, a2_num, pref1, pref2;
2307 freq2 = ALLOCNO_COLOR_DATA (t2)->thread_freq;
2308 if ((diff = freq1 - freq2) != 0)
2323 freq2 = ALLOCNO_FREQ (a2);
2324 if ((diff = freq1 - freq2) != 0)
2295 int diff, freq1, freq2, a1_num, a2_num, pref1, pref2; local

Completed in 394 milliseconds