Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.h40 #define L_CODES (LITERALS+1+LENGTH_CODES) macro
49 #define HEAP_SIZE (2*L_CODES+1)
213 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
220 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];
132 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
360 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
396 for (i = 0; i < L_CODES+2; i++) { in gen_trees_header()
398 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header()
443 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0; in init_block()
836 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, in send_all_trees()