uLong 57 other-licenses/zlib/adler32.c uLong ZEXPORT adler32(adler, buf, len)
uLong 128 other-licenses/zlib/adler32.c uLong ZEXPORT adler32_combine(adler1, adler2, len2)
uLong 36 other-licenses/zlib/compress.c if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
uLong 40 other-licenses/zlib/compress.c if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
uLong 75 other-licenses/zlib/compress.c uLong ZEXPORT compressBound (sourceLen)
uLong 370 other-licenses/zlib/crc32.c uLong ZEXPORT crc32_combine(crc1, crc2, len2)
uLong 489 other-licenses/zlib/deflate.c uLong ZEXPORT deflateBound(strm, sourceLen)
uLong 494 other-licenses/zlib/deflate.c uLong destLen;
uLong 63 other-licenses/zlib/gzio.c uLong crc; /* crc32 of uncompressed data */
uLong 82 other-licenses/zlib/gzio.c local uLong getLong OF((gz_stream *s));
uLong 935 other-licenses/zlib/gzio.c local uLong getLong (s)
uLong 938 other-licenses/zlib/gzio.c uLong x = (uLong)get_byte(s);
uLong 941 other-licenses/zlib/gzio.c x += ((uLong)get_byte(s))<<8;
uLong 942 other-licenses/zlib/gzio.c x += ((uLong)get_byte(s))<<16;
uLong 945 other-licenses/zlib/gzio.c x += ((uLong)c)<<24;
uLong 968 other-licenses/zlib/gzio.c putLong (s->file, (uLong)(s->in & 0xffffffff));
uLong 38 other-licenses/zlib/uncompr.c if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
uLong 42 other-licenses/zlib/uncompr.c if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
uLong 290 other-licenses/zlib/zconf.h typedef uLong FAR uLongf;
uLong 85 other-licenses/zlib/zlib.h uLong total_in; /* total nb of input bytes read so far */
uLong 89 other-licenses/zlib/zlib.h uLong total_out; /* total nb of bytes output so far */
uLong 99 other-licenses/zlib/zlib.h uLong adler; /* adler32 value of the uncompressed data */
uLong 100 other-licenses/zlib/zlib.h uLong reserved; /* reserved for future use */
uLong 111 other-licenses/zlib/zlib.h uLong time; /* modification time */
uLong 644 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
uLong 645 other-licenses/zlib/zlib.h uLong sourceLen));
uLong 957 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
uLong 1010 other-licenses/zlib/zlib.h const Bytef *source, uLong sourceLen));
uLong 1025 other-licenses/zlib/zlib.h const Bytef *source, uLong sourceLen,
uLong 1040 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
uLong 1048 other-licenses/zlib/zlib.h const Bytef *source, uLong sourceLen));
uLong 1260 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
uLong 1276 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2,
uLong 1285 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
uLong 1301 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
uLong 32 other-licenses/zlib/zutil.c uLong ZEXPORT zlibCompileFlags()
uLong 34 other-licenses/zlib/zutil.c uLong flags;
uLong 43 other-licenses/zlib/zutil.c switch (sizeof(uLong)) {