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

/xnu-2782.1.97/libkern/zlib/
H A Dtrees.h30 local const ct_data static_ltree[L_CODES+2] = { variable
H A Dtrees.c117 local ct_data static_ltree[L_CODES+2]; variable
157 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
280 static_l_desc.static_tree = static_ltree;
322 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
323 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
324 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
325 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
330 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
366 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
368 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[
[all...]

Completed in 19 milliseconds