Home
last modified time | relevance | path

Searched refs:static_ltree (Results 1 - 10 of 10) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
H A Dtrees.c91 local ct_data static_ltree[L_CODES+2]; variable
131 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
255 static_l_desc.static_tree = static_ltree; in tr_static_init()
298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
306 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
342 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n"); in gen_trees_header()
344 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[ in gen_trees_header()
[all...]
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
/third_party/node/deps/v8/third_party/zlib/
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
335 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n"); in gen_trees_header()
337 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[ in gen_trees_header()
[all...]
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
/third_party/node/deps/zlib/
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
132 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
228 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", in gen_codes()
309 static_l_desc.static_tree = static_ltree; in tr_static_init()
352 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
353 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
354 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
355 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
360 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
395 fprintf(header, "local const ct_data static_ltree[L_CODE in gen_trees_header()
[all...]
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
/third_party/skia/third_party/externals/zlib/
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
291 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
292 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
293 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
294 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
299 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
335 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n"); in gen_trees_header()
337 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[ in gen_trees_header()
[all...]
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
/third_party/zlib/
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
132 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
241 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", in gen_codes()
324 static_l_desc.static_tree = static_ltree; in tr_static_init()
367 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
368 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init()
369 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init()
370 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init()
375 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); in tr_static_init()
411 fprintf(header, "local const ct_data static_ltree[L_CODE in gen_trees_header()
[all...]
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable

Completed in 7 milliseconds