Searched refs:WSIZE (Results 1 – 3 of 3) sorted by relevance
42 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro165 window = malloc(WSIZE); in decompress_kernel()
32 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro36 static uch window[WSIZE]; /* Sliding window buffer */
631 if (w == WSIZE) in inflate_codes()666 n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e); in inflate_codes()680 if (w == WSIZE) in inflate_codes()740 if (w == WSIZE) in inflate_stored()