Searched refs:D_CODES (Results 1 – 15 of 15) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
D | trees.c | 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 98 local ct_data static_dtree[D_CODES]; 115 local int base_dist[D_CODES]; 134 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 287 for ( ; code < D_CODES; code++) { in tr_static_init() 309 for (n = 0; n < D_CODES; n++) { in tr_static_init() 349 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 374 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 376 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header() [all …]
|
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
D | deflate.h | 39 #define D_CODES 30 macro 193 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
|
/third_party/node/deps/zlib/ |
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]; 135 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; 341 for ( ; code < D_CODES; code++) { in tr_static_init() 363 for (n = 0; n < D_CODES; n++) { in tr_static_init() 402 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 404 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 427 for (i = 0; i < D_CODES; i++) { in gen_trees_header() 429 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header() [all …]
|
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
D | deflate.h | 43 #define D_CODES 30 macro 203 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
|
/third_party/skia/third_party/externals/zlib/ |
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 …]
|
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
D | deflate.h | 39 #define D_CODES 30 macro 199 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
|
/third_party/zlib/ |
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 …]
|
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
D | deflate.h | 39 #define D_CODES 30 macro 199 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
|
/third_party/node/deps/v8/third_party/zlib/ |
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 …]
|
D | trees.h | 64 local const ct_data static_dtree[D_CODES] = { 123 local const int base_dist[D_CODES] = {
|
D | deflate.h | 39 #define D_CODES 30 macro 199 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
|