Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/net/tipc/
Dbearer.h46 #define WSIZE 32 macro
71 u32 map[MAX_NODES / WSIZE];
Dbcast.c936 int w = n / WSIZE; in tipc_nmap_add()
937 u32 mask = (1 << (n % WSIZE)); in tipc_nmap_add()
951 int w = n / WSIZE; in tipc_nmap_remove()
952 u32 mask = (1 << (n % WSIZE)); in tipc_nmap_remove()
980 for (b = 0 ; b < WSIZE; b++) { in tipc_nmap_diff()
/linux-4.1.27/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.1.27/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.1.27/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 */