Searched refs:freq (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/external/libvncserver/test/
H A Dtjutil.c35 LARGE_INTEGER freq; local
36 if(!QueryPerformanceFrequency(&freq)) return 0.0;
37 return (double)freq.QuadPart;
/external/compiler-rt/test/builtins/timing/
H A Dtiming.h17 uint64_t freq = 0;
18 size_t freqSize = sizeof( freq );
19 int err2 = sysctlbyname( "hw.cpufrequency", &freq, &freqSize, NULL, 0L );
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.h14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
25 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq,
/external/wpa_supplicant_8/src/ap/
H A Ddfs.h14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
25 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.h14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
25 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq,
/external/libopus/silk/float/
H A Dapply_sine_window_FLP.c46 silk_float freq, c, S0, S1; local
53 freq = PI / ( length + 1 );
56 c = 2.0f - freq * freq;
63 S1 = freq;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_clock.c44 LARGE_INTEGER freq , t ; local
45 /* freq is the clock speed of the CPU */
46 QueryPerformanceFrequency(&freq) ;
47 /* cout << "freq = " << ((double) freq.QuadPart) << endl; */
50 return ( t.QuadPart /(OPJ_FLOAT64) freq.QuadPart ) ;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dhw_features_common.h16 int chan, int *freq);
18 int freq, int *chan);
21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq);
34 int freq, int channel, int ht_enabled,
H A Dhw_features_common.c20 int chan, int *freq)
24 if (freq)
25 *freq = 0;
33 if (freq)
34 *freq = ch->freq;
44 int freq, int *chan)
56 if (ch->freq == freq) {
69 int freq; local
19 hw_get_channel_chan(struct hostapd_hw_modes *mode, int chan, int *freq) argument
43 hw_get_channel_freq(struct hostapd_hw_modes *mode, int freq, int *chan) argument
77 hw_get_chan(struct hostapd_hw_modes *mode, int freq) argument
354 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) argument
[all...]
H A Dieee802_11_common.c542 enum hostapd_hw_mode ieee80211_freq_to_chan(int freq, u8 *channel) argument
546 if (freq >= 2412 && freq <= 2472) {
548 *channel = (freq - 2407) / 5;
549 } else if (freq == 2484) {
552 } else if (freq >= 4900 && freq < 5000) {
554 *channel = (freq - 4000) / 5;
555 } else if (freq >= 5000 && freq < 590
824 int freq; local
854 ieee80211_is_dfs(int freq) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dhw_features_common.h16 int chan, int *freq);
18 int freq, int *chan);
21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq);
34 int freq, int channel, int ht_enabled,
H A Dhw_features_common.c20 int chan, int *freq)
24 if (freq)
25 *freq = 0;
33 if (freq)
34 *freq = ch->freq;
44 int freq, int *chan)
56 if (ch->freq == freq) {
69 int freq; local
19 hw_get_channel_chan(struct hostapd_hw_modes *mode, int chan, int *freq) argument
43 hw_get_channel_freq(struct hostapd_hw_modes *mode, int freq, int *chan) argument
77 hw_get_chan(struct hostapd_hw_modes *mode, int freq) argument
354 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Doffchannel.h13 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq,
17 unsigned int freq, const u8 *dst,
25 unsigned int freq, unsigned int duration);
27 unsigned int freq);
H A Doffchannel.c81 "waiting for another freq=%u (off_channel_freq=%u "
215 * @freq: The frequency in MHz indicating the channel on which the frame is to
233 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, argument
237 unsigned int freq, const u8 *dst,
244 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst="
246 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid),
269 wpa_s->pending_action_freq = freq;
272 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) {
291 if (freq) {
294 if (tx_iface->assoc_freq == freq) {
385 offchannel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, unsigned int freq, unsigned int duration) argument
402 offchannel_cancel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, unsigned int freq) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dhw_features_common.h16 int chan, int *freq);
18 int freq, int *chan);
21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq);
34 int freq, int channel, int ht_enabled,
H A Dhw_features_common.c20 int chan, int *freq)
24 if (freq)
25 *freq = 0;
33 if (freq)
34 *freq = ch->freq;
44 int freq, int *chan)
56 if (ch->freq == freq) {
69 int freq; local
19 hw_get_channel_chan(struct hostapd_hw_modes *mode, int chan, int *freq) argument
43 hw_get_channel_freq(struct hostapd_hw_modes *mode, int freq, int *chan) argument
77 hw_get_chan(struct hostapd_hw_modes *mode, int freq) argument
354 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) argument
[all...]
/external/speex/libspeex/
H A Dlsp.h56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack);
57 void lsp_to_lpc(spx_lsp_t *freq, spx_coef_t *ak, int lpcrdr, char *stack);
/external/deqp/framework/delibs/deutil/
H A DdeClock.c40 LARGE_INTEGER freq; local
43 QueryPerformanceFrequency(&freq);
44 DE_ASSERT(freq.LowPart != 0 || freq.HighPart != 0);
46 DE_ASSERT(freq.QuadPart >= 1000000);
47 return count.QuadPart / (freq.QuadPart / 1000000);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c68 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) argument
71 if (freq >= 2412 && freq <= 2472) {
72 if ((freq - 2407) % 5)
76 *channel = (freq - 2407) / 5;
80 if (freq == 2484) {
86 if (freq >= 5180 && freq <= 5240) {
87 if ((freq - 5000) % 5)
91 *channel = (freq
272 int freq = p2p_channel_to_freq(op->reg_class, local
318 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
334 p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) argument
344 p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq) argument
355 p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq) argument
371 int freq = 0; local
508 int freq; local
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c68 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) argument
71 if (freq >= 2412 && freq <= 2472) {
72 if ((freq - 2407) % 5)
76 *channel = (freq - 2407) / 5;
80 if (freq == 2484) {
86 if (freq >= 5180 && freq <= 5240) {
87 if ((freq - 5000) % 5)
91 *channel = (freq
272 int freq = p2p_channel_to_freq(op->reg_class, local
318 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
334 p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) argument
344 p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq) argument
355 p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq) argument
371 int freq = 0; local
508 int freq; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c68 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) argument
71 if (freq >= 2412 && freq <= 2472) {
72 if ((freq - 2407) % 5)
76 *channel = (freq - 2407) / 5;
80 if (freq == 2484) {
86 if (freq >= 5180 && freq <= 5240) {
87 if ((freq - 5000) % 5)
91 *channel = (freq
272 int freq = p2p_channel_to_freq(op->reg_class, local
318 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
334 p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) argument
344 p2p_supported_freq_go(struct p2p_data *p2p, unsigned int freq) argument
355 p2p_supported_freq_cli(struct p2p_data *p2p, unsigned int freq) argument
371 int freq = 0; local
508 int freq; local
[all...]
/external/jpeg/
H A Djchuff.h47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djchuff.h47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
/external/webp/src/utils/
H A Dquant_levels.c29 int freq[NUM_SYMBOLS] = { 0 }; local
54 num_levels_in += (freq[data[n]] == 0);
57 ++freq[data[n]];
87 if (freq[s] > 0) {
88 q_sum[slot] += s * freq[s];
89 q_count[slot] += freq[s];
108 err += freq[s] * error * error;
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-evlist.c39 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"),
55 if (details.event_group && (details.verbose || details.freq)) {

Completed in 580 milliseconds

1234567891011>>