/external/zlib/src/contrib/minizip/ |
H A D | mztools.h | 28 uLong* nRecovered, 29 uLong* bytesRecovered);
|
H A D | unzip.h | 100 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 D | zip.h | 102 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...] |
H A D | ioapi.c | 47 uLong offsetTruncated = (uLong)offset; 61 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); 88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); 89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size)); 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) 134 uLong re [all...] |
H A D | zip.c | 117 uLong avail_in_this_block; 118 uLong filled_in_this_block; 119 uLong unused; /* for future use and alignement */ 143 uLong size_centralExtra; 144 uLong size_centralheader; /* size of the central header for cur file */ 145 uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */ 146 uLong flag; /* flag of the file currently writing */ 151 uLong dosDate; 152 uLong crc32; 225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong le [all...] |
H A D | unzip.c | 144 uLong stream_initialised; /* flag set if stream structure is initialised*/ 151 uLong crc32; /* crc32 of all data uncompressed */ 152 uLong crc32_wait; /* crc32 we must obtain after decompress all */ 157 uLong compression_method; /* compression method (0==store) */ 237 uLong *pX)); 241 uLong *pX) 243 uLong x ; 248 x = (uLong)i; 252 x |= ((uLong)i)<<8; 264 uLong *p [all...] |
H A D | ioapi.h | 136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); 137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); 142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
|
/external/pdfium/third_party/zlib_v128/ |
H A D | compress.c | 26 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 D | adler32.c | 12 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 D | uncompr.c | 28 uLong sourceLen) 36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; 40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
|
H A D | zlib.h | 157 uLong total_in; /* total number of input bytes read so far */ 161 uLong total_out; /* total number of bytes output so far */ 171 uLong adler; /* adler32 value of the uncompressed data */ 172 uLong reserved; /* reserved for future use */ 183 uLong time; /* modification time */ 767 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, 768 uLong sourceLen)); 1176 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); 1181 3.2: size of uLong 1230 const Bytef *source, uLong sourceLe [all...] |
H A D | crc32.c | 53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2)); 355 local uLong crc32_combine_( 356 uLong crc1, 357 uLong crc2, 411 uLong ZEXPORT crc32_combine( 412 uLong crc1, 413 uLong crc2, 419 uLong ZEXPOR [all...] |
/external/zlib/src/ |
H A D | compress.c | 26 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 D | zlib.h | 88 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 D | adler32.c | 12 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 D | uncompr.c | 28 uLong sourceLen; 36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; 40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
|
H A D | crc32.c | 53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2)); 355 local uLong crc32_combine_(crc1, crc2, len2) 356 uLong crc1; 357 uLong crc2; 411 uLong ZEXPORT crc32_combine(crc1, crc2, len2) 412 uLong crc1; 413 uLong crc2; 419 uLong ZEXPOR [all...] |
/external/zlib/ |
H A D | zlib.h | 88 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/freetype/src/gzip/ |
H A D | zlib.h | 71 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);
|
H A D | inflate.c | 39 uLong was; /* computed check value */ 40 uLong need; /* stream check value */ 196 z->state->sub.check.need = (uLong)NEXTBYTE << 24; 200 z->state->sub.check.need += (uLong)NEXTBYTE << 16; 204 z->state->sub.check.need += (uLong)NEXTBYTE << 8; 208 z->state->sub.check.need += (uLong)NEXTBYTE; 239 z->state->sub.check.need = (uLong)NEXTBYTE << 24; 243 z->state->sub.check.need += (uLong)NEXTBYTE << 16; 247 z->state->sub.check.need += (uLong)NEXTBYTE << 8; 251 z->state->sub.check.need += (uLong)NEXTBYT [all...] |
H A D | adler32.c | 21 ZEXPORT(uLong) adler32( /* adler, buf, len) */ 22 uLong adler,
|
H A D | infutil.h | 52 uLong bitb; /* bit buffer */ 59 uLong check; /* check on output */ 75 #define NEEDBITS(j) {while(k<(j)){NEEDBYTE;b|=((uLong)NEXTBYTE)<<k;k+=8;}}
|
/external/libpng/contrib/libtests/ |
H A D | fakepng.c | 14 put_uLong(uLong val) 25 uLong crc;
|
/external/zlib/src/test/ |
H A D | example.c | 35 uLong dictId; /* Adler32 value of the dictionary */ 37 void test_deflate OF((Byte *compr, uLong comprLen)); 38 void test_inflate OF((Byte *compr, uLong comprLen, 39 Byte *uncompr, uLong uncomprLen)); 40 void test_large_deflate OF((Byte *compr, uLong comprLen, 41 Byte *uncompr, uLong uncomprLen)); 42 void test_large_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_flush OF((Byte *compr, uLong *comprLen)); 45 void test_sync OF((Byte *compr, uLong comprLe [all...] |
/external/libpng/contrib/tools/ |
H A D | checksum-icc.c | 21 uLong length = 0; 22 uLong a32 = adler32(0, NULL, 0); 23 uLong c32 = crc32(0, NULL, 0);
|