Home
last modified time | relevance | path

Searched refs:deflate_slow (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c80 local block_state deflate_slow OF((deflate_state *s, int flush));
138 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
139 /* 5 */ {8, 16, 32, 32, deflate_slow},
140 /* 6 */ {8, 16, 128, 128, deflate_slow},
141 /* 7 */ {8, 32, 128, 256, deflate_slow},
142 /* 8 */ {32, 128, 258, 1024, deflate_slow},
143 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1668 local block_state deflate_slow(s, flush) in deflate_slow() function
/third_party/node/deps/zlib/
H A Ddeflate.c89 local block_state deflate_slow(deflate_state *s, int flush);
137 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
138 /* 5 */ {8, 16, 32, 32, deflate_slow},
139 /* 6 */ {8, 16, 128, 128, deflate_slow},
140 /* 7 */ {8, 32, 128, 256, deflate_slow},
141 /* 8 */ {32, 128, 258, 1024, deflate_slow},
142 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1970 local block_state deflate_slow(deflate_state *s, int flush) { in deflate_slow() function
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c96 local block_state deflate_slow OF((deflate_state *s, int flush));
160 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
161 /* 5 */ {8, 16, 32, 32, deflate_slow},
162 /* 6 */ {8, 16, 128, 128, deflate_slow},
163 /* 7 */ {8, 32, 128, 256, deflate_slow},
164 /* 8 */ {32, 128, 258, 1024, deflate_slow},
165 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
2018 local block_state deflate_slow(s, flush) in deflate_slow() function
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c96 local block_state deflate_slow OF((deflate_state *s, int flush));
160 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
161 /* 5 */ {8, 16, 32, 32, deflate_slow},
162 /* 6 */ {8, 16, 128, 128, deflate_slow},
163 /* 7 */ {8, 32, 128, 256, deflate_slow},
164 /* 8 */ {32, 128, 258, 1024, deflate_slow},
165 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
2002 local block_state deflate_slow(s, flush) in deflate_slow() function
/third_party/zlib/
H A Ddeflate.c76 local block_state deflate_slow(deflate_state *s, int flush);
119 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
120 /* 5 */ {8, 16, 32, 32, deflate_slow},
121 /* 6 */ {8, 16, 128, 128, deflate_slow},
122 /* 7 */ {8, 32, 128, 256, deflate_slow},
123 /* 8 */ {32, 128, 258, 1024, deflate_slow},
124 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1923 local block_state deflate_slow(deflate_state *s, int flush) in deflate_slow() function

Completed in 14 milliseconds