Lines Matching defs:static_ltree
86 local ct_data static_ltree[L_CODES+2];
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
248 static_l_desc.static_tree = static_ltree;
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
335 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
337 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
338 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
602 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
901 send_code(s, END_BLOCK, static_ltree);
980 compress_block(s, (const ct_data *)static_ltree,