uInt               36 chrome/browser/metrics/compression_utils.cc     stream.avail_in = static_cast<uInt>(source_length);
uInt               38 chrome/browser/metrics/compression_utils.cc     stream.avail_out = static_cast<uInt>(*dest_length);
uInt              213 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	stream.avail_in = (uInt)sourceLen;
uInt              216 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	stream.avail_out = (uInt)*destLen;
uInt              158 third_party/libpng/png.c png_zalloc(voidpf png_ptr, uInt items, uInt size)
uInt              239 third_party/libpng/png.c       png_ptr->crc = crc32(png_ptr->crc, ptr, (uInt)length);
uInt             2154 third_party/libpng/png.h extern PNG_EXPORT(voidpf,png_zalloc) PNGARG((voidpf png_ptr, uInt items,
uInt             2155 third_party/libpng/png.h    uInt size));
uInt             3146 third_party/libpng/png.h PNG_EXTERN voidpf png_zalloc PNGARG((voidpf png_ptr, uInt items,
uInt             3147 third_party/libpng/png.h    uInt size)) PNG_PRIVATE;
uInt              335 third_party/libpng/pngpread.c           (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
uInt              844 third_party/libpng/pngpread.c    png_ptr->zstream.avail_in = (uInt)buffer_length;
uInt              862 third_party/libpng/pngpread.c              (uInt) PNG_ROWBYTES(png_ptr->pixel_depth,
uInt             1393 third_party/libpng/pngpread.c       png_ptr->zstream.avail_in = (uInt)(png_ptr->current_text_size -
uInt             1396 third_party/libpng/pngpread.c       png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt             1454 third_party/libpng/pngpread.c                png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt              177 third_party/libpng/pngread.c    png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt              339 third_party/libpng/pngread.c    png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt              731 third_party/libpng/pngread.c        (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth,
uInt              745 third_party/libpng/pngread.c          png_ptr->zstream.avail_in = (uInt)png_ptr->zbuf_size;
uInt              748 third_party/libpng/pngread.c             png_ptr->zstream.avail_in = (uInt)png_ptr->idat_size;
uInt             3131 third_party/libpng/pngrutil.c       png_ptr->zstream.avail_out = (uInt)1;
uInt             3150 third_party/libpng/pngrutil.c             png_ptr->zstream.avail_in = (uInt)png_ptr->zbuf_size;
uInt             3153 third_party/libpng/pngrutil.c                png_ptr->zstream.avail_in = (uInt)png_ptr->idat_size;
uInt             1157 third_party/libpng/pngset.c     png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt             1019 third_party/libpng/pngwrite.c          png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt             1031 third_party/libpng/pngwrite.c       png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt              222 third_party/libpng/pngwutil.c    png_ptr->zstream.avail_in = (uInt)text_len;
uInt              224 third_party/libpng/pngwutil.c    png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt              277 third_party/libpng/pngwutil.c          png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt              329 third_party/libpng/pngwutil.c             png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt              560 third_party/libpng/pngwutil.c    png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt             1851 third_party/libpng/pngwutil.c    png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt             1943 third_party/libpng/pngwutil.c             png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt             2781 third_party/libpng/pngwutil.c    png_ptr->zstream.avail_in = (uInt)png_ptr->row_info.rowbytes + 1;
uInt             2804 third_party/libpng/pngwutil.c          png_ptr->zstream.avail_out = (uInt)png_ptr->zbuf_size;
uInt               63 third_party/zlib/adler32.c     uInt len;
uInt               33 third_party/zlib/compress.c     stream.avail_in = (uInt)sourceLen;
uInt               39 third_party/zlib/compress.c     stream.avail_out = (uInt)*destLen;
uInt              258 third_party/zlib/contrib/minizip/miniunz.c             uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
uInt              311 third_party/zlib/contrib/minizip/miniunz.c     uInt size_buf;
uInt              147 third_party/zlib/contrib/minizip/unzip.c     uInt  size_local_extrafield;/* size of the local extra field */
uInt              856 third_party/zlib/contrib/minizip/unzip.c     ptm->tm_mday = (uInt)(uDate&0x1f) ;
uInt              857 third_party/zlib/contrib/minizip/unzip.c     ptm->tm_mon =  (uInt)((((uDate)&0x1E0)/0x20)-1) ;
uInt              858 third_party/zlib/contrib/minizip/unzip.c     ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ;
uInt              860 third_party/zlib/contrib/minizip/unzip.c     ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800);
uInt              861 third_party/zlib/contrib/minizip/unzip.c     ptm->tm_min =  (uInt) ((ulDosDate&0x7E0)/0x20) ;
uInt              862 third_party/zlib/contrib/minizip/unzip.c     ptm->tm_sec =  (uInt) (2*(ulDosDate&0x1f)) ;
uInt             1385 third_party/zlib/contrib/minizip/unzip.c local int unz64local_CheckCurrentFileCoherencyHeader (unz64_s* s, uInt* piSizeVar,
uInt             1387 third_party/zlib/contrib/minizip/unzip.c                                                     uInt  * psize_local_extrafield)
uInt             1455 third_party/zlib/contrib/minizip/unzip.c     *piSizeVar += (uInt)size_filename;
uInt             1461 third_party/zlib/contrib/minizip/unzip.c     *psize_local_extrafield = (uInt)size_extra_field;
uInt             1463 third_party/zlib/contrib/minizip/unzip.c     *piSizeVar += (uInt)size_extra_field;
uInt             1476 third_party/zlib/contrib/minizip/unzip.c     uInt iSizeVar;
uInt             1480 third_party/zlib/contrib/minizip/unzip.c     uInt  size_local_extrafield;    /* size of the local extra field */
uInt             1610 third_party/zlib/contrib/minizip/unzip.c     pfile_in_zip_read_info->stream.avail_in = (uInt)0;
uInt             1687 third_party/zlib/contrib/minizip/unzip.c     uInt iRead = 0;
uInt             1706 third_party/zlib/contrib/minizip/unzip.c     pfile_in_zip_read_info->stream.avail_out = (uInt)len;
uInt             1711 third_party/zlib/contrib/minizip/unzip.c             (uInt)pfile_in_zip_read_info->rest_read_uncompressed;
uInt             1717 third_party/zlib/contrib/minizip/unzip.c             (uInt)pfile_in_zip_read_info->rest_read_compressed+
uInt             1725 third_party/zlib/contrib/minizip/unzip.c             uInt uReadThis = UNZ_BUFSIZE;
uInt             1727 third_party/zlib/contrib/minizip/unzip.c                 uReadThis = (uInt)pfile_in_zip_read_info->rest_read_compressed;
uInt             1746 third_party/zlib/contrib/minizip/unzip.c                 uInt i;
uInt             1761 third_party/zlib/contrib/minizip/unzip.c             pfile_in_zip_read_info->stream.avail_in = (uInt)uReadThis;
uInt             1766 third_party/zlib/contrib/minizip/unzip.c             uInt uDoCopy,i ;
uInt             1821 third_party/zlib/contrib/minizip/unzip.c             pfile_in_zip_read_info->crc32 = crc32(pfile_in_zip_read_info->crc32,bufBefore, (uInt)(uOutThis));
uInt             1823 third_party/zlib/contrib/minizip/unzip.c             iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
uInt             1866 third_party/zlib/contrib/minizip/unzip.c                         (uInt)(uOutThis));
uInt             1871 third_party/zlib/contrib/minizip/unzip.c             iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
uInt             1960 third_party/zlib/contrib/minizip/unzip.c     uInt read_now;
uInt             1978 third_party/zlib/contrib/minizip/unzip.c         read_now = (uInt)size_to_read;
uInt             1980 third_party/zlib/contrib/minizip/unzip.c         read_now = (uInt)len ;
uInt               86 third_party/zlib/contrib/minizip/unzip.h     uInt tm_sec;            /* seconds after the minute - [0,59] */
uInt               87 third_party/zlib/contrib/minizip/unzip.h     uInt tm_min;            /* minutes after the hour - [0,59] */
uInt               88 third_party/zlib/contrib/minizip/unzip.h     uInt tm_hour;           /* hours since midnight - [0,23] */
uInt               89 third_party/zlib/contrib/minizip/unzip.h     uInt tm_mday;           /* day of the month - [1,31] */
uInt               90 third_party/zlib/contrib/minizip/unzip.h     uInt tm_mon;            /* months since January - [0,11] */
uInt               91 third_party/zlib/contrib/minizip/unzip.h     uInt tm_year;           /* years - [1980..2044] */
uInt              138 third_party/zlib/contrib/minizip/zip.c     uInt pos_in_buffered_data;  /* last written byte in buffered_data */
uInt              245 third_party/zlib/contrib/minizip/zip.c         uInt copy_this;
uInt              246 third_party/zlib/contrib/minizip/zip.c         uInt i;
uInt              259 third_party/zlib/contrib/minizip/zip.c             copy_this = (uInt)ldi->avail_in_this_block;
uInt              261 third_party/zlib/contrib/minizip/zip.c             copy_this = (uInt)len;
uInt              958 third_party/zlib/contrib/minizip/zip.c int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local)
uInt              962 third_party/zlib/contrib/minizip/zip.c   uInt size_filename = (uInt)strlen(filename);
uInt              963 third_party/zlib/contrib/minizip/zip.c   uInt size_extrafield = size_extrafield_local;
uInt             1056 third_party/zlib/contrib/minizip/zip.c                                          const void* extrafield_local, uInt size_extrafield_local,
uInt             1057 third_party/zlib/contrib/minizip/zip.c                                          const void* extrafield_global, uInt size_extrafield_global,
uInt             1064 third_party/zlib/contrib/minizip/zip.c     uInt size_filename;
uInt             1065 third_party/zlib/contrib/minizip/zip.c     uInt size_comment;
uInt             1066 third_party/zlib/contrib/minizip/zip.c     uInt i;
uInt             1100 third_party/zlib/contrib/minizip/zip.c         size_comment = (uInt)strlen(comment);
uInt             1102 third_party/zlib/contrib/minizip/zip.c     size_filename = (uInt)strlen(filename);
uInt             1135 third_party/zlib/contrib/minizip/zip.c     zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFree);
uInt             1189 third_party/zlib/contrib/minizip/zip.c     zi->ci.bstream.avail_in = (uInt)0;
uInt             1190 third_party/zlib/contrib/minizip/zip.c     zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
uInt             1198 third_party/zlib/contrib/minizip/zip.c     zi->ci.stream.avail_in = (uInt)0;
uInt             1199 third_party/zlib/contrib/minizip/zip.c     zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
uInt             1265 third_party/zlib/contrib/minizip/zip.c                                          const void* extrafield_local, uInt size_extrafield_local,
uInt             1266 third_party/zlib/contrib/minizip/zip.c                                          const void* extrafield_global, uInt size_extrafield_global,
uInt             1281 third_party/zlib/contrib/minizip/zip.c                                          const void* extrafield_local, uInt size_extrafield_local,
uInt             1282 third_party/zlib/contrib/minizip/zip.c                                          const void* extrafield_global, uInt size_extrafield_global,
uInt             1296 third_party/zlib/contrib/minizip/zip.c                                          const void* extrafield_local, uInt size_extrafield_local,
uInt             1297 third_party/zlib/contrib/minizip/zip.c                                          const void* extrafield_global, uInt size_extrafield_global,
uInt             1311 third_party/zlib/contrib/minizip/zip.c                                         const void* extrafield_local, uInt size_extrafield_local,
uInt             1312 third_party/zlib/contrib/minizip/zip.c                                         const void* extrafield_global, uInt size_extrafield_global,
uInt             1324 third_party/zlib/contrib/minizip/zip.c                                         const void* extrafield_local, uInt size_extrafield_local,
uInt             1325 third_party/zlib/contrib/minizip/zip.c                                         const void* extrafield_global, uInt size_extrafield_global,
uInt             1337 third_party/zlib/contrib/minizip/zip.c                                         const void* extrafield_local, uInt size_extrafield_local,
uInt             1338 third_party/zlib/contrib/minizip/zip.c                                         const void*extrafield_global, uInt size_extrafield_global,
uInt             1350 third_party/zlib/contrib/minizip/zip.c                                         const void* extrafield_local, uInt size_extrafield_local,
uInt             1351 third_party/zlib/contrib/minizip/zip.c                                         const void*extrafield_global, uInt size_extrafield_global,
uInt             1369 third_party/zlib/contrib/minizip/zip.c         uInt i;
uInt             1413 third_party/zlib/contrib/minizip/zip.c     zi->ci.crc32 = crc32(zi->ci.crc32,buf,(uInt)len);
uInt             1428 third_party/zlib/contrib/minizip/zip.c           zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
uInt             1442 third_party/zlib/contrib/minizip/zip.c           zi->ci.pos_in_buffered_data += (uInt)(zi->ci.bstream.total_out_lo32 - uTotalOutBefore_lo) ;
uInt             1461 third_party/zlib/contrib/minizip/zip.c               zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
uInt             1479 third_party/zlib/contrib/minizip/zip.c               zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ;
uInt             1483 third_party/zlib/contrib/minizip/zip.c               uInt copy_this,i;
uInt             1538 third_party/zlib/contrib/minizip/zip.c                                         zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
uInt             1543 third_party/zlib/contrib/minizip/zip.c                                 zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ;
uInt             1557 third_party/zlib/contrib/minizip/zip.c           zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
uInt             1565 third_party/zlib/contrib/minizip/zip.c         zi->ci.pos_in_buffered_data += (uInt)(zi->ci.bstream.total_out_lo32 - uTotalOutBefore);
uInt             1864 third_party/zlib/contrib/minizip/zip.c   uInt size_global_comment = 0;
uInt             1867 third_party/zlib/contrib/minizip/zip.c     size_global_comment = (uInt)strlen(global_comment);
uInt               91 third_party/zlib/contrib/minizip/zip.h     uInt tm_sec;            /* seconds after the minute - [0,59] */
uInt               92 third_party/zlib/contrib/minizip/zip.h     uInt tm_min;            /* minutes after the hour - [0,59] */
uInt               93 third_party/zlib/contrib/minizip/zip.h     uInt tm_hour;           /* hours since midnight - [0,23] */
uInt               94 third_party/zlib/contrib/minizip/zip.h     uInt tm_mday;           /* day of the month - [1,31] */
uInt               95 third_party/zlib/contrib/minizip/zip.h     uInt tm_mon;            /* months since January - [0,11] */
uInt               96 third_party/zlib/contrib/minizip/zip.h     uInt tm_year;           /* years - [1980..2044] */
uInt              151 third_party/zlib/contrib/minizip/zip.h                        uInt size_extrafield_local,
uInt              153 third_party/zlib/contrib/minizip/zip.h                        uInt size_extrafield_global,
uInt              162 third_party/zlib/contrib/minizip/zip.h                        uInt size_extrafield_local,
uInt              164 third_party/zlib/contrib/minizip/zip.h                        uInt size_extrafield_global,
uInt              191 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_local,
uInt              193 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_global,
uInt              204 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_local,
uInt              206 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_global,
uInt              220 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_local,
uInt              222 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_global,
uInt              237 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_local,
uInt              239 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_global,
uInt              263 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_local,
uInt              265 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_global,
uInt              284 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_local,
uInt              286 third_party/zlib/contrib/minizip/zip.h                                             uInt size_extrafield_global,
uInt              224 third_party/zlib/crc32.c     uInt len;
uInt               86 third_party/zlib/deflate.c local void putShortMSB    OF((deflate_state *s, uInt b));
uInt               91 third_party/zlib/deflate.c       uInt longest_match  OF((deflate_state *s, IPos cur_match, int clas));
uInt               93 third_party/zlib/deflate.c local uInt longest_match  OF((deflate_state *s, IPos cur_match, int clas));
uInt              318 third_party/zlib/deflate.c     uInt  dictLength;
uInt              321 third_party/zlib/deflate.c     uInt length = dictLength;
uInt              322 third_party/zlib/deflate.c     uInt n;
uInt              556 third_party/zlib/deflate.c     uInt b;
uInt              661 third_party/zlib/deflate.c             uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
uInt              662 third_party/zlib/deflate.c             uInt level_flags;
uInt              681 third_party/zlib/deflate.c                 putShortMSB(s, (uInt)(strm->adler >> 16));
uInt              682 third_party/zlib/deflate.c                 putShortMSB(s, (uInt)(strm->adler & 0xffff));
uInt              690 third_party/zlib/deflate.c             uInt beg = s->pending;  /* start of bytes to update crc */
uInt              718 third_party/zlib/deflate.c             uInt beg = s->pending;  /* start of bytes to update crc */
uInt              749 third_party/zlib/deflate.c             uInt beg = s->pending;  /* start of bytes to update crc */
uInt              906 third_party/zlib/deflate.c         putShortMSB(s, (uInt)(strm->adler >> 16));
uInt              907 third_party/zlib/deflate.c         putShortMSB(s, (uInt)(strm->adler & 0xffff));
uInt              995 third_party/zlib/deflate.c     zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
uInt             1078 third_party/zlib/deflate.c     uInt len;
uInt             1138 third_party/zlib/deflate.c local uInt longest_match(s, cur_match, clas)
uInt             1155 third_party/zlib/deflate.c     uInt wmask = s->w_mask;
uInt             1182 third_party/zlib/deflate.c     if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
uInt             1291 third_party/zlib/deflate.c     if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
uInt             1302 third_party/zlib/deflate.c local uInt cookie_match(s, start, len)
uInt             1352 third_party/zlib/deflate.c local uInt longest_match(s, cur_match, clas)
uInt             1405 third_party/zlib/deflate.c     return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead;
uInt             1454 third_party/zlib/deflate.c     uInt wsize = s->w_size;
uInt             1660 third_party/zlib/deflate.c             s->lookahead = (uInt)(s->strstart - max_start);
uInt             1661 third_party/zlib/deflate.c             s->strstart = (uInt)max_start;
uInt             1667 third_party/zlib/deflate.c         if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
uInt             1791 third_party/zlib/deflate.c     uInt input_length ;
uInt             1876 third_party/zlib/deflate.c             uInt max_insert = s->strstart + s->lookahead - MIN_MATCH;
uInt             1945 third_party/zlib/deflate.c     uInt prev;              /* byte at distance one to match */
uInt              103 third_party/zlib/deflate.h     uInt   pending;      /* nb of bytes in the pending buffer */
uInt              106 third_party/zlib/deflate.h     uInt   gzindex;      /* where in extra, name, or comment */
uInt              112 third_party/zlib/deflate.h     uInt  w_size;        /* LZ77 window size (32K by default) */
uInt              113 third_party/zlib/deflate.h     uInt  w_bits;        /* log2(w_size)  (8..16) */
uInt              114 third_party/zlib/deflate.h     uInt  w_mask;        /* w_size - 1 */
uInt              139 third_party/zlib/deflate.h     uInt  ins_h;          /* hash index of string to be inserted */
uInt              140 third_party/zlib/deflate.h     uInt  hash_size;      /* number of elements in hash table */
uInt              141 third_party/zlib/deflate.h     uInt  hash_bits;      /* log2(hash_size) */
uInt              142 third_party/zlib/deflate.h     uInt  hash_mask;      /* hash_size-1 */
uInt              144 third_party/zlib/deflate.h     uInt  hash_shift;
uInt              158 third_party/zlib/deflate.h     uInt match_length;           /* length of best match */
uInt              161 third_party/zlib/deflate.h     uInt strstart;               /* start of string to insert */
uInt              162 third_party/zlib/deflate.h     uInt match_start;            /* start of matching string */
uInt              163 third_party/zlib/deflate.h     uInt lookahead;              /* number of valid bytes ahead in window */
uInt              165 third_party/zlib/deflate.h     uInt prev_length;
uInt              170 third_party/zlib/deflate.h     uInt max_chain_length;
uInt              176 third_party/zlib/deflate.h     uInt max_lazy_match;
uInt              190 third_party/zlib/deflate.h     uInt good_match;
uInt              221 third_party/zlib/deflate.h     uInt  lit_bufsize;
uInt              241 third_party/zlib/deflate.h     uInt last_lit;      /* running index in l_buf */
uInt              251 third_party/zlib/deflate.h     uInt matches;       /* number of string matches in current block */
uInt               46 third_party/zlib/gzguts.h   extern voidp  malloc OF((uInt size));
uInt             1255 third_party/zlib/inflate.c uInt dictLength;
uInt             1115 third_party/zlib/trees.c         Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
uInt               34 third_party/zlib/uncompr.c     stream.avail_in = (uInt)sourceLen;
uInt               39 third_party/zlib/uncompr.c     stream.avail_out = (uInt)*destLen;
uInt              349 third_party/zlib/zconf.h typedef uInt  FAR uIntf;
uInt               80 third_party/zlib/zlib.h typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
uInt               87 third_party/zlib/zlib.h     uInt     avail_in;  /* number of bytes available at next_in */
uInt               91 third_party/zlib/zlib.h     uInt     avail_out; /* remaining free space at next_out */
uInt              119 third_party/zlib/zlib.h     uInt    extra_len;  /* extra field length (valid if extra != Z_NULL) */
uInt              120 third_party/zlib/zlib.h     uInt    extra_max;  /* space at extra (only when reading header) */
uInt              122 third_party/zlib/zlib.h     uInt    name_max;   /* space at name (only when reading header) */
uInt              124 third_party/zlib/zlib.h     uInt    comm_max;   /* space at comment (only when reading header) */
uInt              585 third_party/zlib/zlib.h                                              uInt  dictLength));
uInt              791 third_party/zlib/zlib.h                                              uInt  dictLength));
uInt             1474 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
uInt             1503 third_party/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
uInt               37 third_party/zlib/zutil.c     switch ((int)(sizeof(uInt))) {
uInt              152 third_party/zlib/zutil.c     uInt  len;
uInt              163 third_party/zlib/zutil.c     uInt  len;
uInt              165 third_party/zlib/zutil.c     uInt j;
uInt              175 third_party/zlib/zutil.c     uInt  len;
uInt              275 third_party/zlib/zutil.c voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
uInt              295 third_party/zlib/zutil.c extern voidp  malloc OF((uInt size));
uInt              296 third_party/zlib/zutil.c extern voidp  calloc OF((uInt items, uInt size));
uInt              306 third_party/zlib/zutil.c     return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
uInt              254 third_party/zlib/zutil.h    void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
uInt              255 third_party/zlib/zutil.h    int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
uInt              256 third_party/zlib/zutil.h    void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));