Searched refs:MAXBITS (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Da64l.c42 #define MAXBITS (6 * BITSPERCHAR) /* maximum number */ macro
51 for (i = 0; ((c = *s++) != '\0') && (i < MAXBITS); i += BITSPERCHAR) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.c9 #define MAXBITS 15 macro
58 unsigned short count[MAXBITS+1]; /* number of codes of each length */
59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */
89 lens[] are in the range 0..MAXBITS. The caller must assure this.
90 1..MAXBITS is interpreted as that code length. zero means that that
106 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
107 for (len = 0; len <= MAXBITS; len++)
114 for (max = MAXBITS; max >= 1; max--)
132 for (len = 1; len <= MAXBITS; len++) {
142 for (len = 1; len < MAXBITS; le
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.c11 #define MAXBITS 15 macro
60 unsigned short count[MAXBITS+1]; /* number of codes of each length */
61 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
92 1..MAXBITS is interpreted as that code length. zero means that that
108 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
109 for (len = 0; len <= MAXBITS; len++)
116 for (max = MAXBITS; max >= 1; max--)
128 for (min = 1; min <= MAXBITS; min++)
134 for (len = 1; len <= MAXBITS; le
[all...]

Completed in 699 milliseconds