Symbol: uInt
usr/src/boot/libsa/gzipfs.c
119
uInt len;
usr/src/boot/libsa/gzipfs.c
141
len = (uInt)get_byte(zf, &zf->zf_dataoffset);
usr/src/boot/libsa/gzipfs.c
142
len += ((uInt)get_byte(zf, &zf->zf_dataoffset))<<8;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1115
uInt wsize = s->w_size;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
121
typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1381
uInt max_insert = s->strstart + s->lookahead - MIN_MATCH;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
230
uInt w_size; /* LZ77 window size (32K by default) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
231
uInt w_bits; /* log2(w_size) (8..16) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
232
uInt w_mask; /* w_size - 1 */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
257
uInt ins_h; /* hash index of string to be inserted */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
258
uInt hash_size; /* number of elements in hash table */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
259
uInt hash_bits; /* log2(hash_size) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
260
uInt hash_mask; /* hash_size-1 */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2614
uInt w)); /* window size */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
262
uInt hash_shift;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2660
uInt Nalloc; /* number of these allocated here */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2664
uInt Base; /* literal, length base, or distance base */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2670
local uInt inflate_hufts;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2680
uInt, /* number of literal/length codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2681
uInt, /* number of distance codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2715
uInt, uInt,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
274
uInt match_length; /* length of best match */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2753
uInt method; /* if FLAGS, method byte */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2758
uInt marker; /* if BAD, inflateSync's marker bytes count */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2763
uInt wbits; /* log2(window size) (8..15, defaults to 15) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
277
uInt strstart; /* start of string to insert */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
278
uInt match_start; /* start of matching string */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
279
uInt lookahead; /* number of valid bytes ahead in window */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
281
uInt prev_length;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2830
z->state->wbits = (uInt)w;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
286
uInt max_chain_length;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2863
uInt b;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
292
uInt max_lazy_match;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2994
uInt n; /* number of bytes to look at */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2996
uInt m; /* number of marker bytes found in a row */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
306
uInt good_match;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3073
uInt left; /* if STORED, bytes left to copy */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3075
uInt table; /* table lengths (14 bits) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3076
uInt index; /* index into blens (or border) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3078
uInt bb; /* bit length tree depth */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3088
uInt last; /* true if this block is the last block */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3091
uInt bitk; /* bits in bit buffer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3127
local uInt inflate_mask[] = {
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3151
uInt,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3152
uInt,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3166
local uInt border[] = { /* Order of the bit length code lengths */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3223
ZFREE(z, s->sub.trees.blens, s->sub.trees.nblens * sizeof(uInt));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3243
uInt w;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3269
uInt t; /* temporary storage */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3271
uInt k; /* bits in bit buffer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3273
uInt n; /* bytes available there */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3275
uInt m; /* bytes to end of window or read pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3285
t = (uInt)b & 7;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3301
uInt bl, bd;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3340
s->sub.left = (uInt)b & 0xffff;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3364
s->sub.trees.table = t = (uInt)b & 0x3fff;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
337
uInt lit_bufsize;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3377
if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3391
s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3414
uInt i, j, c;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3418
h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3432
j += (uInt)b & inflate_mask[i];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3454
uInt bl, bd;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3465
if (t == (uInt)Z_DATA_ERROR)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3478
ZFREE(z, s->sub.trees.blens, s->sub.trees.nblens * sizeof(uInt));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3555
uInt k; /* bits in bit buffer */ /* NOT USED HERE */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3556
uInt t; /* temporary storage */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3558
uInt n; /* bytes available there */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3560
uInt m; /* bytes to end of window or read pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
357
uInt last_lit; /* running index in l_buf */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3625
uInt, /* number of codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3626
uInt, /* number of "simple" codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3635
uInt, /* number of items */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3636
uInt)); /* size of item */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3641
uInt n)); /* number of bytes (not used) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3644
local uInt cplens[] = { /* Copy lengths for literal codes 257..285 */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3648
local uInt cplext[] = { /* Extra bits for literal codes 257..285 */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3651
local uInt cpdist[] = { /* Copy offsets for distance codes 0..29 */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3655
local uInt cpdext[] = { /* Extra bits for distance codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
368
uInt matches; /* number of string matches in current block */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3698
uInt inflate_hufts;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3703
uInt n; /* number of codes (assumed <= N_MAX) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3704
uInt s; /* number of simple-valued codes (0..s-1) */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3717
uInt a; /* counter for codes of length k */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3718
uInt c[BMAX+1]; /* bit length count table */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3719
uInt f; /* i repeats in table every f entries */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3722
register uInt i; /* counter, current code */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3723
register uInt j; /* counter */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3730
uInt v[N_MAX]; /* values in order of bit length */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3732
uInt x[BMAX+1]; /* bit offsets, then code stack */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3735
uInt z; /* number of entries in current table */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3762
if ((uInt)l < j)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3768
if ((uInt)l > i)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3821
z = (z = g - w) > (uInt)l ? l : z; /* table size upper limit */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
384
uInt blocks_in_packet;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3926
uInt nl; /* number of literal/length codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3927
uInt nd; /* number of distance codes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3979
local uInt fixed_left = FIXEDH;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3981
local uInt fixed_bl;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3982
local uInt fixed_bd;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3989
uInt n; /* number of items */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3990
uInt s; /* size of item */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4003
uInt n;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4110
uInt len;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4114
uInt need; /* bits needed */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4116
uInt lit; /* if LIT, literal */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4118
uInt get; /* bits to get for extra */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4119
uInt dist; /* distance back to copy from */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4133
uInt bl, bd;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4158
uInt j; /* temporary storage */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4160
uInt e; /* extra bits or operation */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4162
uInt k; /* bits in bit buffer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4164
uInt n; /* bytes available there */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4166
uInt m; /* bytes to end of window or read pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4197
t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4199
e = (uInt)(t->exop);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4235
c->len += (uInt)b & inflate_mask[j];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4245
t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4247
e = (uInt)(t->exop);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4268
c->sub.copy.dist += (uInt)b & inflate_mask[j];
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4275
f = (uInt)(q - s->window) < c->sub.copy.dist ?
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4280
if ((uInt)(q - s->window) < c->sub.copy.dist)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4337
uInt n;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4345
n = (uInt)((q <= s->write ? s->write : s->end) - q);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4373
n = (uInt)(s->write - q);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4424
uInt bl, bd;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4430
uInt e; /* extra bits or operation */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4432
uInt k; /* bits in bit buffer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4434
uInt n; /* bytes available there */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4436
uInt m; /* bytes to end of window or read pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4437
uInt ml; /* mask for literal/length tree */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4438
uInt md; /* mask for distance tree */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4439
uInt c; /* bytes to copy */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4440
uInt d; /* distance back to copy from */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4454
if ((e = (t = tl + ((uInt)b & ml))->exop) == 0)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4470
c = t->base + ((uInt)b & inflate_mask[e]);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4476
e = (t = td + ((uInt)b & md))->exop;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4484
d = t->base + ((uInt)b & inflate_mask[e]);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4490
if ((uInt)(q - s->window) >= d) /* offset before dest */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4515
e = (t = t->next + ((uInt)b & inflate_mask[e]))->exop;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4528
if ((e = (t = t->next + ((uInt)b & inflate_mask[e]))->exop) == 0)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4606
uInt len;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
535
local void putShortMSB OF((deflate_state *s, uInt b));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
699
uInt b;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
749
uInt header = (DEFLATED + ((state->w_bits-8)<<4)) << 8;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
750
uInt level_flags = (state->level-1) >> 1;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
843
putShortMSB(state, (uInt)(state->adler >> 16));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
844
putShortMSB(state, (uInt)(state->adler & 0xffff));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
954
uInt wmask = s->w_mask;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
120
typedef uInt FAR uIntf;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
154
typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
155
typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
161
uInt avail_in; /* number of bytes available at next_in */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
165
uInt avail_out; /* remaining free space at next_out */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
610
extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
usr/src/uts/common/io/ppp/spppcomp/inffixed.h
25
local const uInt fixed_bl = 9;
usr/src/uts/common/io/ppp/spppcomp/inffixed.h
26
local const uInt fixed_bd = 5;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1074
uInt b;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1140
uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1141
uInt level_flags = (s->level-1) >> 1;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1153
putShortMSB(s, (uInt)(strm->adler >> 16));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1154
putShortMSB(s, (uInt)(strm->adler & 0xffff));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1256
putShortMSB(s, (uInt)(strm->adler >> 16));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1257
putShortMSB(s, (uInt)(strm->adler & 0xffff));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1344
zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1450
local uInt
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1469
uInt wmask = s->w_mask;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1500
if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1606
if ((uInt)best_len <= s->lookahead)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1615
local uInt
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1725
uInt wsize = s->w_size;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1912
s->lookahead = (uInt)(s->strstart - max_start);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1913
s->strstart = (uInt)max_start;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1921
if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2138
uInt max_insert = s->strstart + s->lookahead -
usr/src/uts/common/io/ppp/spppcomp/zlib.c
229
extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
230
extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
231
extern void zmemzero OF((Bytef* dest, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
261
typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3553
uInt w)); /* window size */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3572
uInt n)); /* dictionary length */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3614
uInt method; /* if FLAGS, method byte */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3619
uInt marker; /* if BAD, inflateSync's marker bytes count */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3624
uInt wbits; /* log2(window size) (8..15, defaults to 15) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3704
z->state->wbits = (uInt)w;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3709
Z_NULL : adler32, (uInt)1 << w))
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3742
uInt b;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
376
uInt w_size; /* LZ77 window size (32K by default) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
377
uInt w_bits; /* log2(w_size) (8..16) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
378
uInt w_mask; /* w_size - 1 */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3895
uInt dictLength;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3897
uInt length = dictLength;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3906
if (length >= ((uInt)1<<z->state->wbits))
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3941
uInt n; /* number of bytes to look at */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3943
uInt m; /* number of marker bytes found in a row */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4060
uInt base;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
408
uInt ins_h; /* hash index of string to be inserted */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4080
uInt, /* number of literal/length codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4081
uInt, /* number of distance codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
409
uInt hash_size; /* number of elements in hash table */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
410
uInt hash_bits; /* log2(hash_size) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
411
uInt hash_mask; /* hash_size-1 */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4116
uInt, uInt,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
413
uInt hash_shift;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4168
uInt left; /* if STORED, bytes left to copy */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4170
uInt table; /* table lengths (14 bits) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4171
uInt index; /* index into blens (or border) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4173
uInt bb; /* bit length tree depth */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4180
uInt last; /* true if this block is the last block */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4183
uInt bitk; /* bits in bit buffer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4211
#define WAVAIL (uInt)(q < s->read ? s->read-q-1 : s->end-q)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4212
#define LOADOUT {q = s->write; m = (uInt)WAVAIL; }
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4214
m = (uInt)WAVAIL; }}
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4223
extern uInt inflate_mask[17];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4243
local const uInt border[] = { /* Order of the bit length code lengths */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
427
uInt match_length; /* length of best match */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
430
uInt strstart; /* start of string to insert */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
431
uInt match_start; /* start of matching string */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
432
uInt lookahead; /* number of valid bytes ahead in window */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4322
uInt w;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
434
uInt prev_length;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4355
uInt t; /* temporary storage */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4357
uInt k; /* bits in bit buffer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4359
uInt n; /* bytes available there */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4361
uInt m; /* bytes to end of window or read pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4373
t = (uInt)b & 7;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4389
uInt bl, bd;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
441
uInt max_chain_length;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4428
s->sub.left = (uInt)b & 0xffff;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4454
s->sub.trees.table = t = (uInt)b & 0x3fff;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4468
sizeof (uInt))) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
448
uInt max_lazy_match;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4483
(uInt)b & 7;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4511
uInt i, j, c;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4515
h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4528
j += (uInt)b & inflate_mask[i];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4552
uInt bl, bd;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4569
if (t == (uInt)Z_DATA_ERROR)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4643
uInt n;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
465
uInt good_match;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4676
uInt k; /* bits in bit buffer */ /* NOT USED HERE */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4677
uInt t; /* temporary storage */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4679
uInt n; /* bytes available there */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4681
uInt m; /* bytes to end of window or read pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4763
uInt, /* number of codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4764
uInt, /* number of "simple" codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4770
uInt *hn, /* hufts used in space */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4774
local const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4778
local const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4782
local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4786
local const uInt cpdext[30] = { /* Extra bits for distance codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4832
uInt n; /* number of codes (assumed <= 288) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4833
uInt s; /* number of simple-valued codes (0..s-1) */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4839
uInt *hn; /* hufts used in space */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4851
uInt a; /* counter for codes of length k */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4852
uInt c[BMAX+1]; /* bit length count table */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4853
uInt f; /* i repeats in table every f entries */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4856
register uInt i; /* counter, current code */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4857
register uInt j; /* counter */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4864
uInt mask; /* (1 << w) - 1, to avoid cc -O bug on HP */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4866
uInt x[BMAX+1]; /* bit offsets, then code stack */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4869
uInt z; /* number of entries in current table */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4896
if ((uInt)l < j)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4902
if ((uInt)l > i)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4961
z = z > (uInt)l ? l : z;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
501
uInt lit_bufsize;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5011
r.base = (uInt)(q - u[h-1] - j);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5074
uInt hn = 0; /* hufts used in space */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5092
uInt nl; /* number of literal/length codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5093
uInt nd; /* number of distance codes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5103
uInt hn = 0; /* hufts used in space */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5151
local uInt fixed_bl;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5152
local uInt fixed_bd;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5176
uInt f = 0; /* number of hufts used in fixed_mem */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5181
if ((c = (uIntf*)ZALLOC(z, 288, sizeof (uInt))) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5183
if ((v = (uIntf*)ZALLOC(z, 288, sizeof (uInt))) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5249
uInt,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5250
uInt,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5279
uInt len;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5283
uInt need; /* bits needed */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5285
uInt lit; /* if LIT, literal */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5287
uInt get; /* bits to get for extra */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5288
uInt dist; /* distance back to copy from */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
530
uInt last_lit; /* running index in l_buf */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5303
uInt bl, bd;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5330
uInt j; /* temporary storage */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5332
uInt e; /* extra bits or operation */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5334
uInt k; /* bits in bit buffer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5336
uInt n; /* bytes available there */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5338
uInt m; /* bytes to end of window or read pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5373
((uInt)b & inflate_mask[j]);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5375
e = (uInt)(t->exop);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
541
uInt matches; /* number of string matches in current block */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5410
c->len += (uInt)b & inflate_mask[j];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5421
t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5423
e = (uInt)(t->exop);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5442
c->sub.copy.dist += (uInt)b & inflate_mask[j];
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5452
f = (uInt)(q - s->window) < c->sub.copy.dist ?
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5457
if ((uInt)(q - s->window) < c->sub.copy.dist)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5459
(uInt)(q - s->window));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5532
uInt inflate_mask[17] = {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5546
uInt n;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5555
n = (uInt)((q <= s->write ? s->write : s->end) - q);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5583
n = (uInt)(s->write - q);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5648
uInt bl, bd;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5655
uInt e; /* extra bits or operation */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5657
uInt k; /* bits in bit buffer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5659
uInt n; /* bytes available there */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5661
uInt m; /* bytes to end of window or read pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5662
uInt ml; /* mask for literal/length tree */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5663
uInt md; /* mask for distance tree */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5664
uInt c; /* bytes to copy */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5665
uInt d; /* distance back to copy from */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5680
if ((e = (t = tl + ((uInt)b & ml))->exop) == 0) {
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5694
c = t->base + ((uInt)b & inflate_mask[e]);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5701
e = (t = td + ((uInt)b & md))->exop;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5713
d = t->base + ((uInt)b &
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5723
if ((uInt)(q - s->window) >= d)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5740
e = d - (uInt)(q -
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5764
e = (t += ((uInt)b &
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5780
if ((e = (t += ((uInt)b &
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5875
uInt len;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5888
uInt len;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5890
uInt j;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5902
uInt len;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
6033
extern voidp calloc OF((uInt items, uInt size));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
6085
uInt len;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
716
local void putShortMSB OF((deflate_state *s, uInt b));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
721
uInt longest_match OF((deflate_state *s, IPos cur_match));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
723
local uInt longest_match OF((deflate_state *s, IPos cur_match));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
948
uInt dictLength;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
951
uInt length = dictLength;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
952
uInt n;
usr/src/uts/common/io/ppp/spppcomp/zlib.h
1131
ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
316
typedef uInt FAR uIntf;
usr/src/uts/common/io/ppp/spppcomp/zlib.h
397
typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
404
uInt avail_in; /* number of bytes available at next_in */
usr/src/uts/common/io/ppp/spppcomp/zlib.h
408
uInt avail_out; /* remaining free space at next_out */
usr/src/uts/common/io/ppp/spppcomp/zlib.h
800
const Bytef *dictionary, uInt dictLength));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
933
const Bytef *dictionary, uInt dictLength));