Searched refs:deflate_fast (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/libkern/zlib/ |
| H A D | deflate.c | 105 local block_state deflate_fast OF((deflate_state *s, int flush)); 162 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */ 167 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */ 168 /* 2 */ {4, 5, 16, 8, deflate_fast}, 169 /* 3 */ {4, 6, 32, 32, deflate_fast}, 1473 deflate_fast(deflate_state *s, int flush) in deflate_fast() function
|