/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 78 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},
147 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1566 local block_state deflate_fast(s, flush)
in deflate_fast() function
|
/third_party/node/deps/zlib/ |
H A D | deflate.c | 87 local block_state deflate_fast(deflate_state *s, int flush); 128 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */ 133 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */ 134 /* 2 */ {4, 5, 16, 8, deflate_fast}, 135 /* 3 */ {4, 6, 32, 32, deflate_fast}, 146 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different 1868 local block_state deflate_fast(deflate_state *s, int flush) { in deflate_fast() function
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 94 local block_state deflate_fast OF((deflate_state *s, int flush)); 151 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */ 156 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */ 157 /* 2 */ {4, 5, 16, 8, deflate_fast}, 158 /* 3 */ {4, 6, 32, 32, deflate_fast}, 169 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different 1916 local block_state deflate_fast(s, flush) in deflate_fast() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 94 local block_state deflate_fast OF((deflate_state *s, int flush)); 151 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */ 156 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */ 157 /* 2 */ {4, 5, 16, 8, deflate_fast}, 158 /* 3 */ {4, 6, 32, 32, deflate_fast}, 169 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different 1900 local block_state deflate_fast(s, flush) in deflate_fast() function
|
/third_party/zlib/ |
H A D | deflate.c | 74 local block_state deflate_fast(deflate_state *s, int flush); 110 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */ 115 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */ 116 /* 2 */ {4, 5, 16, 8, deflate_fast}, 117 /* 3 */ {4, 6, 32, 32, deflate_fast}, 128 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different 1823 local block_state deflate_fast(deflate_state *s, int flush) in deflate_fast() function
|