Searched refs:noise (Results 1 - 18 of 18) sorted by relevance

/src/share/examples/apm/
H A Dscript33 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/
H A Dpbms.c96 * 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) argument
[all...]
/src/sys/dev/i2c/
H A Dlg3303.c294 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/dev/ic/
H A Dwi_ieee.h164 int noise; /* noise value */ member in struct:wi_sigcache
367 int noise; /* Average Noise Level*/ member in struct:wi_apinfo
H A Dwi.c3373 ap->noise = le16toh(ws_dat.wi_noise);
3374 ap->quality = ap->signal - ap->noise;
/src/sys/dev/pci/
H A Dif_iwnvar.h131 uint32_t noise[3]; member in struct:iwn_calib_state
291 int noise; member in struct:iwn_softc
H A Dif_iwn.c2252 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 fo
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...]
H A Dif_iwireg.h253 uint16_t noise; member in struct:iwi_frame
469 uint8_t noise_reported; /* report noise stats to host */
H A Dif_wpireg.h227 uint16_t noise; member in struct:wpi_rx_stat
H A Dif_iwnreg.h1356 uint32_t noise[3]; member in struct:iwn_rx_general_stats
H A Dif_iwm.c4149 * Retrieve the average noise (in dBm) among receivers.
4154 int i, total, nbant, noise; local in function:iwm_get_noise
4156 total = nbant = noise = 0;
4158 noise = le32toh(stats->beacon_silence_rssi[i]) & 0xff;
4159 if (noise) {
4160 total += noise;
H A Dif_wpi.c1589 tap->wr_dbm_antnoise = (int8_t)le16toh(stat->noise);
/src/sbin/mount/
H A Dmount.c72 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/
H A Dinput.c71 static void noise(void);
285 noise();
300 noise();
333 noise(void) function in typeref:typename:void
/src/lib/libc/time/
H A Dzic.c325 static bool noise; variable in typeref:typename:bool
1076 if (noise && i < nlinks) {
1332 noise = true;
1439 if (noise) {
1470 if (noise && !strchr(benign, c)) {
2078 if (ok && noise)
2101 if (noise && (hh > HOURSPERDAY ||
2279 if (noise)
2720 if (noise && timecnt > 1200) {
2766 if (noise)
[all...]
/src/usr.sbin/wiconfig/
H A Dwiconfig.c252 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/usr.bin/make/unit-tests/
H A Dvarmod-indirect.mk6 # look like line noise and are hard to decipher.
/src/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm760 ; tone = off, noise = off

Completed in 80 milliseconds