Searched refs:WSIZE (Results 1 – 9 of 9) sorted by relevance
40 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro200 window = malloc(WSIZE); in decompress_kernel()
35 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro39 static uch window[WSIZE]; /* Sliding window buffer */
44 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro48 static uch window[WSIZE]; /* Sliding window buffer */
554 if (w == WSIZE)589 n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e);603 if (w == WSIZE)660 if (w == WSIZE) in inflate_stored()
122 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro126 static uch window[WSIZE]; /* Sliding window buffer */
30 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro34 static uch window[WSIZE]; /* Sliding window buffer */
42 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro46 static uch window[WSIZE]; /* Sliding window buffer */
961 #define WSIZE 0x8000 /* window size--must be a power of two, and */ macro1076 window = kmalloc(WSIZE, GFP_KERNEL); in crd_load()