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

1234567891011>>

/external/qemu/
H A Dqemu-timer-common.c35 LARGE_INTEGER freq; local
37 ret = QueryPerformanceFrequency(&freq);
42 clock_freq = freq.QuadPart;
/external/compiler-rt/test/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/qemu/distrib/sdl-1.2.15/src/audio/dc/
H A Daica.h33 void aica_play(int ch,int mode,unsigned long smpptr,int looptst,int loopend,int freq,int vol,int pan,int loopflag);
37 void aica_freq(int ch,int freq);
H A Daica.c116 static inline unsigned AICA_FREQ(unsigned freq) { argument
123 while (freq < freq_base && freq_hi > -8) {
127 while (freq < freq_base && freq_hi > -8) {
131 freq_lo = (freq<<10) / freq_base;
145 freq is the sampling rate of the sound
151 void aica_play(int ch,int mode,unsigned long smpptr,int loopst,int loopend,int freq,int vol,int pan,int loopflag) { argument
179 CHNREG32(ch, 24) = AICA_FREQ(freq);
252 void aica_freq(int ch,int freq) { argument
253 g2_write_32(CHNREGADDR(ch, 24),AICA_FREQ(freq));
/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.c80 "waiting for another freq=%u (off_channel_freq=%u "
167 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, argument
171 unsigned int freq, const u8 *dst,
178 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst="
180 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid),
202 wpa_s->pending_action_freq = freq;
205 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) {
221 if (freq) {
224 if (tx_iface->assoc_freq == freq) {
228 freq
287 offchannel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, unsigned int freq, unsigned int duration) argument
296 offchannel_cancel_remain_on_channel_cb(struct wpa_supplicant *wpa_s, unsigned int freq) argument
[all...]
H A Dgas_query.h20 const u8 *bssid, const u8 *data, size_t len, int freq);
32 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
H A Dp2p_supplicant.h23 int auth, int go_intent, int freq, int persistent_id,
26 unsigned int freq, unsigned int duration);
28 unsigned int freq);
31 int freq);
35 int freq, int ht40);
38 int freq, int ht40);
71 u8 category, const u8 *data, size_t len, int freq);
85 void wpas_sd_request(void *ctx, int freq, const u8 *sa, u8 dialog_token,
96 void wpas_p2p_sd_response(struct wpa_supplicant *wpa_s, int freq,
115 struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq,
[all...]
H A Dhs20_supplicant.c76 int freq; local
80 freq = wpa_s->assoc_freq;
83 freq = bss->freq;
84 if (freq <= 0)
94 res = gas_query_req(wpa_s->gas, dst, freq, buf, anqp_resp_cb, wpa_s);
/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/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c142 int p2p_freq_to_channel(const char *country, unsigned int freq, u8 *reg_class, argument
146 if (freq >= 2412 && freq <= 2472) {
148 *channel = (freq - 2407) / 5;
152 if (freq == 2484) {
158 if (freq >= 5180 && freq <= 5240) {
160 *channel = (freq - 5000) / 5;
164 if (freq >= 5745 && freq <
257 p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c142 int p2p_freq_to_channel(const char *country, unsigned int freq, u8 *reg_class, argument
146 if (freq >= 2412 && freq <= 2472) {
148 *channel = (freq - 2407) / 5;
152 if (freq == 2484) {
158 if (freq >= 5180 && freq <= 5240) {
160 *channel = (freq - 5000) / 5;
164 if (freq >= 5745 && freq <
257 p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c142 int p2p_freq_to_channel(const char *country, unsigned int freq, u8 *reg_class, argument
146 if (freq >= 2412 && freq <= 2472) {
148 *channel = (freq - 2407) / 5;
152 if (freq == 2484) {
158 if (freq >= 5180 && freq <= 5240) {
160 *channel = (freq - 5000) / 5;
164 if (freq >= 5745 && freq <
257 p2p_supported_freq(struct p2p_data *p2p, unsigned int freq) argument
[all...]
/external/jpeg/
H A Djchuff.h47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
/external/libvpx/vpx_ports/
H A Dvpx_timer.h82 LARGE_INTEGER freq, diff; local
86 if (QueryPerformanceFrequency(&freq) && diff.QuadPart < freq.QuadPart)
87 return (long)(diff.QuadPart * 1000000 / freq.QuadPart);
/external/qemu/audio/
H A Daudio_win_int.c21 wfx->nSamplesPerSec = as->freq;
22 wfx->nAvgBytesPerSec = as->freq << (as->nchannels == 2);
47 dolog ("Internal logic error: Bad audio format %d\n", as->freq);
67 as->freq = wfx->nSamplesPerSec;
H A Dwavcapture.c9 int freq; member in struct:__anon10340
75 wav->freq, wav->bits, wav->nchannels,
84 int wav_start_capture (CaptureState *s, const char *path, int freq, argument
114 as.freq = freq;
129 le_store (hdr + 24, freq, 4);
130 le_store (hdr + 28, freq << shift, 4);
144 wav->freq = freq;
/external/qemu/distrib/jpeg-6b/
H A Djchuff.h47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_tveille.h49 unsigned short freq; member in struct:__anon10735
/external/webp/src/utils/
H A Dquant_levels.c31 int freq[NUM_SYMBOLS] = { 0 }; local
56 num_levels_in += (freq[data[n]] == 0);
59 ++freq[data[n]];
89 if (freq[s] > 0) {
90 q_sum[slot] += s * freq[s];
91 q_count[slot] += freq[s];
110 err += freq[s] * error * error;
/external/wpa_supplicant_6/wpa_supplicant/examples/
H A Dwpas-test.py74 freq = 0
76 freq = props["frequency"]
83 print " %s :: ssid='%s' wpa=%s wpa2=%s quality=%d%% rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, qual, maxrate, freq)
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dscanresults.ui.h61 QString ssid, bssid, freq, signal, flags; local
63 freq = cols.count() > 1 ? cols[1] : "";
67 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal, flags);
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-test.py74 freq = 0
76 freq = props["frequency"]
83 print " %s :: ssid='%s' wpa=%s wpa2=%s quality=%d%% rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, qual, maxrate, freq)
/external/e2fsprogs/misc/
H A Dfsck.h45 int freq; member in struct:fs_info
/external/qemu/distrib/sdl-1.2.15/src/audio/sun/
H A DSDL_sunaudio.c166 /* Assuming that this->spec.freq >= 8000 Hz */
171 incr = this->spec.freq/8;
249 int desired_freq = spec->freq;
297 info.play.sample_rate = spec->freq;
314 spec->freq = info.play.sample_rate;
330 spec->freq = 8000;
347 spec->freq = desired_freq;
348 fragsize = (spec->samples*1000)/(spec->freq/8);
358 frequency = spec->freq/1000;
363 fprintf(stderr, "format=0x%x chan=%d freq
[all...]

Completed in 1215 milliseconds

1234567891011>>