Searched defs:freqs (Results 1 - 18 of 18) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_stfa.c66 static const int freqs[16]={ variable
218 SDL_MintAudio_AddFrequency(this, freqs[i], 0, i, -1);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan_learn.c215 int *freqs = NULL, *n; local
220 if (in_array(freqs, bss->freq))
222 n = os_realloc_array(freqs, *count + 2, sizeof(int));
224 return freqs;
225 freqs = n;
226 freqs[*count] = bss->freq;
228 freqs[*count] = 0;
231 return freqs;
236 int *freqs, size_t count)
241 return freqs;
235 bgscan_learn_get_probe_freq(struct bgscan_learn_data *data, int *freqs, size_t count) argument
273 int *freqs = NULL; local
352 int i, j, *freqs = NULL, *n; local
[all...]
H A Devents.c507 static int freq_allowed(int *freqs, int freq) argument
511 if (freqs == NULL)
514 for (i = 0; freqs[i]; i++)
515 if (freqs[i] == freq)
H A Dconfig.c917 int *freqs; local
923 freqs = os_calloc(len + 1, sizeof(int));
924 if (freqs == NULL)
934 n = os_realloc_array(freqs, len * 2 + 1, sizeof(int));
936 os_free(freqs);
941 freqs = n;
945 freqs[used] = atoi(pos);
946 if (freqs[used] == 0)
952 return freqs;
960 int *freqs; local
976 int *freqs; local
989 wpa_config_write_freqs(const struct parse_data *data, const int *freqs) argument
[all...]
H A Dwpa_supplicant.c3365 static void add_freq(int *freqs, int *num_freqs, int freq) argument
3370 if (freqs[i] == freq)
3374 freqs[*num_freqs] = freq;
3383 int *freqs; local
3386 freqs = os_zalloc(sizeof(int) * (max_freqs + 1));
3387 if (freqs == NULL)
3398 add_freq(freqs, &num_freqs, bss->freq);
3405 os_free(freqs);
3406 freqs = NULL;
3409 return freqs;
3417 int *freqs = NULL; local
[all...]
H A Dp2p_supplicant.c184 params.freqs = social_channels;
191 params.freqs = social_channels;
195 params.freqs = social_channels;
3323 int freqs[2] = { 0, 0 }; local
3367 freqs[0] = freq;
3368 params.freqs = freqs;
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c1170 dbus_int32_t freqs[P2P_MAX_CHANNELS]; local
1171 dbus_int32_t *f_array = freqs;
1176 os_memset(freqs, 0, sizeof(freqs));
1238 freqs[i] = res->freq_list[i];
H A Ddbus_new_handlers.c1100 int *freqs = NULL, *nfreqs; local
1140 os_free(freqs);
1154 os_free(freqs);
1163 freqs, freqs_num + FREQS_ALLOC_CHUNK,
1166 os_free(freqs);
1167 freqs = nfreqs;
1169 if (freqs == NULL) {
1172 "freqs");
1178 freqs[freqs_num] = freq;
1184 nfreqs = os_realloc_array(freqs, freqs_nu
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c1531 int freqs; local
1569 freqs = 0;
1572 if (freqs + 1 == P2P_MAX_CHANNELS)
1576 if (freqs + 1 == P2P_MAX_CHANNELS)
1582 res.freq_list[freqs++] = freq;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c1531 int freqs; local
1569 freqs = 0;
1572 if (freqs + 1 == P2P_MAX_CHANNELS)
1576 if (freqs + 1 == P2P_MAX_CHANNELS)
1582 res.freq_list[freqs++] = freq;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c1531 int freqs; local
1569 freqs = 0;
1572 if (freqs + 1 == P2P_MAX_CHANNELS)
1576 if (freqs + 1 == P2P_MAX_CHANNELS)
1582 res.freq_list[freqs++] = freq;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h246 * freqs - Array of frequencies to scan or %NULL for all frequencies
250 int *freqs; member in struct:wpa_driver_scan_params
3460 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
3461 * @num_freqs: Number of entries in freqs array
3468 const int *freqs; member in struct:wpa_event_data::scan_info
H A Ddriver_nl80211.c1614 int freqs[MAX_REPORT_FREQS]; local
1643 freqs[num_freqs] = nla_get_u32(nl);
1648 info->freqs = freqs;
3549 if (params->freqs) {
3550 struct nl_msg *freqs = nlmsg_alloc(); local
3551 if (freqs == NULL)
3553 for (i = 0; params->freqs[i]; i++) {
3555 "MHz", params->freqs[i]);
3556 if (nla_put_u32(freqs,
4693 int freqs[2]; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h246 * freqs - Array of frequencies to scan or %NULL for all frequencies
250 int *freqs; member in struct:wpa_driver_scan_params
3460 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
3461 * @num_freqs: Number of entries in freqs array
3468 const int *freqs; member in struct:wpa_event_data::scan_info
H A Ddriver_nl80211.c1614 int freqs[MAX_REPORT_FREQS]; local
1643 freqs[num_freqs] = nla_get_u32(nl);
1648 info->freqs = freqs;
3549 if (params->freqs) {
3550 struct nl_msg *freqs = nlmsg_alloc(); local
3551 if (freqs == NULL)
3553 for (i = 0; params->freqs[i]; i++) {
3555 "MHz", params->freqs[i]);
3556 if (nla_put_u32(freqs,
4693 int freqs[2]; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h246 * freqs - Array of frequencies to scan or %NULL for all frequencies
250 int *freqs; member in struct:wpa_driver_scan_params
3460 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
3461 * @num_freqs: Number of entries in freqs array
3468 const int *freqs; member in struct:wpa_event_data::scan_info
H A Ddriver_nl80211.c1614 int freqs[MAX_REPORT_FREQS]; local
1643 freqs[num_freqs] = nla_get_u32(nl);
1648 info->freqs = freqs;
3549 if (params->freqs) {
3550 struct nl_msg *freqs = nlmsg_alloc(); local
3551 if (freqs == NULL)
3553 for (i = 0; params->freqs[i]; i++) {
3555 "MHz", params->freqs[i]);
3556 if (nla_put_u32(freqs,
4693 int freqs[2]; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1619 milliseconds