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