HomeSort by relevance Sort by last modified time
    Searched defs:hradix (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
printf.c 167 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;
  /onnv/onnv-gate/usr/src/uts/common/io/kbtrans/
kbtrans_streams.c 1246 int hradix = 5; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
kbd.c 2194 int hradix = 5; local
    [all...]

Completed in 3839 milliseconds