/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | trees.c | 64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 97 local ct_data static_dtree[D_CODES]; 114 local int base_dist[D_CODES]; 133 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 284 for ( ; code < D_CODES; code++) { in tr_static_init() 306 for (n = 0; n < D_CODES; n++) { in tr_static_init() 346 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 370 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 372 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header() [all …]
|
H A D | deflate.h | 39 #define D_CODES 30 macro 193 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | trees.c | 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 93 local ct_data static_dtree[D_CODES]; 110 local int base_dist[D_CODES]; 129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 280 for ( ; code < D_CODES; code++) { in tr_static_init() 302 for (n = 0; n < D_CODES; n++) { in tr_static_init() 342 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 367 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 369 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header() [all …]
|
H A D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
H A D | deflate.h | 39 #define D_CODES 30 macro 199 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | trees.c | 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 93 local ct_data static_dtree[D_CODES]; 110 local int base_dist[D_CODES]; 129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 280 for ( ; code < D_CODES; code++) { in tr_static_init() 302 for (n = 0; n < D_CODES; n++) { in tr_static_init() 342 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 367 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 369 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header() [all …]
|
H A D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
H A D | deflate.h | 39 #define D_CODES 30 macro 199 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | trees.c | 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 93 local ct_data static_dtree[D_CODES]; 110 local int base_dist[D_CODES]; 129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 280 for ( ; code < D_CODES; code++) { in tr_static_init() 302 for (n = 0; n < D_CODES; n++) { in tr_static_init() 342 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 367 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 369 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header() [all …]
|
H A D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
H A D | deflate.h | 39 #define D_CODES 30 macro 199 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/ |
H A D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
/netbsd-src/common/dist/zlib/ |
H A D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
/netbsd-src/sys/net/ |
H A D | zlib.c | 317 #define D_CODES 30 macro 466 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */ 2034 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 2067 local ct_data static_dtree[D_CODES]; 2084 local int base_dist[D_CODES]; 2153 local const ct_data static_dtree[D_CODES] = { 2212 local const int base_dist[D_CODES] = { 2233 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 2382 for ( ; code < D_CODES; code++) { in tr_static_init() 2404 for (n = 0; n < D_CODES; n++) { in tr_static_init() [all …]
|