Searched refs:static_dtree (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/zlib/
H A Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
H A Dtrees.c93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
250 static_d_desc.static_tree = static_dtree;
303 static_dtree[n].Len = 5;
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
341 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
980 (const ct_data *)static_dtree);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c97 local ct_data static_dtree[D_CODES]; variable
133 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
255 static_d_desc.static_tree = static_dtree;
307 static_dtree[n].Len = 5;
308 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
345 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
989 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/freebsd-11-stable/sys/libkern/
H A Dzlib.c1935 local ct_data static_dtree[D_CODES]; variable
1967 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
2137 static_dtree[n].Len = 5;
2138 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
2778 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);

Completed in 213 milliseconds