Searched refs:deflate_fast (Results 1 – 1 of 1) sorted by relevance
/lib/zlib_deflate/ |
D | deflate.c | 74 static block_state deflate_fast (deflate_state *s, int flush); 138 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */ 139 /* 2 */ {4, 5, 16, 8, deflate_fast}, 140 /* 3 */ {4, 6, 32, 32, deflate_fast}, 916 static block_state deflate_fast( in deflate_fast() function
|