Symbol: ush
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1612
put_byte(s, (uch)((ush)(w) >> 8)); \
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1638
s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1653
s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1677
ush bl_count[MAX_BITS+1];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
186
ush freq; /* frequency count */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1862
ush f; /* frequency */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
187
ush code; /* bit string */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1876
tree[n].Len = (ush)bits;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
190
ush dad; /* father node in Huffman tree */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
191
ush len; /* length of bit string */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1920
tree[m].Len = (ush)bits;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1940
ush next_code[MAX_BITS+1]; /* next code value for each bit length */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1941
ush code = 0; /* running code value */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2036
tree[n].Dad = tree[m].Dad = (ush)node;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2078
tree[max_code+1].Len = (ush)0xffff; /* guard */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
208
typedef ush Pos;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2408
s->d_buf[s->last_lit] = (ush)dist;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2417
Assert((ush)dist < (ush)MAX_DIST(s) &&
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2418
(ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2419
(ush)d_code(dist) < (ush)D_CODES, "ct_tally: bad match");
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2582
put_short(s, (ush)len);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2583
put_short(s, (ush)~len);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
321
ush bl_count[MAX_BITS+1];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
375
ush bi_buf;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
49
typedef ush FAR ushf;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
498
ush good_length; /* reduce lazy search above this match length */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
499
ush max_lazy; /* do not perform lazy search above this match length */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
500
ush nice_length; /* quit search above this match length */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
501
ush max_chain;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
639
s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 2*sizeof(ush));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
864
TRY_FREE(strm, state->pending_buf, state->lit_bufsize * 2 * sizeof(ush));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
961
register ush scan_start = *(ushf*)scan;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
962
register ush scan_end = *(ushf*)(scan+best_len-1);
usr/src/grub/grub-0.97/stage2/gunzip.c
351
ush n; /* literal, length base, or distance base */
usr/src/grub/grub-0.97/stage2/gunzip.c
379
static ush cplens[] =
usr/src/grub/grub-0.97/stage2/gunzip.c
384
static ush cplext[] =
usr/src/grub/grub-0.97/stage2/gunzip.c
388
static ush cpdist[] =
usr/src/grub/grub-0.97/stage2/gunzip.c
393
static ush cpdext[] =
usr/src/grub/grub-0.97/stage2/gunzip.c
478
static ush mask_bits[] =
usr/src/grub/grub-0.97/stage2/gunzip.c
530
static int huft_build (unsigned *, unsigned, unsigned, ush *, ush *,
usr/src/grub/grub-0.97/stage2/gunzip.c
545
ush * d, /* list of base values for non-simple codes */
usr/src/grub/grub-0.97/stage2/gunzip.c
546
ush * e, /* list of extra bits for non-simple codes */
usr/src/grub/grub-0.97/stage2/gunzip.c
694
r.v.n = (ush) (*p); /* simple code is just the value */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
100
typedef ush FAR ushf;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1331
overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof (ush)+2);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1347
ds->d_buf = overlay + ds->lit_bufsize/sizeof (ush);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1348
ds->l_buf = ds->pending_buf + (1+sizeof (ush))*ds->lit_bufsize;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1477
register ush scan_start = *(ushf*)scan;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1478
register ush scan_end = *(ushf*)(scan+best_len-1);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2392
put_byte(s, (uch)((ush)(w) >> 8)); \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2421
s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2436
s->bi_buf = (ush)val >> (Buf_size - s->bi_valid); \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2464
ush bl_count[MAX_BITS+1];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2668
ush f; /* frequency */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2684
tree[n].Len = (ush)bits;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2735
tree[m].Len = (ush)bits;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2758
ush next_code[MAX_BITS+1];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2759
ush code = 0; /* running code value */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2866
tree[n].Dad = tree[m].Dad = (ush)node;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2912
tree[max_code+1].Len = (ush)0xffff; /* guard */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
329
ush freq; /* frequency count */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
330
ush code; /* bit string */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3308
s->d_buf[s->last_lit] = (ush)dist;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3317
Assert((ush)dist < (ush)MAX_DIST(s) &&
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3318
(ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3319
(ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
usr/src/uts/common/io/ppp/spppcomp/zlib.c
333
ush dad; /* father node in Huffman tree */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
334
ush len; /* length of bit string */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3509
put_short(s, (ush)len);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
351
typedef ush Pos;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3510
put_short(s, (ush)~len);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
481
ush bl_count[MAX_BITS+1];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
549
ush bi_buf;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5960
if (*(ush *)&buf != 0)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5970
*((ush *)&buf+1) += ((ush)((uch *)buf-0) + 15) >> 4;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5971
*(ush *)&buf = 0;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5980
if (*(ush*)&ptr != 0) { /* object < 64K */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
614
ush dist = (distance); \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
757
ush good_length; /* reduce lazy search above this match length */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
758
ush max_lazy; /* do not perform lazy search above this match length */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
759
ush nice_length; /* quit search above this match length */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
760
ush max_chain;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
922
overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof (ush)+2);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
924
s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof (ush)+2L);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
933
s->d_buf = overlay + s->lit_bufsize/sizeof (ush);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
934
s->l_buf = s->pending_buf + (1+sizeof (ush))*s->lit_bufsize;