| /openbsd/src/gnu/gcc/gcc/ |
| D | rtl-factoring.c | 195 int gain; member 402 pseq->gain = 0; /* Set to zero to force recomputing. */ in match_seqs() 594 pseq->gain = -(seq_call_cost - seq_jump_cost + seq_return_cost); in recompute_gain_for_pattern_seq() 643 pseq->gain = -1; in recompute_gain_for_pattern_seq() 657 pseq->gain += mseq->cost - seq_call_cost; in recompute_gain_for_pattern_seq() 661 if (pseq->gain <= 0) in recompute_gain_for_pattern_seq() 712 pseq->gain = 0; in recompute_gain_for_pattern_seq() 743 if ((*pseq)->gain <= 0) in recompute_gain() 746 if ((*pseq)->gain > 0) in recompute_gain() 748 if ((*pseq)->gain > maxgain) in recompute_gain() [all …]
|
| D | loop-invariant.c | 1019 int gain = 0, again; in best_gain_for_invariant() local 1033 if (again > gain) in best_gain_for_invariant() 1035 gain = again; in best_gain_for_invariant() 1041 return gain; in best_gain_for_invariant()
|
| /openbsd/src/sys/dev/isa/ |
| D | sbdsp.c | 217 printf(" %u,%u", sc->gain[i][SB_LEFT], sc->gain[i][SB_RIGHT]); in sb_printsc() 388 sc->gain[i][SB_LEFT] = sc->gain[i][SB_RIGHT] = v; in sbdsp_attach() 1389 int src, gain; in sbdsp_set_mixer_gain() local 1395 gain = SB_1335_GAIN(sc->gain[port][SB_LEFT]); in sbdsp_set_mixer_gain() 1408 gain = SB_1335_MASTER_GAIN(sc->gain[port][SB_LEFT]); in sbdsp_set_mixer_gain() 1413 sbdsp_mix_write(sc, src, gain); in sbdsp_set_mixer_gain() 1416 gain = SB_STEREO_GAIN(sc->gain[port][SB_LEFT], in sbdsp_set_mixer_gain() 1417 sc->gain[port][SB_RIGHT]); in sbdsp_set_mixer_gain() 1421 gain = SB_MIC_GAIN(sc->gain[port][SB_LEFT]); in sbdsp_set_mixer_gain() 1441 sbdsp_mix_write(sc, src, gain); in sbdsp_set_mixer_gain() [all …]
|
| D | ess.c | 259 printf(" %u,%u", sc->gain[i][ESS_LEFT], sc->gain[i][ESS_RIGHT]); in ess_printsc() 951 sc->gain[i][ESS_LEFT] = sc->gain[i][ESS_RIGHT] = v; in essattach() 1559 sc->gain[cp->dev][ESS_LEFT] = lgain; in ess_set_port() 1560 sc->gain[cp->dev][ESS_RIGHT] = rgain; in ess_set_port() 1572 sc->gain[cp->dev][ESS_LEFT] = sc->gain[cp->dev][ESS_RIGHT] = in ess_set_port() 1634 sc->gain[cp->dev][ESS_LEFT] = lgain; in ess_set_port() 1635 sc->gain[cp->dev][ESS_RIGHT] = rgain; in ess_set_port() 1676 sc->gain[cp->dev][ESS_LEFT]; in ess_get_port() 1680 sc->gain[cp->dev][ESS_LEFT]; in ess_get_port() 1682 sc->gain[cp->dev][ESS_RIGHT]; in ess_get_port() [all …]
|
| D | essvar.h | 133 u_char gain[ESS_MAX_NDEVS][2]; /* kept in input levels */ member
|
| D | ad1848.c | 691 u_char reg, gain; in ad1848_set_rec_gain() local 697 gain = (gp->left * GAIN_22_5) / AUDIO_MAX_GAIN; in ad1848_set_rec_gain() 700 ad_write(sc, SP_LEFT_INPUT_CONTROL, (gain & 0x0f) | reg); in ad1848_set_rec_gain() 702 gain = (gp->right * GAIN_22_5) / AUDIO_MAX_GAIN; in ad1848_set_rec_gain() 705 ad_write(sc, SP_RIGHT_INPUT_CONTROL, (gain & 0x0f) | reg); in ad1848_set_rec_gain()
|
| D | sbdspvar.h | 120 u_char gain[SB_NDEVS][2]; /* kept in input levels */ member
|
| /openbsd/src/sys/dev/usb/ |
| D | uoaklux.c | 51 uint8_t gain; member 269 sc->sc_sensor.gain = ((result & OAK_LUX_SENSOR_GAIN_MASK) >> 3); in uoaklux_get_sensor_setting() 290 printf(", %s gain", (sc->sc_sensor.gain ? "HIGH" : "LOW")); in uoaklux_dev_print()
|
| D | if_urtw.c | 2756 urtw_8225_setgain(struct urtw_softc *sc, int16_t gain) in urtw_8225_setgain() argument 2760 urtw_8187_write_phy_ofdm(sc, 0x0d, urtw_8225_gain[gain * 4]); in urtw_8225_setgain() 2761 urtw_8187_write_phy_ofdm(sc, 0x1b, urtw_8225_gain[gain * 4 + 2]); in urtw_8225_setgain() 2762 urtw_8187_write_phy_ofdm(sc, 0x1d, urtw_8225_gain[gain * 4 + 3]); in urtw_8225_setgain() 2763 urtw_8187_write_phy_ofdm(sc, 0x23, urtw_8225_gain[gain * 4 + 1]); in urtw_8225_setgain() 3173 urtw_8225v2_setgain(struct urtw_softc *sc, int16_t gain) in urtw_8225v2_setgain() argument 3180 urtw_8187_write_phy_ofdm(sc, 0x0d, gainp[gain * 3]); in urtw_8225v2_setgain() 3182 urtw_8187_write_phy_ofdm(sc, 0x1b, gainp[gain * 3 + 1]); in urtw_8225v2_setgain() 3184 urtw_8187_write_phy_ofdm(sc, 0x1d, gainp[gain * 3 + 2]); in urtw_8225v2_setgain()
|
| /openbsd/src/sys/dev/pci/ |
| D | yds.c | 1194 const u_int gain = 0x40000000; in yds_trigger_output() local 1259 psb->eggainend = gain; in yds_trigger_output() 1263 psb->eggain = gain; in yds_trigger_output() 1275 psb->lchgain = psb->lchgainend = gain; in yds_trigger_output() 1278 psb->rchgain = psb->rchgainend = gain; in yds_trigger_output() 1283 psb->lchgain = psb->rchgain = gain; in yds_trigger_output() 1284 psb->lchgainend = psb->rchgainend = gain; in yds_trigger_output()
|
| D | if_iwn.c | 1535 chans[0].samples[c][j].gain, in iwn4965_print_power_group() 1546 chans[1].samples[c][j].gain, in iwn4965_print_power_group() 4190 uint8_t power, gain, temp; in iwn4965_set_txpower() local 4196 gain = interpolate(ext_chan, in iwn4965_set_txpower() 4197 chans[0].num, chans[0].samples[c][1].gain, in iwn4965_set_txpower() 4198 chans[1].num, chans[1].samples[c][1].gain, 1); in iwn4965_set_txpower() 4203 c, power, gain, temp)); in iwn4965_set_txpower() 4237 idx = gain - (pwr - power) - tdiff - vdiff; in iwn4965_set_txpower() 4530 cmd.gain[i] = MIN(abs(delta), 3); in iwn4965_set_gains() 4532 cmd.gain[i] |= 1 << 2; /* sign bit */ in iwn4965_set_gains() [all …]
|
| D | if_iwnreg.h | 1147 int8_t gain[3]; member 1740 uint8_t gain; member
|
| /openbsd/src/sys/dev/ |
| D | audio.c | 2354 int val_pending, mute_pending, i, gain, error, s; in wskbd_mixer_update() local 2403 gain = ctrl.un.value.level[i] + vol->step * val_pending; in wskbd_mixer_update() 2404 if (gain > AUDIO_MAX_GAIN) in wskbd_mixer_update() 2405 gain = AUDIO_MAX_GAIN; in wskbd_mixer_update() 2406 else if (gain < AUDIO_MIN_GAIN) in wskbd_mixer_update() 2407 gain = AUDIO_MIN_GAIN; in wskbd_mixer_update() 2408 ctrl.un.value.level[i] = gain; in wskbd_mixer_update() 2410 DEVNAME(sc), i, gain); in wskbd_mixer_update()
|
| /openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| D | 2001-09-18-OptimizeExceptions.txt | 48 but is very useful from "expected gain" and references perspective. Note
|
| /openbsd/src/games/quiz/datfiles/ |
| D | latin | 29 concilio (v.):secure|gain
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-remark-size-diff.rst | 18 :program:`llvm-remark-size-diff` can be used to gain insight into which
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | BugLifeCycle.rst | 15 consistency helps reporters, developers and others to gain a better
|
| D | GwpAsan.rst | 95 We gain buffer-overflow and buffer-underflow detection through these guard
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perldtrace.pod | 51 The C<sub-entry> and C<sub-return> probes gain a fourth argument: the
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | C++STYLE | 32 to switch spontaneously as they gain experience.
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | C++STYLE | 32 to switch spontaneously as they gain experience.
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| D | README.VMS | 77 your system to gain unauthorized privileges ***
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | Intro.pod | 76 filters defined to gain access to some commonly used information (dependencies 120 to gain further info. (There are still shortcuts for installed packages
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | libiberty.texi | 245 projects as they gain popularity, and are included here to provide a
|
| /openbsd/src/sys/dev/ic/ |
| D | atw.c | 1550 u_int16_t gain; in atw_si4126_tune() local 1611 gain = LSHIFT(((mhz - 374) > 2047) ? 1 : 0, SI4126_GAIN_KP2_MASK); in atw_si4126_tune() 1613 atw_si4126_write(sc, SI4126_GAIN, gain); in atw_si4126_tune()
|