Home
last modified time | relevance | path

Searched refs:L_CODES (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h34 #define L_CODES (LITERALS+1+LENGTH_CODES) macro
43 #define HEAP_SIZE (2*L_CODES+1)
207 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
214 uch depth[2*L_CODES+1];
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2];
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
336 for (i = 0; i < L_CODES+2; i++) { in gen_trees_header()
338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
413 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
841 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c161 #define L_CODES (LITERALS+1+LENGTH_CODES) macro
170 #define HEAP_SIZE (2*L_CODES+1)
324 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
331 uch depth[2*L_CODES+1];
1521 local ct_data static_ltree[L_CODES+2];
1557 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1724 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in ct_static_init()
1775 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
2202 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c305 #define L_CODES (LITERALS+1+LENGTH_CODES) macro
314 #define HEAP_SIZE (2*L_CODES+1)
484 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
493 uch depth[2*L_CODES+1];
2303 local ct_data static_ltree[L_CODES+2];
2342 static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2524 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
2576 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
3054 Assert(lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1246 #define L_CODES (LITERALS+1+LENGTH_CODES) macro
1255 #define HEAP_SIZE (2*L_CODES+1)
1413 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
1420 uch depth[2*L_CODES+1];