Searched defs:uLong (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h69 # define uLong z_uLong macro
279 typedef unsigned long uLong; /* 32 bits or more */ typedef
290 typedef uLong FAR uLongf;
/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 249 milliseconds