Home
last modified time | relevance | path

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

/external/grub/stage2/
Dgunzip.c264 #define WSIZE 0x8000 macro
367 static uch slide[WSIZE];
759 if (w == WSIZE) in inflate_codes_in_window()
806 n -= (e = (e = WSIZE - ((d &= WSIZE - 1) > w ? d : w)) > n ? n in inflate_codes_in_window()
820 if (w == WSIZE) in inflate_codes_in_window()
829 if (w == WSIZE) in inflate_codes_in_window()
1110 while (wp < WSIZE && !errnum) in inflate_window()
1137 while (block_len && w < WSIZE && !errnum) in inflate_window()
1156 saved_filepos += WSIZE; in inflate_window()
1193 if (saved_filepos > gzip_filepos + WSIZE) in gunzip_read()
[all …]
/external/zlib/contrib/infback9/
Dinfback9.c11 #define WSIZE 65536UL macro
181 left = WSIZE; \
270 left = WSIZE;
555 if (offset > WSIZE - (wrap ? 0: left)) {
565 copy = WSIZE - offset;
586 if (left < WSIZE) {
587 if (out(out_desc, window, (unsigned)(WSIZE - left)))