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 | 374 | zBoot/inflate.c | if (w == WSIZE) |
WSIZE | 408 | zBoot/inflate.c | n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e); |
WSIZE | 421 | zBoot/inflate.c | if (w == WSIZE) |
WSIZE | 478 | zBoot/inflate.c | if (w == WSIZE) |
WSIZE | 47 | zBoot/misc.c | DECLARE(uch, window, WSIZE); |