tag | line | file | source code |
WSIZE | 103 | arch/i386/boot/compressed/gzip.h | # define head (prev+WSIZE) /* hash head (see deflate.c) */ |
WSIZE | 156 | arch/i386/boot/compressed/gzip.h | #ifndef WSIZE |
WSIZE | 169 | arch/i386/boot/compressed/gzip.h | #define MAX_DIST (WSIZE-MIN_LOOKAHEAD) |
WSIZE | 190 | arch/i386/boot/compressed/gzip.h | #define put_char(c) {window[outcnt++]=(uch)(c); if (outcnt==WSIZE)\ |
WSIZE | 366 | arch/i386/boot/compressed/inflate.c | if (w == WSIZE) |
WSIZE | 400 | arch/i386/boot/compressed/inflate.c | n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e); |
WSIZE | 413 | arch/i386/boot/compressed/inflate.c | if (w == WSIZE) |
WSIZE | 470 | arch/i386/boot/compressed/inflate.c | if (w == WSIZE) |
WSIZE | 47 | arch/i386/boot/compressed/misc.c | DECLARE(uch, window, WSIZE); |