HomeSort by relevance Sort by last modified time
    Searched refs:freq (Results 51 - 75 of 460) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/extras/cpustats/
cpustats.c 39 unsigned freq; member in struct:freq_info
121 // Read stats without aggregating freq stats in the total cpu
132 // Read stats again with aggregating freq stats in the total cpu
214 long unsigned freq; local
221 freq = 0;
222 fscanf(file, "%lu %*d\n", &freq);
223 if (freq) count++;
224 } while(freq);
271 fscanf(file, "%u %lu\n", &new_cpus[cpu].freqs[i].freq,
274 new_total_cpu.freqs[i].freq = new_cpus[cpu].freqs[i].freq
    [all...]
  /external/e2fsprogs/misc/
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;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DynamicPersonalizationDictionaryWriter.java 144 final int freq; local
146 freq = FREQUENCY_FOR_TYPED;
155 freq = fc & 0xFF;
158 freq = fc & 0xFF;
161 freq = -1;
165 freq = -1;
168 return freq;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserHistoryDictIOUtils.java 103 final int freq = dict.getFrequency(word1, word2); local
104 if (freq == -1) {
110 Log.d(TAG, "add unigram: " + word2 + "," + Integer.toString(freq));
113 + "," + word2 + "," + Integer.toString(freq));
118 fusionDict.add(word2, freq, null, false /* isNotAWord */);
123 fusionDict.setBigram(word1, word2, freq);
125 bigrams.updateBigram(word1, word2, (byte)freq);
  /external/eigen/bench/
BenchTimer.h 55 LARGE_INTEGER freq; local
56 QueryPerformanceFrequency(&freq);
57 m_frequency = (double)freq.QuadPart;
  /external/llvm/lib/Support/
BlockFrequency.cpp 21 /// Multiply FREQ by N and store result in W array.
22 static void mult96bit(uint64_t freq, uint32_t N, uint64_t W[2]) {
23 uint64_t u0 = freq & UINT32_MAX;
24 uint64_t u1 = freq >> 32;
96 BlockFrequency Freq(Frequency);
97 Freq *= Prob;
98 return Freq;
107 BlockFrequency Freq(Frequency);
108 Freq /= Prob;
109 return Freq;
    [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_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 77 QString ssid, bssid, freq, signal, flags; local
88 else if ((*it).startsWith("freq="))
89 freq = (*it).mid(pos);
102 item->setText(2, freq);
  /external/chromium_org/third_party/libjingle/source/talk/sound/
soundsysteminterface.h 68 unsigned int freq; member in struct:cricket::SoundSystemInterface::OpenParams
  /external/wpa_supplicant_8/src/ap/
hw_features.h 27 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq);
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 34 int freq; member in struct:privsep_cmd_associate
  /external/wpa_supplicant_8/src/p2p/
p2p.h 74 * freq - Frequency of the group operational channel in MHz
76 int freq; member in struct:p2p_go_neg_results
393 * @freq: Specific frequency (MHz) to scan or 0 for no restriction
406 * plus one extra channel specified by freq.
418 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq,
447 * @freq: Frequency in MHz for the channel on which to transmit
462 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst,
479 * @freq: Frequency of the listen channel in MHz
496 int (*start_listen)(void *ctx, unsigned int freq,
593 * @freq: Frequency (in MHz) of the channe
    [all...]
p2p_pd.c 137 int freq; local
145 " with config methods 0x%x (freq=%d)",
212 freq = rx_freq;
214 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
216 if (freq < 0) {
223 if (p2p_send_action(p2p, freq, sa, p2p->cfg->dev_addr,
352 int freq; local
355 freq = force_freq;
357 freq = dev->listen_freq > 0 ? dev->listen_freq :
359 if (freq <= 0)
    [all...]
p2p.c 268 int freq; local
274 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
275 if (freq < 0) {
296 p2p->pending_listen_freq = freq;
304 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
315 int freq; local
320 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
321 if (freq < 0) {
326 p2p->pending_listen_freq = freq;
344 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0)
861 int freq; local
909 int freq = 0; local
1214 unsigned int freq = force_freq ? force_freq : pref_freq; local
1515 int freq; local
1629 int freq; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 25 int freq; member in struct:bgscan_learn_bss
134 bss->freq = atoi(buf + 4 + 18);
137 "entry: " MACSTR " freq=%d",
138 MAC2STR(bss->bssid), bss->freq);
179 MAC2STR(bss->bssid), bss->freq);
220 if (in_array(freqs, bss->freq))
226 freqs[*count] = bss->freq;
251 wpa_printf(MSG_DEBUG, "bgscan learn: Probe new freq "
371 freqs[count] = modes[i].channels[j].freq;
511 if (bss && bss->freq != res->freq)
    [all...]
  /frameworks/base/services/common_time/
common_clock_service.cpp 60 status_t CommonClockService::getCommonFreq(uint64_t* freq) {
61 *freq = mTimeServer.getCommonClock().getCommonFreq();
70 status_t CommonClockService::getLocalFreq(uint64_t* freq) {
71 *freq = mTimeServer.getLocalClock().getLocalFreq();
  /frameworks/wilhelm/src/desktop/
SDL.c 48 fmt.freq = 44100;
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmRadio.aidl 63 boolean rxTune_nb(int freq);
106 boolean txTune(long freq);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 36 int *const freq) const {
  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 31 double freq; member in struct:ime_pinyin::__anon35229
83 // freq is the spelling's occuring count.
  /frameworks/av/include/common_time/
ICommonClock.h 78 virtual status_t getCommonFreq(uint64_t* freq) = 0;
80 virtual status_t getLocalFreq(uint64_t* freq) = 0;
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 189 * a period greater than or equal to the period of the FREQ.
198 int freq = r.freq; local
200 if (EventRecurrence.MONTHLY >= freq) {
210 if (EventRecurrence.WEEKLY >= freq) {
222 if (EventRecurrence.DAILY >= freq) {
255 if (EventRecurrence.HOURLY >= freq) {
264 if (EventRecurrence.MINUTELY >= freq) {
273 if (EventRecurrence.SECONDLY >= freq) {
285 // BYSETPOS - we only handle rules like FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-
775 int freq = r.freq; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c 220 SDL_Delay((audio->spec.samples*1000)/audio->spec.freq);
417 if ( desired->freq == 0 ) {
420 desired->freq = SDL_atoi(env);
423 if ( desired->freq == 0 ) {
425 desired->freq = 22050;
465 int samples = (desired->freq / 1000) * 46;
522 } else if ( desired->freq != audio->spec.freq ||
528 desired->freq,
530 audio->spec.freq) < 0 )
    [all...]
  /frameworks/av/media/common_time/
ICommonClock.cpp 115 virtual status_t getCommonFreq(uint64_t* freq) {
122 *freq = reply.readInt64();
141 virtual status_t getLocalFreq(uint64_t* freq) {
148 *freq = reply.readInt64();
292 uint64_t freq; local
293 status_t status = getCommonFreq(&freq);
296 reply->writeInt64(freq);
314 uint64_t freq; local
315 status_t status = getLocalFreq(&freq);
318 reply->writeInt64(freq);
    [all...]

Completed in 1667 milliseconds

1 23 4 5 6 7 8 91011>>