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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dbcast.h41 #define WSIZE 32 macro
51 u32 map[MAX_NODES / WSIZE];
83 int w = n / WSIZE;
84 int b = n % WSIZE;
96 int w = n / WSIZE;
97 u32 mask = (1 << (n % WSIZE));
112 int w = n / WSIZE;
113 u32 mask = (1 << (n % WSIZE));
150 for (b = 0 ; b < WSIZE; b++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Dgzip.c107 #ifndef WSIZE
108 # define WSIZE 0x8000 /* window size--must be a power of two, and */ macro
120 #define MAX_DIST (WSIZE-MIN_LOOKAHEAD)
122 * distances are limited to MAX_DIST instead of WSIZE.
176 #define WMASK (WSIZE-1)
177 /* HASH_SIZE and WSIZE must be powers of two */
199 WINDOW_SIZE = 2 * WSIZE,
200 /* window size, 2*WSIZE except for MMAP or BIG_MEM, where it is the
283 * and move to the first half later to keep a dictionary of at least WSIZE
285 * WSIZE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c11 #define WSIZE 65536UL macro
181 left = WSIZE; \
270 left = WSIZE;
546 if (offset > WSIZE - (wrap ? 0: left)) {
556 copy = WSIZE - offset;
577 if (left < WSIZE) {
578 if (out(out_desc, window, (unsigned)(WSIZE - left)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c11 #define WSIZE 65536UL macro
181 left = WSIZE; \
270 left = WSIZE;
546 if (offset > WSIZE - (wrap ? 0: left)) {
556 copy = WSIZE - offset;
577 if (left < WSIZE) {
578 if (out(out_desc, window, (unsigned)(WSIZE - left)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c36 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
40 static uch window[WSIZE]; /* Sliding window buffer */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c34 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
38 static uch window[WSIZE]; /* Sliding window buffer */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/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 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c29 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
33 static uch window[WSIZE]; /* Sliding window buffer */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/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 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/boot/
H A Dmisc.c40 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
198 window = malloc(WSIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dload.c42 #define WSIZE 0x8000 /* window size--must be a power of two, and */ macro
186 bzstream.avail_out = WSIZE;
295 window = malloc(WSIZE);
H A Dgzip_inflate.c558 if (w == WSIZE)
593 n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e);
607 if (w == WSIZE)
664 if (w == WSIZE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A Dmisc.c122 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
126 static uch window[WSIZE]; /* Sliding window buffer */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dmisc.c47 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
51 static uch window[WSIZE]; /* Sliding window buffer */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dmisc.c179 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro
183 static uch window[WSIZE]; /* Sliding window buffer */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dinflate.c588 if (w == WSIZE)
623 n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e);
637 if (w == WSIZE)
697 if (w == WSIZE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/init/
H A Ddo_mounts_rd.c304 #define WSIZE 0x8000 /* window size--must be a power of two, and */ macro
431 window = kmalloc(WSIZE, GFP_KERNEL);
H A Dinitramfs.c384 #define WSIZE 0x8000 /* window size--must be a power of two, and */ macro
451 window = malloc(WSIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dmisc.c116 #define WSIZE 0x80000000 /* Window size must be at least 32k, macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dmisc.c116 #define WSIZE 0x80000000 /* Window size must be at least 32k, macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm246 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm246 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))

Completed in 219 milliseconds