static_dtree       97 tools/packfi2/trees.c local ct_data static_dtree[D_CODES];
static_dtree      133 tools/packfi2/trees.c {static_dtree, extra_dbits, 0,          D_CODES, MAX_BITS};
static_dtree      255 tools/packfi2/trees.c     static_d_desc.static_tree = static_dtree;
static_dtree      307 tools/packfi2/trees.c         static_dtree[n].Len = 5;
static_dtree      308 tools/packfi2/trees.c         static_dtree[n].Code = bi_reverse((unsigned)n, 5);
static_dtree      347 tools/packfi2/trees.c         fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
static_dtree      348 tools/packfi2/trees.c                 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
static_dtree      989 tools/packfi2/trees.c         compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
static_dtree       64 tools/packfi2/trees.h local const ct_data static_dtree[D_CODES] = {