Home
last modified time | relevance | path

Searched refs:static_dtree (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
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; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
980 (const ct_data *)static_dtree);
/third_party/libwebsockets/win32port/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
Dtrees.c98 local ct_data static_dtree[D_CODES]; variable
134 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
257 static_d_desc.static_tree = static_dtree; in tr_static_init()
310 static_dtree[n].Len = 5; in tr_static_init()
311 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
350 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
993 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
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; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
980 (const ct_data *)static_dtree);
/third_party/skia/third_party/externals/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
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; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
980 (const ct_data *)static_dtree);
/third_party/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
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; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
981 (const ct_data *)static_dtree);
/third_party/flutter/skia/third_party/externals/zlib/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
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; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
980 (const ct_data *)static_dtree);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dtrees.h64 local const ct_data static_dtree[D_CODES] = { variable
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; in tr_static_init()
303 static_dtree[n].Len = 5; in tr_static_init()
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init()
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header()
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header()
980 (const ct_data *)static_dtree);