Home
last modified time | relevance | path

Searched refs:uLong (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dzlib.h89 uLong total_in; /* total number of input bytes read so far */
93 uLong total_out; /* total number of bytes output so far */
104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
105 uLong reserved; /* reserved for future use */
116 uLong time; /* modification time */
760 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
761 uLong sourceLen));
1176 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1230 const Bytef *source, uLong sourceLen));
1245 const Bytef *source, uLong sourceLen,
[all …]
H A Dadler32.c8 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
61 uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) in adler32_z()
129 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
135 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) in adler32_combine_()
161 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) in adler32_combine()
166 uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) in adler32_combine64()
H A Dzutil.h192 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
193 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
H A Dcrc32.c1059 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) in crc32_combine64()
1068 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) in crc32_combine()
1074 uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) in crc32_combine_gen64()
1083 uLong ZEXPORT crc32_combine_gen(z_off_t len2) in crc32_combine_gen()
1089 uLong crc32_combine_op(uLong crc1, uLong crc2, uLong op) in crc32_combine_op()
H A Dzutil.c30 uLong ZEXPORT zlibCompileFlags(void) in zlibCompileFlags()
32 uLong flags; in zlibCompileFlags()
41 switch ((int)(sizeof(uLong))) { in zlibCompileFlags()
H A Dzconf.h179 # define uLong z_uLong macro
419 typedef unsigned long uLong; /* 32 bits or more */ typedef
430 typedef uLong FAR uLongf;
H A Ddeflate.c691 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound()
693 uLong sourceLen;
696 uLong complen, wraplen;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h115 typedef unsigned long uLong; /* 32 bits or more */ typedef
121 typedef uLong FAR uLongf;
162 uLong total_in; /* total nb of input bytes read so far */
166 uLong total_out; /* total nb of bytes output so far */
610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
H A Dzlib.c121 typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len)); typedef
222 uLong adler; /* adler32 of uncompressed data */
2755 uLong was; /* computed check value */
2756 uLong need; /* stream check value */
2773 uLong c;
2789 uLong c;
2930 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
2935 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
2940 z->state->sub.check.need += (uLong)NEXTBYTE << 8;
2945 z->state->sub.check.need += (uLong)NEXTBYTE;
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h123 #define uLong z_uLong macro
306 typedef unsigned long uLong; /* 32 bits or more */ typedef
317 typedef uLong FAR uLongf;
405 uLong total_in; /* total nb of input bytes read so far */
409 uLong total_out; /* total nb of bytes output so far */
421 uLong adler; /* adler32 value of the uncompressed data */
422 uLong reserved; /* reserved for future use */
1131 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
H A Dzlib.c261 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len)); typedef
3616 uLong was; /* computed check value */
3617 uLong need; /* stream check value */
3793 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
3798 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
3803 z->state->sub.check.need += (uLong)NEXTBYTE << 8;
3808 z->state->sub.check.need += (uLong)NEXTBYTE;
3844 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
3849 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
3854 z->state->sub.check.need += (uLong)NEXTBYTE << 8;
[all …]
/illumos-gate/usr/src/contrib/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) in adler32()
1162 uLong adler; in adler32()
3641 uLong crc; /* crc32 of uncompressed data */
3664 local uLong getLong OF((gz_stream *s));
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_init_finish.c1715 uLong srclen = section->dss_size; in do_decompress_zlib()