taglinefilesource code
WSIZE103arch/i386/boot/compressed/gzip.h#  define head (prev+WSIZE)  /* hash head (see deflate.c) */
WSIZE156arch/i386/boot/compressed/gzip.h#ifndef WSIZE
WSIZE169arch/i386/boot/compressed/gzip.h#define MAX_DIST  (WSIZE-MIN_LOOKAHEAD)
WSIZE190arch/i386/boot/compressed/gzip.h#define put_char(c) {window[outcnt++]=(uch)(c); if (outcnt==WSIZE)\
WSIZE366arch/i386/boot/compressed/inflate.cif (w == WSIZE)
WSIZE400arch/i386/boot/compressed/inflate.cn -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e);
WSIZE413arch/i386/boot/compressed/inflate.cif (w == WSIZE)
WSIZE470arch/i386/boot/compressed/inflate.cif (w == WSIZE)
WSIZE49arch/i386/boot/compressed/misc.cDECLARE(uch, window, WSIZE);