Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dmisc.c42 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
167 window = malloc(WSIZE); in decompress_kernel()
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds