uInt               60 tools/packfi2/adler32.c     uInt len;
uInt               33 tools/packfi2/compress.c     stream.avail_in = (uInt)sourceLen;
uInt               39 tools/packfi2/compress.c     stream.avail_out = (uInt)*destLen;
uInt               83 tools/packfi2/deflate.c local void putShortMSB    OF((deflate_state *s, uInt b));
uInt               89 tools/packfi2/deflate.c       uInt longest_match  OF((deflate_state *s, IPos cur_match));
uInt               91 tools/packfi2/deflate.c local uInt longest_match  OF((deflate_state *s, IPos cur_match));
uInt               94 tools/packfi2/deflate.c local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
uInt              318 tools/packfi2/deflate.c     uInt  dictLength;
uInt              321 tools/packfi2/deflate.c     uInt length = dictLength;
uInt              322 tools/packfi2/deflate.c     uInt n;
uInt              520 tools/packfi2/deflate.c     uInt b;
uInt              625 tools/packfi2/deflate.c             uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
uInt              626 tools/packfi2/deflate.c             uInt level_flags;
uInt              645 tools/packfi2/deflate.c                 putShortMSB(s, (uInt)(strm->adler >> 16));
uInt              646 tools/packfi2/deflate.c                 putShortMSB(s, (uInt)(strm->adler & 0xffff));
uInt              654 tools/packfi2/deflate.c             uInt beg = s->pending;  /* start of bytes to update crc */
uInt              682 tools/packfi2/deflate.c             uInt beg = s->pending;  /* start of bytes to update crc */
uInt              713 tools/packfi2/deflate.c             uInt beg = s->pending;  /* start of bytes to update crc */
uInt              847 tools/packfi2/deflate.c         putShortMSB(s, (uInt)(strm->adler >> 16));
uInt              848 tools/packfi2/deflate.c         putShortMSB(s, (uInt)(strm->adler & 0xffff));
uInt              935 tools/packfi2/deflate.c     zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
uInt             1027 tools/packfi2/deflate.c local uInt longest_match(s, cur_match)
uInt             1043 tools/packfi2/deflate.c     uInt wmask = s->w_mask;
uInt             1070 tools/packfi2/deflate.c     if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
uInt             1166 tools/packfi2/deflate.c     if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
uInt             1175 tools/packfi2/deflate.c local uInt longest_match_fast(s, cur_match)
uInt             1225 tools/packfi2/deflate.c     return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead;
uInt             1272 tools/packfi2/deflate.c     uInt wsize = s->w_size;
uInt             1426 tools/packfi2/deflate.c             s->lookahead = (uInt)(s->strstart - max_start);
uInt             1427 tools/packfi2/deflate.c             s->strstart = (uInt)max_start;
uInt             1433 tools/packfi2/deflate.c         if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
uInt             1618 tools/packfi2/deflate.c             uInt max_insert = s->strstart + s->lookahead - MIN_MATCH;
uInt             1688 tools/packfi2/deflate.c     uInt run;           /* length of run */
uInt             1689 tools/packfi2/deflate.c     uInt max;           /* maximum length of run */
uInt             1690 tools/packfi2/deflate.c     uInt prev;          /* byte at distance one to match */
uInt              100 tools/packfi2/deflate.h     uInt   pending;      /* nb of bytes in the pending buffer */
uInt              103 tools/packfi2/deflate.h     uInt   gzindex;      /* where in extra, name, or comment */
uInt              109 tools/packfi2/deflate.h     uInt  w_size;        /* LZ77 window size (32K by default) */
uInt              110 tools/packfi2/deflate.h     uInt  w_bits;        /* log2(w_size)  (8..16) */
uInt              111 tools/packfi2/deflate.h     uInt  w_mask;        /* w_size - 1 */
uInt              136 tools/packfi2/deflate.h     uInt  ins_h;          /* hash index of string to be inserted */
uInt              137 tools/packfi2/deflate.h     uInt  hash_size;      /* number of elements in hash table */
uInt              138 tools/packfi2/deflate.h     uInt  hash_bits;      /* log2(hash_size) */
uInt              139 tools/packfi2/deflate.h     uInt  hash_mask;      /* hash_size-1 */
uInt              141 tools/packfi2/deflate.h     uInt  hash_shift;
uInt              153 tools/packfi2/deflate.h     uInt match_length;           /* length of best match */
uInt              156 tools/packfi2/deflate.h     uInt strstart;               /* start of string to insert */
uInt              157 tools/packfi2/deflate.h     uInt match_start;            /* start of matching string */
uInt              158 tools/packfi2/deflate.h     uInt lookahead;              /* number of valid bytes ahead in window */
uInt              160 tools/packfi2/deflate.h     uInt prev_length;
uInt              165 tools/packfi2/deflate.h     uInt max_chain_length;
uInt              171 tools/packfi2/deflate.h     uInt max_lazy_match;
uInt              185 tools/packfi2/deflate.h     uInt good_match;
uInt              216 tools/packfi2/deflate.h     uInt  lit_bufsize;
uInt              236 tools/packfi2/deflate.h     uInt last_lit;      /* running index in l_buf */
uInt              246 tools/packfi2/deflate.h     uInt matches;       /* number of string matches in current block */
uInt             1111 tools/packfi2/trees.c         Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
uInt              274 tools/packfi2/zconf.h typedef uInt  FAR uIntf;
uInt               77 tools/packfi2/zlib.h typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
uInt               84 tools/packfi2/zlib.h     uInt     avail_in;  /* number of bytes available at next_in */
uInt               88 tools/packfi2/zlib.h     uInt     avail_out; /* remaining free space at next_out */
uInt              115 tools/packfi2/zlib.h     uInt    extra_len;  /* extra field length (valid if extra != Z_NULL) */
uInt              116 tools/packfi2/zlib.h     uInt    extra_max;  /* space at extra (only when reading header) */
uInt              118 tools/packfi2/zlib.h     uInt    name_max;   /* space at name (only when reading header) */
uInt              120 tools/packfi2/zlib.h     uInt    comm_max;   /* space at comment (only when reading header) */
uInt              540 tools/packfi2/zlib.h                                              uInt  dictLength));
uInt              738 tools/packfi2/zlib.h                                              uInt  dictLength));
uInt             1260 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
uInt             1285 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
uInt               37 tools/packfi2/zutil.c     switch (sizeof(uInt)) {
uInt              152 tools/packfi2/zutil.c     uInt  len;
uInt              163 tools/packfi2/zutil.c     uInt  len;
uInt              165 tools/packfi2/zutil.c     uInt j;
uInt              175 tools/packfi2/zutil.c     uInt  len;
uInt              295 tools/packfi2/zutil.c extern voidp  malloc OF((uInt size));
uInt              296 tools/packfi2/zutil.c extern voidp  calloc OF((uInt items, uInt size));
uInt              306 tools/packfi2/zutil.c     return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
uInt              235 tools/packfi2/zutil.h    extern void zmemcpy  OF((Bytef* dest, const Bytef* source, uInt len));
uInt              236 tools/packfi2/zutil.h    extern int  zmemcmp  OF((const Bytef* s1, const Bytef* s2, uInt len));
uInt              237 tools/packfi2/zutil.h    extern void zmemzero OF((Bytef* dest, uInt len));