Searched defs:hradix (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c167 int n, hradix, lowbit; local
318 * "hradix" is half the radix for the conversion.
330 hradix = 5;
336 hradix = 4;
341 hradix = 8;
398 *--bp = tab[val % hradix * 2 + lowbit];
399 val /= hradix;
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.c1246 int hradix = 5; local
1256 *(--bp) = tab[val % hradix * 2 + lowbit];
1257 val /= hradix;
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c2194 int hradix = 5; local
2204 *(--bp) = tab[val % hradix * 2 + lowbit];
2205 val /= hradix;

Completed in 755 milliseconds