Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/boot/
Dmisc.c41 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
166 window = malloc(WSIZE); in decompress_kernel()
/linux-4.4.14/arch/nios2/boot/compressed/
Dmisc.c45 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
49 static uch window[WSIZE]; /* Sliding window buffer */
/linux-4.4.14/net/tipc/
Dbearer.h46 #define WSIZE 32 macro
71 u32 map[MAX_NODES / WSIZE];
/linux-4.4.14/lib/
Dinflate.c630 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()
/linux-4.4.14/arch/cris/boot/compressed/
Dmisc.c51 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
55 static uch window[WSIZE]; /* Sliding window buffer */
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c85 #define WSIZE 0x8000 /* Window size must be at least 32k, and a power of macro
89 static uch window[WSIZE]; /* sliding window buffer */