Home
last modified time | relevance | path

Searched refs:WSIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/alpha/boot/
H A Dmisc.c42 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
165 window = malloc(WSIZE); in decompress_kernel()
/openbmc/linux/arch/nios2/boot/compressed/
H A Dmisc.c32 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
36 static uch window[WSIZE]; /* Sliding window buffer */
/openbmc/linux/lib/
H A Dinflate.c631 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()