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

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h48 #define MAX_BITS 15 macro
49 /* All codes must not exceed MAX_BITS bits */
200 ush bl_count[MAX_BITS+1];
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h48 #define MAX_BITS 15 macro
49 /* All codes must not exceed MAX_BITS bits */
203 ush bl_count[MAX_BITS+1];
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c408 #define MAX_BITS (sizeof (ac_errors)/ sizeof (ac_err)) macro
2182 for (i = 2; i < MAX_BITS; i++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c173 #define MAX_BITS 15 macro
174 /* All codes must not exceed MAX_BITS bits */
321 ush bl_count[MAX_BITS+1];
1557 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1560 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
1677 ush bl_count[MAX_BITS+1];
1714 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0;
1865 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
1940 ush next_code[MAX_BITS+1]; /* next code value for each bit length */
1948 for (bits = 1; bits <= MAX_BITS; bit
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c319 #define MAX_BITS 15 macro
320 /* All codes must not exceed MAX_BITS bits */
483 ush bl_count[MAX_BITS+1];
2344 static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2347 static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
2466 ush bl_count[MAX_BITS+1];
2515 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0;
2674 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
2760 ush next_code[MAX_BITS+1];
2769 for (bits = 1; bits <= MAX_BITS; bit
[all...]

Completed in 81 milliseconds