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

/linux-4.4.14/arch/alpha/boot/
H A Dmisc.c41 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
166 window = malloc(WSIZE); decompress_kernel()
/linux-4.4.14/arch/nios2/boot/compressed/
H A 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/arch/cris/boot/compressed/
H A 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/
H A 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 */
/linux-4.4.14/net/tipc/
H A Dbearer.h46 #define WSIZE 32 macro
71 u32 map[MAX_NODES / WSIZE];
/linux-4.4.14/lib/zlib_deflate/
H A Ddeflate.c793 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 && fill_window()
795 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1) fill_window()
796 * => more >= window_size - 2*WSIZE + 2 fill_window()
800 * Otherwise, window_size == 2*WSIZE so more >= 2. fill_window()
801 * If there was sliding, more >= WSIZE. So in all cases, more >= 2. fill_window()
971 /* strstart never exceeds WSIZE-MAX_MATCH, so there are deflate_fast()
H A Ddeftree.c914 /* Since LIT_BUFSIZE <= 2*WSIZE, the input data must be there: */
929 /* The test buf != NULL is only necessary if LIT_BUFSIZE > WSIZE.
930 * Otherwise we can't have processed more than WSIZE input bytes since
932 * successful. If LIT_BUFSIZE <= WSIZE, it is never too late to
H A Ddefutil.h272 * distances are limited to MAX_DIST instead of WSIZE.
/linux-4.4.14/lib/
H A Dinflate.c630 if (w == WSIZE) inflate_codes()
665 n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e); inflate_codes()
679 if (w == WSIZE) inflate_codes()
739 if (w == WSIZE) inflate_stored()

Completed in 422 milliseconds