/external/wpa_supplicant_8/src/p2p/ |
p2p_go_neg.c | 208 int freq; local 226 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq; 228 freq = dev->oob_go_neg_freq; 229 if (freq <= 0) { 245 if (p2p_send_action(p2p, freq, dev->info.p2p_device_addr, 371 int freq; local 401 freq = p2p_channel_to_freq(p2p->op_reg_class, p2p->op_channel); 402 if (freq >= 2400 && freq < 2500 && p2p->best_freq_5 > 0 && 415 if (freq >= 4900 && freq < 6000 && p2p->best_freq_24 > 0 & 545 int freq; local 920 int freq; local [all...] |
p2p.h | 76 * freq - Frequency of the group operational channel in MHz 78 int freq; member in struct:p2p_go_neg_results 433 * @freq: Specific frequency (MHz) to scan or 0 for no restriction 446 * plus one extra channel specified by freq. 458 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq, 487 * @freq: Frequency in MHz for the channel on which to transmit 502 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, 519 * @freq: Frequency of the listen channel in MHz 536 int (*start_listen)(void *ctx, unsigned int freq, 633 * @freq: Frequency (in MHz) of the channe 1416 int freq; member in struct:p2p_group_config [all...] |
p2p_dev_disc.c | 138 const u8 *addr, int freq, u8 status) 147 " (status %u freq %d)", 148 MAC2STR(addr), status, freq); 151 if (p2p_send_action(p2p, freq, addr, p2p->cfg->dev_addr, 168 " (freq=%d)", MAC2STR(sa), rx_freq);
|
/external/llvm/include/llvm/CodeGen/ |
CalcSpillWeights.h | 28 /// (sum(use freq) + sum(def freq)) / (K + size)
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_xbios.c | 306 DEBUG_PRINT((DEBUG_NAME "measure %d: freq=%lu KHz\n", i+1, khz)); 339 DEBUG_PRINT(("freq=%d\n", spec->freq)); 367 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 374 MINTAUDIO_numfreq=SDL_MintAudio_SearchFrequency(this, spec->freq); 375 spec->freq=MINTAUDIO_frequencies[MINTAUDIO_numfreq].frequency; 381 DEBUG_PRINT(("freq=%d\n", spec->freq));
|
SDL_mintaudio_gsxb.c | 215 DEBUG_PRINT(("freq=%d\n", spec->freq)); 301 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 308 MINTAUDIO_numfreq=SDL_MintAudio_SearchFrequency(this, spec->freq); 309 spec->freq=MINTAUDIO_frequencies[MINTAUDIO_numfreq].frequency; 315 DEBUG_PRINT(("freq=%d\n", spec->freq));
|
SDL_mintaudio_mcsn.c | 226 DEBUG_PRINT(("freq=%d\n", spec->freq)); 278 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 285 MINTAUDIO_numfreq=SDL_MintAudio_SearchFrequency(this, spec->freq); 286 spec->freq=MINTAUDIO_frequencies[MINTAUDIO_numfreq].frequency; 292 DEBUG_PRINT(("freq=%d\n", spec->freq));
|
/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;
|
cc_helper.h | 52 status_t getCommonFreq(uint64_t* freq); 54 status_t getLocalFreq(uint64_t* freq);
|
/frameworks/base/wifi/java/android/net/wifi/ |
ScanResult.java | 184 * TODO: makes real freq boundaries 186 public static boolean is24GHz(int freq) { 187 return freq > 2400 && freq < 2500; 199 * TODO: makes real freq boundaries 201 public static boolean is5GHz(int freq) { 202 return freq > 4900 && freq < 5900;
|
/external/qemu/audio/ |
alsaaudio.c | 156 int freq; member in struct:alsa_params_req 166 int freq; member in struct:alsa_params_obt 493 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq); 537 unsigned int freq, nchannels; local 543 freq = req->freq; 582 err = FF(snd_pcm_hw_params_set_rate_near) (handle, hw_params, &freq, 0); 584 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq); 714 bytes_per_sec = freq << (nchannels == 2) [all...] |
/external/jpeg/ |
jchuff.h | 47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perf-evlist.txt | 24 --freq=::
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
double_backedge.ll | 1 ; RUN: opt < %s -analyze -block-freq | FileCheck %s
|
loop_with_branch.ll | 1 ; RUN: opt < %s -analyze -block-freq | FileCheck %s
|
/external/oprofile/libutil/ |
op_cpufreq.c | 59 /* s390 doesn't provide cpu freq, checked up to 2.6-test4 */
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
jchuff.h | 47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
|
/external/qemu/distrib/jpeg-6b/ |
jchuff.h | 47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_tveille.h | 49 unsigned short freq; member in struct:__anon33342
|
/external/srec/srec/include/ |
front.h | 97 /* FREQ data */ 119 FREQ (front_freq) 144 * FREQ object. 257 int create_spectrum_filter(front_freq *freqobj, int *freq, int *spread);
|
/external/wpa_supplicant_8/src/ap/ |
hw_features.h | 22 int hostapd_hw_get_channel(struct hostapd_data *hapd, int freq);
|
hostapd.h | 183 int freq); 186 int freq); 190 int freq); 313 int freq; member in struct:hostapd_iface 424 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
|
/packages/wallpapers/MusicVisualization/res/values-ca/ |
strings.xml | 25 <string name="vis3_desc" msgid="3878566533630652215">"Mostra l\'espectre de freqüència de qualsevol pista de música que s\'estigui reproduint."</string>
|
/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...] |