Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib/contrib/infback9/
Dinfback9.c11 #define WSIZE 65536UL macro
181 left = WSIZE; \
268 left = WSIZE;
553 if (offset > WSIZE - (wrap ? 0: left)) {
563 copy = WSIZE - offset;
584 if (left < WSIZE) {
585 if (out(out_desc, window, (unsigned)(WSIZE - left)))
/external/zlib/patches/
D0001-simd.patch770 /* strstart never exceeds WSIZE-MAX_MATCH, so there are
970 + * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
972 + * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
973 + * => more >= window_size - 2*WSIZE + 2
977 + * Otherwise, window_size == 2*WSIZE so more >= 2.
978 + * If there was sliding, more >= WSIZE. So in all cases, more >= 2.
/external/angle/third_party/zlib/patches/
D0001-simd.patch770 /* strstart never exceeds WSIZE-MAX_MATCH, so there are
970 + * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
972 + * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
973 + * => more >= window_size - 2*WSIZE + 2
977 + * Otherwise, window_size == 2*WSIZE so more >= 2.
978 + * If there was sliding, more >= WSIZE. So in all cases, more >= 2.