HomeSort by relevance Sort by last modified time
    Searched refs:freq (Results 26 - 50 of 306) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/misc/
fsck.h 45 int freq; member in struct:fs_info
e2initrd_helper.c 58 int freq; member in struct:fs_info
235 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
245 freq = parse_word(&cp);
258 parse_escape(freq);
272 fs->freq = freq ? atoi(freq) : -1;
  /external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.h 47 Sint32 freq,type,bytespersample,size; member in struct:SDL_PrivateAudioData
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.c 166 /* 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=%d\n"
    [all...]
  /sdk/emulator/qtools/
bbprof.cpp 13 int freq; // execution frequency member in struct:MyStaticRec
55 if (bb1->freq < bb2->freq)
57 if (bb1->freq > bb2->freq)
89 blocks[ii].freq = 0;
108 blocks[bb_num].freq += 1;
110 bptr->freq += 1;
139 printf("bb %lld addr: 0x%x, insns: %d freq: %u elapsed: %u\n",
141 sorted[ii]->bb.num_insns, sorted[ii]->freq,
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 80 * freq - Frequency of the group operational channel in MHz
82 int freq; member in struct:p2p_go_neg_results
367 * @freq: Specific frequency (MHz) to scan or 0 for no restriction
377 * request a scan of a single channel specified by freq.
379 * plus one extra channel specified by freq.
391 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq,
420 * @freq: Frequency in MHz for the channel on which to transmit
435 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst,
452 * @freq: Frequency of the listen channel in MHz
469 int (*start_listen)(void *ctx, unsigned int freq,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 29 int freq);
31 unsigned int freq, unsigned int duration);
33 unsigned int freq);
36 int freq);
39 int freq);
64 u8 category, const u8 *data, size_t len, int freq);
77 void wpas_sd_request(void *ctx, int freq, const u8 *sa, u8 dialog_token,
86 void wpas_p2p_sd_response(struct wpa_supplicant *wpa_s, int freq,
bgscan_learn.c 31 int freq; member in struct:bgscan_learn_bss
140 bss->freq = atoi(buf + 4 + 18);
143 "entry: " MACSTR " freq=%d",
144 MAC2STR(bss->bssid), bss->freq);
185 MAC2STR(bss->bssid), bss->freq);
226 if (in_array(freqs, bss->freq))
232 freqs[*count] = bss->freq;
254 wpa_printf(MSG_DEBUG, "bgscan learn: Probe new freq "
375 freqs[count] = modes[i].channels[j].freq;
518 if (bss && bss->freq != res->freq)
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 135 float freq; member in struct:ime_pinyin::SingleCharItem
151 float freq; member in struct:ime_pinyin::LemmaEntry
spellingtable.h 31 double freq; member in struct:ime_pinyin::__anon17071
83 // freq is the spelling's occuring count.
  /frameworks/base/services/sensorservice/
SensorFusion.cpp 56 const float freq = 1 / dT; local
57 if (freq >= 100 && freq<1000) { // filter values obviously wrong
59 mGyroRate = freq + (mGyroRate - freq)*alpha;
  /packages/inputmethods/LatinIME/native/src/
dictionary.h 65 bool *terminal, int *freq);
119 int freq = dict[(*pos)++] & 0xFF; local
133 return freq;
146 bool *terminal, int *freq) {
154 *freq = (*terminal) ? Dictionary::getFreq(dict, isLatestDictVersion, &position) : 1;
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 37 inline double distance(double freq, double code) {
38 // return fabs(freq - code);
39 return freq * fabs(log(freq) - log(code));
42 // Find the index of the code value which is nearest to the given freq
43 int qsearch_nearest(double code_book[], double freq, int start, int end) {
48 if (distance(freq, code_book[end]) > distance(freq, code_book[start]))
55 if (code_book[mid] > freq)
56 return qsearch_nearest(code_book, freq, start, mid)
    [all...]
  /external/oprofile/module/x86/
op_rtc.c 61 unsigned int exp, freq; local
80 freq = 16 - exp;
83 tmp_freq_select = (tmp_freq_select & 0xf0) | freq;
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 87 QString ssid, bssid, freq, signal, flags; local
89 freq = cols.count() > 1 ? cols[1] : "";
93 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal,
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 74 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-qt4/
scanresults.cpp 81 QString ssid, bssid, freq, signal, flags; local
92 else if ((*it).startsWith("freq="))
93 freq = (*it).mid(pos);
106 item->setText(2, freq);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 74 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_8/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 81 QString ssid, bssid, freq, signal, flags; local
92 else if ((*it).startsWith("freq="))
93 freq = (*it).mid(pos);
106 item->setText(2, freq);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Native.java 23 public native short[] generateSinusoid(float freq, float duration,
  /external/wpa_supplicant/
driver.h 43 * @freq: frequency of the channel in MHz (e.g., 2412 = channel 1)
62 int freq; member in struct:wpa_scan_result
88 * freq - Frequency of the channel the selected AP is using
92 int freq; member in struct:wpa_driver_associate_params
193 short freq; /* frequency in MHz */ member in struct:wpa_channel_data
683 * @freq: Frequency of the channel in MHz
690 int freq);
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
privsep_commands.h 42 int freq; member in struct:privsep_cmd_associate
  /external/wpa_supplicant_8/src/ap/
hw_features.h 26 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq);
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 40 int freq; member in struct:privsep_cmd_associate
  /system/media/wilhelm/src/desktop/
SDL.c 48 fmt.freq = 44100;

Completed in 483 milliseconds

12 3 4 5 6 7 8 91011>>