| /src/share/examples/apm/ |
| script | 33 noise() { function 42 noise $S/KDE_Window_UnMaximize.wav 53 noise $S/KDE_Window_UnMaximize.wav 64 noise $S/KDE_Startup.wav 72 # noise $S/KDE_Window_DeIconify.wav 79 # noise $S/KDE_Window_DeIconify.wav
|
| /src/sys/arch/macppc/dev/ |
| pbms.c | 96 * computed raw position. Since this still generates some noise, we 99 * controlled by the raw change and a noise parameter. The position 157 * noise: Amount of noise in the computed position. This controls 186 int noise; /* Amount of noise in the computed position. */ member in struct:pbms_dev 204 .noise = 16, \ 243 int sc_noise; /* Amount of noise. */ 354 sc->sc_noise = pd->noise; 670 smooth_pos(int pos_old, int pos_raw, int noise) [all...] |
| /src/sys/dev/i2c/ |
| lg3303.c | 294 int64_t noise, snr_const; local 304 noise = ((buffer[0] & 7) << 16) | (buffer[3] << 8) | buffer[4]; 312 noise = (buffer[0] << 8) | buffer[1]; 325 if (noise == 0) 327 snr = dtv_intlog10(noise);
|
| /src/sys/dev/ic/ |
| wi_ieee.h | 164 int noise; /* noise value */ member in struct:wi_sigcache 367 int noise; /* Average Noise Level*/ member in struct:wi_apinfo
|
| /src/sys/dev/pci/ |
| if_iwnvar.h | 131 uint32_t noise[3]; member in struct:iwn_calib_state 291 int noise; member in struct:iwn_softc
|
| if_iwn.c | 2252 tap->wr_dbm_antnoise = (int8_t)sc->noise; 2421 sc->noise = iwn_get_noise(&stats->rx.general); 2423 /* Test that RSSI and noise are present in stats report. */ 3913 * Retrieve the average noise (in dBm) among receivers. 3918 int i, total, nbant, noise; local 3922 if ((noise = le32toh(stats->noise[i]) & 0xff) == 0) 3924 total += noise; 4015 * Collect noise and RSSI statistics for the first 20 beacons received 4028 /* Accumulate RSSI and noise for all 3 antennas. * 4097 int i, delta, noise; local 4185 uint8_t noise[3], noise_ref; local [all...] |
| if_iwireg.h | 253 uint16_t noise; member in struct:iwi_frame 469 uint8_t noise_reported; /* report noise stats to host */
|
| if_wpireg.h | 227 uint16_t noise; member in struct:wpi_rx_stat
|
| /src/sbin/mount/ |
| mount.c | 72 static int debug, verbose, noise; variable 173 noise = 0; 175 noise = 1; 428 if (noise || verbose) 573 if (verbose || noise) {
|
| /src/games/atc/ |
| input.c | 71 static void noise(void); 285 noise(); 300 noise(); 333 noise(void) function
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| Clustering.h | 39 static ClusterId noise() { return ClusterId(kNoise); } function in class:llvm::exegesis::InstructionBenchmarkClustering::ClusterId
|
| Clustering.cpp | 28 // (E) - The amount of noise is relatively small. 94 NoiseCluster_(ClusterId::noise()), ErrorCluster_(ClusterId::error()) {} 137 // as noise for now. 138 ClusterIdForPoint_[P] = ClusterId::noise(); 157 // Change noise point to border point. 178 // Add noisy points to noise cluster. 282 "We only recorded valid clusters, not noise/error clusters.");
|
| Analysis.cpp | 76 writeEscaped<Tag>(OS, "[noise]"); 558 continue; // Ignore noise and errors. FIXME: take noise into account ? 597 printClusterRawHtml(InstructionBenchmarkClustering::ClusterId::noise(), 598 "[noise]", OS);
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_irig.c | 70 * occasional noise spikes. In order to assure reliable capture, the 245 double noise; /* integrated noise amplitude */ member in struct:irigunit 630 * End of the baud. Update signal/noise estimates and PLL 634 up->maxsignal = up->intmax; up->noise = up->intmin; 639 up->modndx = (up->maxsignal - up->noise) / 699 if (lope >= (up->maxsignal + up->noise) / 2.)
|
| ntp_control.c | 3762 int noise; local 3765 noise = rand() ^ (rand() << 16); 3766 buf[0] = 'a' + noise % 26; 3767 noise >>= 5; 3768 buf[1] = 'a' + noise % 26; 3769 noise >>= 5; 3770 buf[2] = 'a' + noise % 26; 3771 noise >>= 5; 3774 ctl_putuint(buf, noise); 3798 u_int32 noise; local 4257 u_int32 noise; local 4435 u_int32 noise; local [all...] |
| refclock_wwv.c | 485 double noieng; /* sync noise energy */ 785 * quantization noise and avoid overload. 820 * Clip noise spikes greater than MAXAMP (6000) and 1003 * 600-Hz tones and most of the noise and voice modulation 1052 * tones and most of the noise and voice modulation components. 1284 * process finds the maximum signal and RMS noise plus signal. Then, the 1285 * actual noise is determined by subtracting the energy of the matched 1313 * epoch. Accumulate all samples to determine the total noise 1330 * from the total noise energy and then normalize. 1464 * interval while the comb filter charges up and noise [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| bss.h | 107 /** Noise level */ 108 int noise; member in struct:wpa_bss 119 /** Signal-to-noise ratio in dB */
|
| events.c | 2132 static int wpas_get_snr_signal_info(u32 frequency, int avg_signal, int noise) 2134 if (noise == WPA_INVALID_NOISE) { 2136 noise = DEFAULT_NOISE_FLOOR_5GHZ; 2138 noise = DEFAULT_NOISE_FLOOR_6GHZ; 2140 noise = DEFAULT_NOISE_FLOOR_2GHZ; 2143 return avg_signal - noise; 2477 buf[2] = res->noise & 0xff; 6594 "above=%d signal=%d noise=%d txrate=%lu",
|
| /src/lib/libc/time/ |
| zic.c | 330 static bool noise; variable 1081 if (noise && i < nlinks) { 1337 noise = true; 1444 if (noise) { 1475 if (noise && !strchr(benign, c)) { 2083 if (ok && noise) 2106 if (noise && (hh > HOURSPERDAY || 2284 if (noise) 2725 if (noise && timecnt > 1200) { 2771 if (noise) [all...] |
| /src/usr.sbin/wiconfig/ |
| wiconfig.c | 250 "\tQuality/Signal/Noise [signal]:\t[ %d / %d / %d ]\n" 252 w->quality, w->signal, w->noise, 253 w->quality, w->signal - 149, w->noise - 149); 553 { WI_RID_COMMS_QUALITY, WI_WORDS, "Comms quality/signal/noise:\t\t", 0, 0, 0 },
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_scan.c | 28 s8 noise[MAX_NL80211_NOISE_FREQS]; member in struct:nl80211_noise_info 70 info->noise[info->count] = 968 res->noise = info->noise[i];
|
| driver_wext.c | 1278 res->res.noise = iwe->u.qual.noise; 1293 if (iwe->u.qual.noise >= 64) 1294 res->res.noise -= 0x100; 2446 si->current_noise = stats.qual.noise -
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gnu-nat.c | 791 char *noise; 798 (procinfo_t *) &pi, &pi_len, &noise, &noise_len); 809 vm_deallocate (mach_task_self (), (vm_address_t) noise, noise_len); 818 char *noise; 828 (procinfo_t *) &pi, &pi_len, &noise, &noise_len); 850 vm_deallocate (mach_task_self (), (vm_address_t) noise, noise_len); 1551 char noise[200]; 781 char *noise; local 808 char *noise; local 1529 char noise[200]; member in struct:__anon2912
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gnu-nat.c | 790 char *noise; 797 (procinfo_t *) &pi, &pi_len, &noise, &noise_len); 808 vm_deallocate (mach_task_self (), (vm_address_t) noise, noise_len); 817 char *noise; 827 (procinfo_t *) &pi, &pi_len, &noise, &noise_len); 849 vm_deallocate (mach_task_self (), (vm_address_t) noise, noise_len); 1549 char noise[200]; 780 char *noise; local 807 char *noise; local 1527 char noise[200]; member in struct:__anon5651
|
| /src/usr.bin/make/unit-tests/ |
| varmod-indirect.mk | 6 # look like line noise and are hard to decipher.
|