Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
135 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
140 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
141 /* 2 */ {4, 5, 16, 8, deflate_fast},
142 /* 3 */ {4, 6, 32, 32, deflate_fast},
1448 local block_state deflate_fast(s, flush) in deflate_fast() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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]