Searched refs:WSIZE (Results 1 – 6 of 6) sorted by relevance
41 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro166 window = malloc(WSIZE); in decompress_kernel()
45 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro49 static uch window[WSIZE]; /* Sliding window buffer */
46 #define WSIZE 32 macro71 u32 map[MAX_NODES / WSIZE];
630 if (w == WSIZE) in inflate_codes()665 n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e); in inflate_codes()679 if (w == WSIZE) in inflate_codes()739 if (w == WSIZE) in inflate_stored()
51 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro55 static uch window[WSIZE]; /* Sliding window buffer */
85 #define WSIZE 0x8000 /* Window size must be at least 32k, and a power of macro89 static uch window[WSIZE]; /* sliding window buffer */