Searched refs:extra_blbits (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | trees.c | 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ variable 132 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS}; 252 static_bl_desc.extra_bits = extra_blbits; in tr_static_init()
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 2279 local const int extra_blbits[BL_CODES] = { variable 2348 (const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS}; 2475 static_bl_desc.extra_bits = extra_blbits; in tr_static_init()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 1502 local int extra_blbits[BL_CODES]/* extra bits for each bit length code */ variable 1563 {(ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
|