HomeSort by: relevance | last modified time | path
    Searched defs:noise (Results 1 - 13 of 13) sorted by relevancy

  /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/dev/i2c/
lg3303.c 294 int64_t noise, snr_const; local in function:lg3303_get_snr
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/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/sbin/mount/
mount.c 72 static int debug, verbose, noise; variable in typeref:typename:int
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 in typeref:typename:void
  /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_iwireg.h 253 uint16_t noise; member in struct:iwi_frame
469 uint8_t noise_reported; /* report noise stats to host */
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 in function:iwn_get_noise
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 in function:iwn4965_set_gains
4185 uint8_t noise[3], noise_ref; local in function:iwn_tune_sensitivity
    [all...]
if_wpireg.h 227 uint16_t noise; member in struct:wpi_rx_stat
if_iwm.c 3879 * Retrieve the average noise (in dBm) among receivers.
3884 int i, total, nbant, noise; local in function:iwm_get_noise
3886 total = nbant = noise = 0;
3888 noise = le32toh(stats->beacon_silence_rssi[i]) & 0xff;
3889 if (noise) {
3890 total += noise;
if_iwnreg.h 1356 uint32_t noise[3]; member in struct:iwn_rx_general_stats
  /src/lib/libc/time/
zic.c 230 static bool noise; variable in typeref:typename:bool
826 if (noise && i < nlinks) {
1092 noise = true;
1203 if (noise) {
1234 if (noise && !strchr(benign, c)) {
1836 if (ok && noise)
1859 if (noise && (hh > HOURSPERDAY ||
2037 if (noise)
2478 if (noise && timecnt > 1200) {
2524 if (noise)
    [all...]

Completed in 28 milliseconds