Searched refs:WSIZE (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/libz-sys/src/zlib/contrib/infback9/ |
D | infback9.c | 11 #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/ |
D | 0001-simd.patch | 770 /* 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/ |
D | 0001-simd.patch | 770 /* 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.
|