Searched refs:MAX_BL_BITS (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | trees.c | 46 #define MAX_BL_BITS 7 macro 47 /* Bit length codes must not exceed MAX_BL_BITS bits */ 136 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | trees.c | 47 #define MAX_BL_BITS 7 macro 48 /* Bit length codes must not exceed MAX_BL_BITS bits */ 132 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 1481 #define MAX_BL_BITS 7 macro 1482 /* Bit length codes must not exceed MAX_BL_BITS bits */ 1563 {(ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 2255 #define MAX_BL_BITS 7 macro 2256 /* Bit length codes must not exceed MAX_BL_BITS bits */ 2350 (const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
|
Completed in 110 milliseconds