Searched refs:WSIZE (Results 1 – 2 of 2) 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 */
Completed in 4 milliseconds