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

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dtrees.h5 local const ct_data static_ltree[L_CODES+2] = { variable
H A Dtrees.c92 local ct_data static_ltree[L_CODES+2]; variable
132 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
255 static_l_desc.static_tree = static_ltree;
297 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
298 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
299 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
300 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
305 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
341 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
343 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = { variable
H A Dtrees.c90 local ct_data static_ltree[L_CODES+2]; variable
130 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
253 static_l_desc.static_tree = static_ltree;
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
303 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
339 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dtrees.c90 local ct_data static_ltree[L_CODES+2]; variable
130 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
253 static_l_desc.static_tree = static_ltree;
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
303 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
339 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c2060 local ct_data static_ltree[L_CODES+2]; variable
2092 local const ct_data static_ltree[L_CODES+2] = { variable
2230 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2351 static_l_desc.static_tree = static_ltree;
2393 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
2394 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
2395 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
2396 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
2401 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
2437 fprintf(header, "local const ct_data static_ltree[L_CODE
[all...]

Completed in 174 milliseconds