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

/external/chromium_org/third_party/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
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;
298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
306 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
342 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
344 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
H A Dfx_zlib_trees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
250 static_l_desc.static_tree = static_ltree;
293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
337 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
250 static_l_desc.static_tree = static_ltree;
293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
337 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/external/zlib/src/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
H A Dtrees.c86 local ct_data static_ltree[L_CODES+2]; variable
126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
250 static_l_desc.static_tree = static_ltree;
293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
301 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
337 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]

Completed in 2218 milliseconds