Searched refs:WINSIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzran.c58 #define WINSIZE 32768U /* sliding window size */ macro
66 unsigned char window[WINSIZE]; /* preceding 32K of uncompressed data */
122 memcpy(next->window, window + WINSIZE - left, left);
123 if (left < WINSIZE)
124 memcpy(next->window + left, window, WINSIZE - left);
147 unsigned char window[WINSIZE];
182 strm.avail_out = WINSIZE;
251 unsigned char discard[WINSIZE];
283 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
296 if (offset > WINSIZE) { /* ski
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dzran.c58 #define WINSIZE 32768U /* sliding window size */ macro
66 unsigned char window[WINSIZE]; /* preceding 32K of uncompressed data */
122 memcpy(next->window, window + WINSIZE - left, left);
123 if (left < WINSIZE)
124 memcpy(next->window + left, window, WINSIZE - left);
147 unsigned char window[WINSIZE];
182 strm.avail_out = WINSIZE;
251 unsigned char discard[WINSIZE];
283 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
296 if (offset > WINSIZE) { /* ski
[all...]

Completed in 72 milliseconds