Searched refs:WSIZE (Results 1 – 7 of 7) sorted by relevance
41 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro166 window = malloc(WSIZE); in decompress_kernel()
45 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro49 static uch window[WSIZE]; /* Sliding window buffer */
46 #define WSIZE 32 macro71 u32 map[MAX_NODES / WSIZE];
936 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()
630 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()
51 #define WSIZE 0x8000 /* Window size must be at least 32k, */ macro55 static uch window[WSIZE]; /* Sliding window buffer */
85 #define WSIZE 0x8000 /* Window size must be at least 32k, and a power of macro89 static uch window[WSIZE]; /* sliding window buffer */