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