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