/external/zlib/contrib/minizip/ |
D | zip.h | 91 uInt tm_sec; /* seconds after the minute - [0,59] */ 92 uInt tm_min; /* minutes after the hour - [0,59] */ 93 uInt tm_hour; /* hours since midnight - [0,23] */ 94 uInt tm_mday; /* day of the month - [1,31] */ 95 uInt tm_mon; /* months since January - [0,11] */ 96 uInt tm_year; /* years - [1980..2044] */ 151 uInt size_extrafield_local, 153 uInt size_extrafield_global, 162 uInt size_extrafield_local, 164 uInt size_extrafield_global, [all …]
|
D | zip.c | 138 uInt pos_in_buffered_data; /* last written byte in buffered_data */ 245 uInt copy_this; in add_data_in_datablock() 246 uInt i; in add_data_in_datablock() 259 copy_this = (uInt)ldi->avail_in_this_block; in add_data_in_datablock() 261 copy_this = (uInt)len; in add_data_in_datablock() 958 int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, con… in Write_LocalFileHeader() 962 uInt size_filename = (uInt)strlen(filename); in Write_LocalFileHeader() 963 uInt size_extrafield = size_extrafield_local; in Write_LocalFileHeader() 1056 const void* extrafield_local, uInt size_extrafield_local, in zipOpenNewFileInZip4_64() 1057 const void* extrafield_global, uInt size_extrafield_global, in zipOpenNewFileInZip4_64() [all …]
|
D | unzip.h | 86 uInt tm_sec; /* seconds after the minute - [0,59] */ 87 uInt tm_min; /* minutes after the hour - [0,59] */ 88 uInt tm_hour; /* hours since midnight - [0,23] */ 89 uInt tm_mday; /* day of the month - [1,31] */ 90 uInt tm_mon; /* months since January - [0,11] */ 91 uInt tm_year; /* years - [1980..2044] */
|
D | unzip.c | 147 uInt size_local_extrafield;/* size of the local extra field */ 856 ptm->tm_mday = (uInt)(uDate&0x1f) ; in unz64local_DosDateToTmuDate() 857 ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ; in unz64local_DosDateToTmuDate() 858 ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ; in unz64local_DosDateToTmuDate() 860 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800); in unz64local_DosDateToTmuDate() 861 ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ; in unz64local_DosDateToTmuDate() 862 ptm->tm_sec = (uInt) (2*(ulDosDate&0x1f)) ; in unz64local_DosDateToTmuDate() 1385 local int unz64local_CheckCurrentFileCoherencyHeader (unz64_s* s, uInt* piSizeVar, in unz64local_CheckCurrentFileCoherencyHeader() 1387 uInt * psize_local_extrafield) in unz64local_CheckCurrentFileCoherencyHeader() 1455 *piSizeVar += (uInt)size_filename; in unz64local_CheckCurrentFileCoherencyHeader() [all …]
|
/external/qemu/distrib/zlib-1.2.3/ |
D | deflate.h | 100 uInt pending; /* nb of bytes in the pending buffer */ 103 uInt gzindex; /* where in extra, name, or comment */ 109 uInt w_size; /* LZ77 window size (32K by default) */ 110 uInt w_bits; /* log2(w_size) (8..16) */ 111 uInt w_mask; /* w_size - 1 */ 136 uInt ins_h; /* hash index of string to be inserted */ 137 uInt hash_size; /* number of elements in hash table */ 138 uInt hash_bits; /* log2(hash_size) */ 139 uInt hash_mask; /* hash_size-1 */ 141 uInt hash_shift; [all …]
|
D | zutil.c | 37 switch (sizeof(uInt)) { in zlibCompileFlags() 152 uInt len; 163 uInt len; 165 uInt j; 175 uInt len; 295 extern voidp malloc OF((uInt size)); 296 extern voidp calloc OF((uInt items, uInt size)); 306 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
|
D | zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 84 uInt avail_in; /* number of bytes available at next_in */ 88 uInt avail_out; /* remaining free space at next_out */ 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 116 uInt extra_max; /* space at extra (only when reading header) */ 118 uInt name_max; /* space at name (only when reading header) */ 120 uInt comm_max; /* space at comment (only when reading header) */ 540 uInt dictLength)); 738 uInt dictLength)); 1260 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); [all …]
|
D | deflate.c | 83 local void putShortMSB OF((deflate_state *s, uInt b)); 89 uInt longest_match OF((deflate_state *s, IPos cur_match)); 91 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match)); 318 uInt dictLength; 321 uInt length = dictLength; 322 uInt n; 520 uInt b; 625 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8; 626 uInt level_flags; [all …]
|
D | gzio.c | 39 extern voidp malloc OF((uInt size)); 267 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file); 293 uInt len; 303 len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file); 334 len = (uInt)get_byte(s); 335 len += ((uInt)get_byte(s))<<8; 429 uInt n = s->stream.avail_in; 441 (uInt)fread(next_out, 1, s->stream.avail_out, s->file); 452 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file); 470 s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start)); [all …]
|
D | uncompr.c | 36 stream.avail_in = (uInt)sourceLen; 41 stream.avail_out = (uInt)*destLen;
|
D | compress.c | 33 stream.avail_in = (uInt)sourceLen; 39 stream.avail_out = (uInt)*destLen;
|
/external/zlib/ |
D | deflate.h | 103 uInt pending; /* nb of bytes in the pending buffer */ 106 uInt gzindex; /* where in extra, name, or comment */ 112 uInt w_size; /* LZ77 window size (32K by default) */ 113 uInt w_bits; /* log2(w_size) (8..16) */ 114 uInt w_mask; /* w_size - 1 */ 139 uInt ins_h; /* hash index of string to be inserted */ 140 uInt hash_size; /* number of elements in hash table */ 141 uInt hash_bits; /* log2(hash_size) */ 142 uInt hash_mask; /* hash_size-1 */ 144 uInt hash_shift; [all …]
|
D | zutil.c | 37 switch ((int)(sizeof(uInt))) { in zlibCompileFlags() 132 uInt len; 143 uInt len; 145 uInt j; 155 uInt len; 256 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 276 extern voidp malloc OF((uInt size)); 277 extern voidp calloc OF((uInt items, uInt size)); 287 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
|
D | zlib.h | 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 87 uInt avail_in; /* number of bytes available at next_in */ 91 uInt avail_out; /* remaining free space at next_out */ 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 119 uInt extra_max; /* space at extra (only when reading header) */ 121 uInt name_max; /* space at name (only when reading header) */ 123 uInt comm_max; /* space at comment (only when reading header) */ 586 uInt dictLength)); 818 uInt dictLength)); 1546 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); [all …]
|
D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b)); 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 326 uInt dictLength; 329 uInt str, n; 628 uInt b; 736 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8; 737 uInt level_flags; 756 putShortMSB(s, (uInt)(strm->adler >> 16)); 757 putShortMSB(s, (uInt)(strm->adler & 0xffff)); [all …]
|
D | uncompr.c | 34 stream.avail_in = (uInt)sourceLen; 39 stream.avail_out = (uInt)*destLen;
|
D | compress.c | 33 stream.avail_in = (uInt)sourceLen; 39 stream.avail_out = (uInt)*destLen;
|
/external/icu4c/i18n/ |
D | decNumberLocal.h | 74 #define uInt uint32_t macro 93 extern const uInt DECPOWERS[10]; /* powers of ten table */ 97 extern const uInt DPD2BINK[1024]; /* DPD -> 0-999000 */ 98 extern const uInt DPD2BINM[1024]; /* DPD -> 0-999000000 */ 109 uInt u0, u1, v0, v1, w0, w1, w2, t; \ 154 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0') 294 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */ 330 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */ 331 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */ 407 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k))) [all …]
|
D | decContext.c | 41 const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000, 54 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus() 149 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus() 166 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus() 182 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus() 211 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus() 327 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusQuiet(decContext *context, uInt status) { in uprv_decContextSetStatusQuiet() 379 uInt dle=(uInt)DECLITEND; /* unsign */ in uprv_decContextTestEndian() 405 U_CAPI uInt U_EXPORT2 uprv_decContextTestSavedStatus(uInt oldstatus, uInt mask) { in uprv_decContextTestSavedStatus() 419 U_CAPI uInt U_EXPORT2 uprv_decContextTestStatus(decContext *context, uInt mask) { in uprv_decContextTestStatus()
|
D | decNumber.c | 217 #define ueInt uInt /* unsigned extended integer */ 221 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; 223 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) 235 decContext *, uByte, uInt *); 237 static uInt decCheckMath(const decNumber *, decContext *, uInt *); 238 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 242 Flag, uInt *); 244 Int *, uInt *); 247 const decNumber *, decContext *, Flag, uInt *); 249 decContext *, uInt *); [all …]
|
/external/zlib/contrib/masmx86/ |
D | gvmat32c.c | 26 uInt longest_match_c( 31 uInt longest_match_7fff( 35 uInt longest_match_686( 40 static uInt iIsPPro=2; 47 uInt longest_match( in longest_match()
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 84 uInt avail_in; /* number of bytes available at next_in */ 88 uInt avail_out; /* remaining free space at next_out */ 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 116 uInt extra_max; /* space at extra (only when reading header) */ 118 uInt name_max; /* space at name (only when reading header) */ 120 uInt comm_max; /* space at comment (only when reading header) */ 540 uInt dictLength)); 738 uInt dictLength)); 1263 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); [all …]
|
D | checksum.h | 35 static_cast<uInt>(size)); in ComputeAdler32() 43 static_cast<uInt>(size)); in UpdateAdler32()
|
/external/zlib/test/ |
D | example.c | 294 c_stream.avail_out = (uInt)comprLen; 300 c_stream.avail_in = (uInt)uncomprLen; 311 c_stream.avail_in = (uInt)comprLen/2; 318 c_stream.avail_in = (uInt)uncomprLen; 348 d_stream.avail_in = (uInt)comprLen; 355 d_stream.avail_out = (uInt)uncomprLen; 381 uInt len = (uInt)strlen(hello)+1; 393 c_stream.avail_out = (uInt)*comprLen; 433 d_stream.avail_out = (uInt)uncomprLen; 438 d_stream.avail_in = (uInt)comprLen-2; /* read all compressed data */ [all …]
|
/external/kernel-headers/original/linux/ |
D | zlib.h | 86 uInt avail_in; /* number of bytes available at next_in */ 90 uInt avail_out; /* remaining free space at next_out */ 495 uInt dictLength); 631 uInt dictLength);
|