Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/alpha/boot/
Dmisc.c40 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
200 window = malloc(WSIZE); in decompress_kernel()
/linux-2.4.37.9/arch/sh/boot/compressed/
Dmisc.c35 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
39 static uch window[WSIZE]; /* Sliding window buffer */
/linux-2.4.37.9/arch/cris/boot/compressed/
Dmisc.c44 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
48 static uch window[WSIZE]; /* Sliding window buffer */
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dmisc.c35 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
39 static uch window[WSIZE]; /* Sliding window buffer */
/linux-2.4.37.9/lib/
Dinflate.c554 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()
/linux-2.4.37.9/arch/arm/boot/compressed/
Dmisc.c122 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
126 static uch window[WSIZE]; /* Sliding window buffer */
/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dmisc.c30 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
34 static uch window[WSIZE]; /* Sliding window buffer */
/linux-2.4.37.9/arch/i386/boot/compressed/
Dmisc.c42 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
46 static uch window[WSIZE]; /* Sliding window buffer */
/linux-2.4.37.9/init/
Ddo_mounts.c961 #define WSIZE 0x8000 /* window size--must be a power of two, and */ macro
1076 window = kmalloc(WSIZE, GFP_KERNEL); in crd_load()