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

1234

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dmztools.h28 uLong* nRecovered,
29 uLong* bytesRecovered);
H A Dunzip.h100 uLong size_comment; /* size of the global comment of the zipfile */
105 uLong number_entry; /* total number of entries in
107 uLong size_comment; /* size of the global comment of the zipfile */
113 uLong version; /* version made by 2 bytes */
114 uLong version_needed; /* version needed to extract 2 bytes */
115 uLong flag; /* general purpose bit flag 2 bytes */
116 uLong compression_method; /* compression method 2 bytes */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
118 uLong crc; /* crc-32 4 bytes */
121 uLong size_filenam
[all...]
H A Dzip.h102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
103 /* uLong flag; */ /* general purpose bit flag 2 bytes */
105 uLong internal_fa; /* internal file attributes 2 bytes */
106 uLong external_fa; /* external file attributes 4 bytes */
231 uLong crcForCrypting));
248 uLong crcForCrypting,
274 uLong crcForCrypting,
275 uLong versionMadeBy,
276 uLong flagBase
295 uLong crcForCryptin
[all...]
/external/zlib/src/contrib/minizip/
H A Dmztools.h28 uLong* nRecovered,
29 uLong* bytesRecovered);
H A Dunzip.h100 uLong size_comment; /* size of the global comment of the zipfile */
105 uLong number_entry; /* total number of entries in
107 uLong size_comment; /* size of the global comment of the zipfile */
113 uLong version; /* version made by 2 bytes */
114 uLong version_needed; /* version needed to extract 2 bytes */
115 uLong flag; /* general purpose bit flag 2 bytes */
116 uLong compression_method; /* compression method 2 bytes */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
118 uLong crc; /* crc-32 4 bytes */
121 uLong size_filenam
[all...]
H A Dzip.h102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
103 /* uLong flag; */ /* general purpose bit flag 2 bytes */
105 uLong internal_fa; /* internal file attributes 2 bytes */
106 uLong external_fa; /* external file attributes 4 bytes */
231 uLong crcForCrypting));
248 uLong crcForCrypting,
274 uLong crcForCrypting,
275 uLong versionMadeBy,
276 uLong flagBase
295 uLong crcForCryptin
[all...]
/external/chromium_org/third_party/zlib/
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 Dzlib.h88 uLong total_in; /* total nb of input bytes read so far */
92 uLong total_out; /* total nb of bytes output so far */
102 uLong adler; /* adler32 value of the uncompressed data */
103 uLong reserved; /* reserved for future use */
115 uLong time; /* modification time */
689 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
690 uLong sourceLen));
1055 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1060 3.2: size of uLong
1108 const Bytef *source, uLong sourceLe
[all...]
H A Dadler32.c12 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2);
60 uLong ZEXPORT adler32(adler, buf, len)
61 uLong adler;
131 local uLong adler32_combine_(adler1, adler2, len2)
132 uLong adler1;
133 uLong adler2;
155 uLong ZEXPORT adler32_combine(adler1, adler2, len2)
156 uLong adler
[all...]
H A Duncompr.c28 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_compress.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 (
76 uLong sourceLen)
H A Dfx_zlib_adler32.c12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
65 uLong ZEXPORT adler32(
66 uLong adler,
136 local uLong adler32_combine_(
137 uLong adler1,
138 uLong adler2,
165 uLong ZEXPORT adler32_combine(
166 uLong adler
[all...]
H A Dfx_zlib_uncompr.c28 uLong sourceLen)
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
/external/qemu/distrib/zlib-1.2.8/
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 Dzlib.h88 uLong total_in; /* total number of input bytes read so far */
92 uLong total_out; /* total number of bytes output so far */
102 uLong adler; /* adler32 value of the uncompressed data */
103 uLong reserved; /* reserved for future use */
114 uLong time; /* modification time */
698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
699 uLong sourceLen));
1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1112 3.2: size of uLong
1161 const Bytef *source, uLong sourceLe
[all...]
H A Dadler32.c12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
65 uLong ZEXPORT adler32(adler, buf, len)
66 uLong adler;
136 local uLong adler32_combine_(adler1, adler2, len2)
137 uLong adler1;
138 uLong adler2;
165 uLong ZEXPORT adler32_combine(adler1, adler2, len2)
166 uLong adler
[all...]
H A Duncompr.c28 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
/external/zlib/src/
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 Dzlib.h88 uLong total_in; /* total number of input bytes read so far */
92 uLong total_out; /* total number of bytes output so far */
102 uLong adler; /* adler32 value of the uncompressed data */
103 uLong reserved; /* reserved for future use */
114 uLong time; /* modification time */
698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
699 uLong sourceLen));
1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1112 3.2: size of uLong
1161 const Bytef *source, uLong sourceLe
[all...]
H A Dadler32.c12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
65 uLong ZEXPORT adler32(adler, buf, len)
66 uLong adler;
136 local uLong adler32_combine_(adler1, adler2, len2)
137 uLong adler1;
138 uLong adler2;
165 uLong ZEXPORT adler32_combine(adler1, adler2, len2)
166 uLong adler
[all...]
H A Duncompr.c28 uLong sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
/external/zlib/
H A Dzlib.h88 uLong total_in; /* total number of input bytes read so far */
92 uLong total_out; /* total number of bytes output so far */
102 uLong adler; /* adler32 value of the uncompressed data */
103 uLong reserved; /* reserved for future use */
114 uLong time; /* modification time */
698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
699 uLong sourceLen));
1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1112 3.2: size of uLong
1161 const Bytef *source, uLong sourceLe
[all...]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
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...]
/external/freetype/src/gzip/
H A Dzlib.h71 uLong total_in; /* total nb of input bytes read so far */
75 uLong total_out; /* total nb of bytes output so far */
85 uLong adler; /* adler32 value of the uncompressed data */
86 uLong reserved; /* reserved for future use */
775 ZEXTERN(uLong) adler32 OF((uLong adler, const Bytef *buf, uInt len));
784 uLong adler = adler32(0L, Z_NULL, 0);
799 uLong crc = crc32(0L, Z_NULL, 0);
/external/libpng/contrib/libtests/
H A Dfakepng.c6 put_uLong(uLong val)
17 uLong crc;

Completed in 1665 milliseconds

1234