Searched refs:anexp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | g721.c | 119 short anmag, anexp, anmant; local 127 anexp = _fmultanexp[an] - 12; 128 anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700; 130 wanexp = anexp + (srn >> 6) - 7; 136 wanexp = anexp + (srn >> 6) - 0xFFF7; 144 anexp = _fmultanexp[anmag] - 12; 145 anmant = ((anexp >= 0) ? anmag >> anexp [all...] |
H A D | g723.c | 124 short anmag, anexp, anmant; local 132 anexp = _fmultanexp[an] - 12; 133 anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700; 135 wanexp = anexp + (srn >> 6) - 7; 141 wanexp = anexp + (srn >> 6) - 0xFFF7; 149 anexp = _fmultanexp[anmag] - 12; 150 anmant = ((anexp >= 0) ? anmag >> anexp [all...] |
/illumos-gate/usr/src/uts/common/io/mii/ |
H A D | mii.c | 1377 uint16_t control, status, lpar, msstat, anexp; local 1388 anexp = phy_read(ph, MII_AN_EXPANSION); 1391 anexp = 0; 1486 } else if (anexp & MII_AN_EXP_PARFAULT) { 1513 ph->phy_lp_aneg = !!(anexp & MII_AN_EXP_LPCANAN); 1523 (anexp & MII_AN_EXP_LPCANAN)) {
|
/illumos-gate/usr/src/uts/common/io/vr/ |
H A D | vr.h | 346 uint16_t anexp; member in struct:__anon6574
|
H A D | vr.c | 2472 v = (vrp->chip.mii.anexp & MII_AN_EXP_LPCANAN) != 0; 2730 vr_phy_read(vrp, MII_AN_EXPANSION, &vrp->chip.mii.anexp);
|
Completed in 1083 milliseconds