Searched refs:imx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c485 int imx; /* biased magnitude of id */ local
497 imx = id ^ 8;
499 if (imx > im) { /* sp adjusted to next lower value */
530 int imx; /* biased magnitude of id */ local
541 imx = id ^ 8;
542 if (imx > im) { /* sp adjusted to next lower value */
H A Dg723.c485 int imx; /* biased magnitude of id */ local
496 imx = id ^ 4;
498 if (imx > im) { /* sp adjusted to next lower value */
529 int imx; /* biased magnitude of id */ local
540 imx = id ^ 4;
543 if (imx > im) { /* sp adjusted to next lower value */

Completed in 60 milliseconds