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

/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dzran.c63 #define WINSIZE 32768U /* sliding window size */ macro
71 unsigned char window[WINSIZE]; /* preceding 32K of uncompressed data */
127 memcpy(next->window, window + WINSIZE - left, left);
128 if (left < WINSIZE)
129 memcpy(next->window + left, window, WINSIZE - left);
152 unsigned char window[WINSIZE];
187 strm.avail_out = WINSIZE;
256 unsigned char discard[WINSIZE];
288 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
301 if (offset > WINSIZE) { /* ski
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dzran.c63 #define WINSIZE 32768U /* sliding window size */ macro
71 unsigned char window[WINSIZE]; /* preceding 32K of uncompressed data */
127 memcpy(next->window, window + WINSIZE - left, left);
128 if (left < WINSIZE)
129 memcpy(next->window + left, window, WINSIZE - left);
152 unsigned char window[WINSIZE];
187 strm.avail_out = WINSIZE;
256 unsigned char discard[WINSIZE];
288 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
301 if (offset > WINSIZE) { /* ski
[all...]
/netbsd-current/common/dist/zlib/examples/
H A Dzran.c64 #define WINSIZE 32768U /* sliding window size */ macro
72 unsigned char window[WINSIZE]; /* preceding 32K of uncompressed data */
125 memcpy(next->window, window + WINSIZE - left, left);
126 if (left < WINSIZE)
127 memcpy(next->window + left, window, WINSIZE - left);
144 unsigned char window[WINSIZE];
184 strm.avail_out = WINSIZE;
255 unsigned char discard[WINSIZE];
287 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
295 if (offset > WINSIZE) { /* ski
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dzran.c64 #define WINSIZE 32768U /* sliding window size */ macro
72 unsigned char window[WINSIZE]; /* preceding 32K of uncompressed data */
125 memcpy(next->window, window + WINSIZE - left, left);
126 if (left < WINSIZE)
127 memcpy(next->window + left, window, WINSIZE - left);
144 unsigned char window[WINSIZE];
184 strm.avail_out = WINSIZE;
255 unsigned char discard[WINSIZE];
287 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
295 if (offset > WINSIZE) { /* ski
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dzran.c64 #define WINSIZE 32768U /* sliding window size */ macro
72 unsigned char window[WINSIZE]; /* preceding 32K of uncompressed data */
125 memcpy(next->window, window + WINSIZE - left, left);
126 if (left < WINSIZE)
127 memcpy(next->window + left, window, WINSIZE - left);
144 unsigned char window[WINSIZE];
184 strm.avail_out = WINSIZE;
255 unsigned char discard[WINSIZE];
287 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
295 if (offset > WINSIZE) { /* ski
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dxtensa-tdep.c90 #define WINSIZE(ra) (4 * (( (ra) >> 30) & 0x3)) macro
1296 | ((WINSIZE(ra)/4) << PS_CALLINC_SHIFT);
1305 cache->wd.callsize = WINSIZE (ra);
1313 | ((WINSIZE(ra)/4) << PS_CALLINC_SHIFT);
2934 cache->wd.callsize = WINSIZE (ra);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxtensa-tdep.c81 #define WINSIZE(ra) (4 * (( (ra) >> 30) & 0x3)) macro
1283 | ((WINSIZE(ra)/4) << PS_CALLINC_SHIFT);
1292 cache->wd.callsize = WINSIZE (ra);
1300 | ((WINSIZE(ra)/4) << PS_CALLINC_SHIFT);
2932 cache->wd.callsize = WINSIZE (ra);

Completed in 219 milliseconds