static_dtree 1541 net/zlib.c local ct_data static_dtree[D_CODES];
static_dtree 1573 net/zlib.c {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
static_dtree 1740 net/zlib.c static_dtree[n].Len = 5;
static_dtree 1741 net/zlib.c static_dtree[n].Code = bi_reverse(n, 5);
static_dtree 1751 net/zlib.c if (static_dtree[0].Len == 0) {
static_dtree 2389 net/zlib.c compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);