Lines Matching refs:ush
121 ush good_length; /* reduce lazy search above this match length */
122 ush max_lazy; /* do not perform lazy search above this match length */
123 ush nice_length; /* quit search above this match length */
124 ush max_chain;
329 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
331 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
340 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
341 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
558 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
1131 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1146 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
1147 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
1259 register ush scan_start = *(ushf*)scan;
1260 register ush scan_end = *(ushf*)(scan+best_len-1);