Searched defs:wsize (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libz/
H A Dinffast.c81 unsigned wsize; /* window size or zero if not using window */ local
84 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
108 wsize = state->wsize;
197 from += wsize - op;
207 from += wsize + write - op;
H A Dinflate.h89 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
H A Ddeflate.c1272 uInt wsize = s->w_size; local
1280 more = wsize;
1293 if (s->strstart >= wsize+MAX_DIST(s)) {
1295 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
1296 s->match_start -= wsize;
1297 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1298 s->block_start -= (long) wsize;
1311 *p = (Pos)(m >= wsize ? m-wsize
[all...]
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwindow.h37 ssize_t wsize; /* size of matching window */ member in struct:_vcwmatch_s
/ast/src/lib/libvcodex/
H A Dvcsfio.c557 if(wm->wsize > 0 && wm->wpos >= 0)
559 sfdc->vcdc.size = wm->wsize;
567 /**/ DEBUG_PRINT(2,"wsz=%d ", wm->wsize);
590 { vcioputu(&io, wm->wsize);
690 sfdc->vcdc.size = wm->wsize;
941 ssize_t wsize; local
947 wsize = (ssize_t)vcatoi(spec);
951 wsize *= 1024;
953 wsize *= 1024*1024;
963 return wsize;
976 ssize_t wsize; local
[all...]
/ast/src/cmd/ksh93/sh/
H A Dio.c2442 int fldsize, wsize = ed_window(); local
2459 if(i < wsize)
2460 ncol = wsize/i;
2471 fldsize = (wsize/ncol)-(ndigits+LBLSIZ);
/ast/src/cmd/INIT/
H A Dratz.c1650 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
2077 unsigned wsize; /* window size or zero if not using window */ local
2080 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
2104 wsize = state->wsize;
2193 from += wsize - op;
2203 from += wsize + write - op;
2344 state->wsize = 0;
2529 Update the window with the last wsize (normally 32K) bytes written before
2560 if (state->wsize
[all...]

Completed in 40 milliseconds