| /src/share/examples/apm/ |
| H A D | 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/ |
| H A D | 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) argument [all...] |
| /src/sys/dev/i2c/ |
| H A D | 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/dev/ic/ |
| H A D | wi_ieee.h | 164 int noise; /* noise value */ member in struct:wi_sigcache 367 int noise; /* Average Noise Level*/ member in struct:wi_apinfo
|
| H A D | wi.c | 3373 ap->noise = le16toh(ws_dat.wi_noise); 3374 ap->quality = ap->signal - ap->noise;
|
| /src/sys/dev/pci/ |
| H A D | if_iwnvar.h | 131 uint32_t noise[3]; member in struct:iwn_calib_state 291 int noise; member in struct:iwn_softc
|
| H A D | 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 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 D | if_iwireg.h | 253 uint16_t noise; member in struct:iwi_frame 469 uint8_t noise_reported; /* report noise stats to host */
|
| H A D | if_wpireg.h | 227 uint16_t noise; member in struct:wpi_rx_stat
|
| H A D | if_iwnreg.h | 1356 uint32_t noise[3]; member in struct:iwn_rx_general_stats
|
| H A D | if_iwm.c | 4149 * 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 D | if_wpi.c | 1589 tap->wr_dbm_antnoise = (int8_t)le16toh(stat->noise);
|
| /src/sbin/mount/ |
| H A D | 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/ |
| H A D | input.c | 71 static void noise(void); 285 noise(); 300 noise(); 333 noise(void) function in typeref:typename:void
|
| /src/lib/libc/time/ |
| H A D | zic.c | 325 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 D | wiconfig.c | 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/usr.bin/make/unit-tests/ |
| H A D | varmod-indirect.mk | 6 # look like line noise and are hard to decipher.
|
| /src/sys/arch/luna68k/dev/xplx/ |
| H A D | xplx.asm | 760 ; tone = off, noise = off
|