Searched refs:uLong (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libz/
H A Dcompress.c26 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
66 uLong sourceLen;
75 uLong ZEXPORT compressBound (sourceLen)
76 uLong sourceLen;
H A Duncompr.c30 uLong sourceLen;
38 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
42 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
H A Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
99 uLong adler; /* adler32 value of the uncompressed data */
100 uLong reserved; /* reserved for future use */
111 uLong time; /* modification time */
644 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
645 uLong sourceLen));
957 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
962 3.2: size of uLong
1010 const Bytef *source, uLong sourceLe
[all...]
H A Dexample.c35 uLong dictId; /* Adler32 value of the dictionary */
37 void test_compress OF((Byte *compr, uLong comprLen,
38 Byte *uncompr, uLong uncomprLen));
40 Byte *uncompr, uLong uncomprLen));
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
43 Byte *uncompr, uLong uncomprLen));
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
45 Byte *uncompr, uLong uncomprLen));
46 void test_large_inflate OF((Byte *compr, uLong comprLe
[all...]
H A Dadler32.c57 uLong ZEXPORT adler32(adler, buf, len)
58 uLong adler;
128 uLong ZEXPORT adler32_combine(adler1, adler2, len2)
129 uLong adler1;
130 uLong adler2;
H A Dzutil.c32 uLong ZEXPORT zlibCompileFlags()
34 uLong flags;
43 switch (sizeof(uLong)) {
H A Dcrc32.c370 uLong ZEXPORT crc32_combine(crc1, crc2, len2)
371 uLong crc1;
372 uLong crc2;
H A Dzconf.h69 # define uLong z_uLong macro
279 typedef unsigned long uLong; /* 32 bits or more */ typedef
290 typedef uLong FAR uLongf;
H A Dgzio.c69 uLong crc; /* crc32 of uncompressed data */
93 local void putLong OF((FILE *file, uLong x));
94 local uLong getLong OF((gz_stream *s));
1082 uLong x;
1095 local uLong getLong (s)
1098 uLong x = (uLong)get_byte(s);
1101 x += ((uLong)get_byte(s))<<8;
1102 x += ((uLong)get_byte(s))<<16;
1105 x += ((uLong)
[all...]
H A Ddeflate.c489 uLong ZEXPORT deflateBound(strm, sourceLen)
491 uLong sourceLen;
494 uLong destLen;
/ast/src/cmd/INIT/
H A Dratz.c396 typedef unsigned long uLong; /* 32 bits or more */ typedef
407 typedef uLong FAR uLongf;
508 uLong total_in; /* total nb of input bytes read so far */
512 uLong total_out; /* total nb of bytes output so far */
522 uLong adler; /* adler32 value of the uncompressed data */
523 uLong reserved; /* reserved for future use */
1161 uLong ZEXPORT adler32(adler, buf, len)
1162 uLong adler;
3641 uLong crc; /* crc32 of uncompressed data */
3664 local uLong getLon
[all...]

Completed in 107 milliseconds