static_ltree 90 lib/zlib/trees.c local ct_data static_ltree[L_CODES+2];
static_ltree 130 lib/zlib/trees.c {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
static_ltree 253 lib/zlib/trees.c static_l_desc.static_tree = static_ltree;
static_ltree 295 lib/zlib/trees.c while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
static_ltree 296 lib/zlib/trees.c while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
static_ltree 297 lib/zlib/trees.c while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
static_ltree 298 lib/zlib/trees.c while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
static_ltree 303 lib/zlib/trees.c gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
static_ltree 341 lib/zlib/trees.c fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
static_ltree 342 lib/zlib/trees.c static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
static_ltree 606 lib/zlib/trees.c Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
static_ltree 896 lib/zlib/trees.c send_code(s, END_BLOCK, static_ltree);
static_ltree 908 lib/zlib/trees.c send_code(s, END_BLOCK, static_ltree);
static_ltree 989 lib/zlib/trees.c compress_block(s, static_ltree, static_dtree);
static_ltree 3 lib/zlib/trees.h local const ct_data static_ltree[L_CODES+2] = {