WSIZE             167 arch/alpha/boot/misc.c 	window = malloc(WSIZE);
WSIZE              36 arch/nios2/boot/compressed/misc.c static uch window[WSIZE];	/* Sliding window buffer */
WSIZE             631 lib/inflate.c        if (w == WSIZE)
WSIZE             666 lib/inflate.c          n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e);
WSIZE             680 lib/inflate.c          if (w == WSIZE)
WSIZE             740 lib/inflate.c      if (w == WSIZE)