Home
last modified time | relevance | path

Searched refs:WIN_INIT (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/zlib/
Dfill_window_sse.c158 if (init > WIN_INIT) in fill_window_sse()
159 init = WIN_INIT; in fill_window_sse()
163 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window_sse()
168 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window_sse()
Ddeflate.h289 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1627 if (init > WIN_INIT)
1628 init = WIN_INIT;
1632 else if (s->high_water < (ulg)curr + WIN_INIT) {
1637 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/flutter/skia/third_party/externals/zlib/
Dfill_window_sse.c157 if (init > WIN_INIT) in fill_window_sse()
158 init = WIN_INIT; in fill_window_sse()
162 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window_sse()
167 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window_sse()
Ddeflate.h289 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1676 if (init > WIN_INIT)
1677 init = WIN_INIT;
1681 else if (s->high_water < (ulg)curr + WIN_INIT) {
1686 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/skia/third_party/externals/zlib/
Dfill_window_sse.c160 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()
170 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window_sse()
Ddeflate.h289 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1655 if (init > WIN_INIT)
1656 init = WIN_INIT;
1660 else if (s->high_water < (ulg)curr + WIN_INIT) {
1665 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/flutter/skia/third_party/externals/zlib/patches/
D0001-simd.patch1003 + /* If the WIN_INIT bytes after the end of the current data have never been
1007 + * time through here. WIN_INIT is set to MAX_MATCH since the longest match
1015 + /* Previous high water mark below current data -- zero WIN_INIT
1019 + if (init > WIN_INIT)
1020 + init = WIN_INIT;
1024 + else if (s->high_water < (ulg)curr + WIN_INIT) {
1026 + * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up
1029 + init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/skia/third_party/externals/zlib/patches/
D0001-simd.patch1003 + /* If the WIN_INIT bytes after the end of the current data have never been
1007 + * time through here. WIN_INIT is set to MAX_MATCH since the longest match
1015 + /* Previous high water mark below current data -- zero WIN_INIT
1019 + if (init > WIN_INIT)
1020 + init = WIN_INIT;
1024 + else if (s->high_water < (ulg)curr + WIN_INIT) {
1026 + * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up
1029 + init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/node/deps/zlib/patches/
D0001-simd.patch1003 + /* If the WIN_INIT bytes after the end of the current data have never been
1007 + * time through here. WIN_INIT is set to MAX_MATCH since the longest match
1015 + /* Previous high water mark below current data -- zero WIN_INIT
1019 + if (init > WIN_INIT)
1020 + init = WIN_INIT;
1024 + else if (s->high_water < (ulg)curr + WIN_INIT) {
1026 + * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up
1029 + init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/libwebsockets/win32port/zlib/
Ddeflate.h288 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1425 if (init > WIN_INIT)
1426 init = WIN_INIT;
1430 else if (s->high_water < (ulg)curr + WIN_INIT) {
1435 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/uboot/u-boot-2020.01/lib/zlib/
Ddeflate.h288 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1412 if (init > WIN_INIT)
1413 init = WIN_INIT;
1417 else if (s->high_water < (ulg)curr + WIN_INIT) {
1422 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.h294 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1579 if (init > WIN_INIT)
1580 init = WIN_INIT;
1584 else if (s->high_water < (ulg)curr + WIN_INIT) {
1589 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.h294 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1579 if (init > WIN_INIT)
1580 init = WIN_INIT;
1584 else if (s->high_water < (ulg)curr + WIN_INIT) {
1589 init = (ulg)curr + WIN_INIT - s->high_water;
/third_party/zlib/
Ddeflate.h289 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1613 if (init > WIN_INIT)
1614 init = WIN_INIT;
1618 else if (s->high_water < (ulg)curr + WIN_INIT) {
1623 init = (ulg)curr + WIN_INIT - s->high_water;