Home
last modified time | relevance | path

Searched refs:WIN_INIT (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dfill_window_sse.c144 /* If the WIN_INIT bytes after the end of the current data have never been in fill_window_sse()
148 * time through here. WIN_INIT is set to MAX_MATCH since the longest match in fill_window_sse()
156 /* Previous high water mark below current data -- zero WIN_INIT in fill_window_sse()
160 if (init > WIN_INIT) in fill_window_sse()
161 init = WIN_INIT; in fill_window_sse()
165 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window_sse()
167 * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up in fill_window_sse()
170 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window_sse()
H A Ddeflate.h289 #define WIN_INIT MAX_MATCH macro
H A Ddeflate.c1649 /* If the WIN_INIT bytes after the end of the current data have never been
1653 * time through here. WIN_INIT is set to MAX_MATCH since the longest match
1661 /* Previous high water mark below current data -- zero WIN_INIT
1665 if (init > WIN_INIT)
1666 init = WIN_INIT;
1670 else if (s->high_water < (ulg)curr + WIN_INIT) {
1672 * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up
1675 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/skia/third_party/externals/zlib/
H A Dfill_window_sse.c144 /* If the WIN_INIT bytes after the end of the current data have never been in fill_window_sse()
148 * time through here. WIN_INIT is set to MAX_MATCH since the longest match in fill_window_sse()
156 /* Previous high water mark below current data -- zero WIN_INIT in fill_window_sse()
160 if (init > WIN_INIT) in fill_window_sse()
161 init = WIN_INIT; in fill_window_sse()
165 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window_sse()
167 * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up in fill_window_sse()
170 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window_sse()
H A Ddeflate.h289 #define WIN_INIT MAX_MATCH macro
H A Ddeflate.c1639 /* If the WIN_INIT bytes after the end of the current data have never been
1643 * time through here. WIN_INIT is set to MAX_MATCH since the longest match
1651 /* Previous high water mark below current data -- zero WIN_INIT
1655 if (init > WIN_INIT)
1656 init = WIN_INIT;
1660 else if (s->high_water < (ulg)curr + WIN_INIT) {
1662 * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up
1665 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/node/deps/zlib/
H A Ddeflate.h303 #define WIN_INIT MAX_MATCH macro
H A Ddeflate.c344 /* If the WIN_INIT bytes after the end of the current data have never been in fill_window()
348 * time through here. WIN_INIT is set to MAX_MATCH since the longest match in fill_window()
356 /* Previous high water mark below current data -- zero WIN_INIT in fill_window()
360 if (init > WIN_INIT) in fill_window()
361 init = WIN_INIT; in fill_window()
365 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window()
367 * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up in fill_window()
370 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window()
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h283 #define WIN_INIT MAX_MATCH macro
H A Ddeflate.c1443 /* If the WIN_INIT bytes after the end of the current data have never been
1447 * time through here. WIN_INIT is set to MAX_MATCH since the longest match
1455 /* Previous high water mark below current data -- zero WIN_INIT
1459 if (init > WIN_INIT)
1460 init = WIN_INIT;
1464 else if (s->high_water < (ulg)curr + WIN_INIT) {
1466 * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up
1469 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/zlib/
H A Ddeflate.h300 #define WIN_INIT MAX_MATCH macro
H A Ddeflate.c335 /* If the WIN_INIT bytes after the end of the current data have never been in fill_window()
339 * time through here. WIN_INIT is set to MAX_MATCH since the longest match in fill_window()
347 /* Previous high water mark below current data -- zero WIN_INIT in fill_window()
351 if (init > WIN_INIT) in fill_window()
352 init = WIN_INIT; in fill_window()
356 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window()
358 * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up in fill_window()
361 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window()

Completed in 19 milliseconds