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

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dtrees.h66 local const ct_data static_dtree[D_CODES] = { variable
H A Dtrees.c99 local ct_data static_dtree[D_CODES]; variable
135 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
257 static_d_desc.static_tree = static_dtree;
309 static_dtree[n].Len = 5;
310 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
347 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
349 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
350 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
992 (ct_data *)__UNCONST(static_dtree));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
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);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c2067 local ct_data static_dtree[D_CODES]; variable
2153 local const ct_data static_dtree[D_CODES] = { variable
2233 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
2353 static_d_desc.static_tree = static_dtree;
2405 static_dtree[n].Len = 5;
2406 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
2443 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
2445 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
2446 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
3083 compress_block(s, (const ct_data *)static_ltree, (const ct_data *)static_dtree);
[all...]

Completed in 211 milliseconds