ush 124 lib/zlib/deflate.c ush good_length; /* reduce lazy search above this match length */ ush 125 lib/zlib/deflate.c ush max_lazy; /* do not perform lazy search above this match length */ ush 126 lib/zlib/deflate.c ush nice_length; /* quit search above this match length */ ush 127 lib/zlib/deflate.c ush max_chain; ush 290 lib/zlib/deflate.c overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); ush 292 lib/zlib/deflate.c s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); ush 301 lib/zlib/deflate.c s->d_buf = overlay + s->lit_bufsize/sizeof(ush); ush 302 lib/zlib/deflate.c s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; ush 408 lib/zlib/deflate.c strm->state->bi_buf = (ush)(value & ((1 << bits) - 1)); ush 920 lib/zlib/deflate.c overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); ush 935 lib/zlib/deflate.c ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush); ush 936 lib/zlib/deflate.c ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize; ush 1047 lib/zlib/deflate.c register ush scan_start = *(ushf*)scan; ush 1048 lib/zlib/deflate.c register ush scan_end = *(ushf*)(scan+best_len-1); ush 64 lib/zlib/deflate.h ush freq; /* frequency count */ ush 65 lib/zlib/deflate.h ush code; /* bit string */ ush 68 lib/zlib/deflate.h ush dad; /* father node in Huffman tree */ ush 69 lib/zlib/deflate.h ush len; /* length of bit string */ ush 86 lib/zlib/deflate.h typedef ush Pos; ush 200 lib/zlib/deflate.h ush bl_count[MAX_BITS+1]; ush 254 lib/zlib/deflate.h ush bi_buf; ush 317 lib/zlib/deflate.h ush dist = (distance); \ ush 182 lib/zlib/trees.c put_byte(s, (uch)((ush)(w) >> 8)); \ ush 208 lib/zlib/trees.c s->bi_buf = (ush)value >> (Buf_size - s->bi_valid); ush 223 lib/zlib/trees.c s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\ ush 247 lib/zlib/trees.c ush bl_count[MAX_BITS+1]; ush 504 lib/zlib/trees.c ush f; /* frequency */ ush 518 lib/zlib/trees.c tree[n].Len = (ush)bits; ush 562 lib/zlib/trees.c tree[m].Len = (ush)bits; ush 582 lib/zlib/trees.c ush next_code[MAX_BITS+1]; /* next code value for each bit length */ ush 583 lib/zlib/trees.c ush code = 0; /* running code value */ ush 679 lib/zlib/trees.c tree[n].Dad = tree[m].Dad = (ush)node; ush 721 lib/zlib/trees.c tree[max_code+1].Len = (ush)0xffff; /* guard */ ush 1027 lib/zlib/trees.c s->d_buf[s->last_lit] = (ush)dist; ush 1036 lib/zlib/trees.c Assert((ush)dist < (ush)MAX_DIST(s) && ush 1037 lib/zlib/trees.c (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && ush 1038 lib/zlib/trees.c (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match"); ush 1207 lib/zlib/trees.c put_short(s, (ush)len); ush 1208 lib/zlib/trees.c put_short(s, (ush)~len); ush 226 lib/zlib/zutil.c if (*(ush*)&buf != 0) return buf; ush 234 lib/zlib/zutil.c *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; ush 235 lib/zlib/zutil.c *(ush*)&buf = 0; ush 243 lib/zlib/zutil.c if (*(ush*)&ptr != 0) { /* object < 64K */ ush 50 lib/zlib/zutil.h typedef ush FAR ushf;