Home
last modified time | relevance | path

Searched refs:deflate_fast (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/lib/zlib/
Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
1520 local block_state deflate_fast(s, flush) in deflate_fast() function
/external/pdfium/third_party/zlib_v128/
Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
1627 local block_state deflate_fast( in deflate_fast() function
/external/python/cpython2/Modules/zlib/
Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
1628 local block_state deflate_fast(s, flush) in deflate_fast() function
DChangeLog457 - Fix relatively harmless bug in deflate_fast() [Exarevsky]
/external/zlib/src/
Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
1628 local block_state deflate_fast(s, flush) in deflate_fast() function
DChangeLog457 - Fix relatively harmless bug in deflate_fast() [Exarevsky]