Searched defs:mradix (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c222 int k, lradix, mradix; local
594 * "mradix" is one less than the radix for the conversion.
604 mradix = 7;
611 mradix = 15;
640 *--bp = tab[qval & mradix];
706 mradix = 15;
816 mradix = 15;
903 mradix = 15;
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c550 ssize_t k, lradix, mradix; local
1154 * "mradix" is one less than the radix for the conversion.
1164 mradix = 7;
1184 mradix = 15;
1225 *--bp = tab[(ssize_t)(lll & mradix)];
1238 *--bp = tab[qval & mradix];

Completed in 62 milliseconds