Home | History | Annotate | Download | only in zlib

Lines Matching refs:L_CODES

86 local ct_data static_ltree[L_CODES+2];

88 * need for the L_CODES extra codes used during heap construction. However
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
337 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
338 for (i = 0; i < L_CODES+2; i++) {
340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
415 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
843 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,