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

/linux-4.1.27/include/linux/
H A Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
71 uLong adler = adler32(0L, NULL, 0);
78 static inline uLong zlib_adler32(uLong adler, zlib_adler32()
H A Dzconf.h54 typedef unsigned long uLong; /* 32 bits or more */ typedef
H A Dzlib.h86 uLong avail_in; /* number of bytes available at next_in */
87 uLong total_in; /* total nb of input bytes read so far */
90 uLong avail_out; /* remaining free space at next_out */
91 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 */
/linux-4.1.27/arch/powerpc/boot/
H A Dgunzip_util.c118 len = min(state->s.avail_in, (uLong)dstlen); gunzip_partial()

Completed in 136 milliseconds