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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c67 * table must be in ascending order from smallest databits value to largest.
68 * when faced with more databits than the last entry, we know we have
72 int databits; /* number of bits used to hold dictionary value */ member in struct:info
76 unsigned long long offset; /* databits==0 stands for this value */
789 * - the databits of the dictionary code itself
794 bitv_shiftinv(allbits, infop->databits, dictval);
914 limbit = infop->csumbits + infop->databits;

Completed in 61 milliseconds