/external/zlib/src/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 …]
|
/external/chromium_org/third_party/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 …]
|
/external/freetype/src/gzip/ |
D | inftrees.c | 32 uInt, /* number of codes */ 33 uInt, /* number of "simple" codes */ 39 uInt *, /* hufts used in space */ 43 local const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */ 47 local const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */ 50 local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */ 54 local const uInt cpdext[30] = { /* Extra bits for distance codes */ 97 uInt n, /* number of codes (assumed <= 288) */ in huft_build() 98 uInt s, /* number of simple-valued codes (0..s-1) */ in huft_build() 104 uInt *hn, /* hufts used in space */ in huft_build() [all …]
|
D | infcodes.c | 36 uInt len; 40 uInt need; /* bits needed */ 42 uInt lit; /* if LIT, literal */ 44 uInt get; /* bits to get for extra */ 45 uInt dist; /* distance back to copy from */ 59 uInt bl, uInt bd, in inflate_codes_new() 85 uInt j; /* temporary storage */ in inflate_codes() 87 uInt e; /* extra bits or operation */ in inflate_codes() 89 uInt k; /* bits in bit buffer */ in inflate_codes() 91 uInt n; /* bytes available there */ in inflate_codes() [all …]
|
D | infutil.h | 35 uInt left; /* if STORED, bytes left to copy */ 37 uInt table; /* table lengths (14 bits) */ 38 uInt index; /* index into blens (or border) */ 40 uInt bb; /* bit length tree depth */ 48 uInt last; /* true if this block is the last block */ 51 uInt bitk; /* bits in bit buffer */ 78 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q) 79 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;} 80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}} 89 local uInt inflate_mask[17];
|
D | infblock.c | 18 local const uInt border[] = { /* Order of the bit length code lengths */ 91 uInt w ) in inflate_blocks_new() 124 uInt t; /* temporary storage */ in inflate_blocks() 126 uInt k; /* bits in bit buffer */ in inflate_blocks() 128 uInt n; /* bytes available there */ in inflate_blocks() 130 uInt m; /* bytes to end of window or read pointer */ in inflate_blocks() 140 t = (uInt)b & 7; in inflate_blocks() 156 uInt bl, bd; in inflate_blocks() 194 s->sub.left = (uInt)b & 0xffff; in inflate_blocks() 218 s->sub.trees.table = t = (uInt)b & 0x3fff; in inflate_blocks() [all …]
|
D | inftrees.h | 25 uInt pad; /* pad structure to a power of 2 (4 bytes for */ 27 uInt base; /* literal, length base, distance base, 46 uInt, /* number of literal/length codes */ 47 uInt, /* number of distance codes */
|
D | zlib.h | 63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 70 uInt avail_in; /* number of bytes available at next_in */ 74 uInt avail_out; /* remaining free space at next_out */ 775 ZEXTERN(uLong) adler32 OF((uLong adler, const Bytef *buf, uInt len));
|
D | zutil.c | 20 uInt len; 31 uInt len; 33 uInt j; 43 uInt len; 160 extern voidp ft_scalloc OF((uInt items, uInt size));
|
/external/zlib/src/ |
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 | 40 switch ((int)(sizeof(uInt))) { in zlibCompileFlags() 155 uInt len; 166 uInt len; 168 uInt j; 178 uInt len; 279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 299 extern voidp malloc OF((uInt size)); 300 extern voidp calloc OF((uInt items, uInt size)); 310 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
|
/external/qemu/distrib/zlib-1.2.8/ |
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 | 40 switch ((int)(sizeof(uInt))) { in zlibCompileFlags() 155 uInt len; 166 uInt len; 168 uInt j; 178 uInt len; 279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 299 extern voidp malloc OF((uInt size)); 300 extern voidp calloc OF((uInt items, uInt size)); 310 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
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 | fx_zlib_zutil.c | 40 switch ((int)(sizeof(uInt))) { in zlibCompileFlags() 156 uInt len) in zmemcpy() 167 uInt len) in zmemcmp() 169 uInt j; in zmemcmp() 179 uInt len) in zmemzero() 281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) 301 extern voidp malloc OF((uInt size)); 302 extern voidp calloc OF((uInt items, uInt size)); 312 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
|
/external/chromium_org/third_party/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() 152 uInt len; 163 uInt len; 165 uInt j; 175 uInt len; 275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 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) :
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | decNumberLocal.h | 74 #define uInt uint32_t macro 97 uInt u0, u1, v0, v1, w0, w1, w2, t; \ 142 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0') 282 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */ 318 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */ 319 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */ 395 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k))) 400 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k))) 475 uInt sourhi=DFWORD(df, 0); \ 480 uInt sourhi=DFWWORD(df, 0); \ [all …]
|
D | decContext.c | 45 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus() 140 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus() 157 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus() 173 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus() 202 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus() 320 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusQuiet(decContext *context, uInt status) { in uprv_decContextSetStatusQuiet() 373 uInt dle=(uInt)DECLITEND; /* unsign */ 400 U_CAPI uInt U_EXPORT2 uprv_decContextTestSavedStatus(uInt oldstatus, uInt mask) { in uprv_decContextTestSavedStatus() 414 U_CAPI uInt U_EXPORT2 uprv_decContextTestStatus(decContext *context, uInt mask) { in uprv_decContextTestStatus()
|
D | decNumber.c | 223 static const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000, 230 #define ueInt uInt /* unsigned extended integer */ 234 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; 236 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) 248 decContext *, uByte, uInt *); 250 static uInt decCheckMath(const decNumber *, decContext *, uInt *); 251 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 255 Flag, uInt *); 257 Int *, uInt *); 260 const decNumber *, decContext *, Flag, uInt *); [all …]
|
/external/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 74 #define uInt uint32_t macro 97 uInt u0, u1, v0, v1, w0, w1, w2, t; \ 142 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0') 282 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */ 318 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */ 319 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */ 395 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k))) 400 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k))) 475 uInt sourhi=DFWORD(df, 0); \ 480 uInt sourhi=DFWWORD(df, 0); \ [all …]
|
D | decContext.c | 45 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus() 140 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus() 157 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus() 173 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus() 202 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus() 320 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusQuiet(decContext *context, uInt status) { in uprv_decContextSetStatusQuiet() 373 uInt dle=(uInt)DECLITEND; /* unsign */ 400 U_CAPI uInt U_EXPORT2 uprv_decContextTestSavedStatus(uInt oldstatus, uInt mask) { in uprv_decContextTestSavedStatus() 414 U_CAPI uInt U_EXPORT2 uprv_decContextTestStatus(decContext *context, uInt mask) { in uprv_decContextTestStatus()
|
D | decNumber.c | 225 static const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000, 232 #define ueInt uInt /* unsigned extended integer */ 236 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; 238 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) 250 decContext *, uByte, uInt *); 252 static uInt decCheckMath(const decNumber *, decContext *, uInt *); 253 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 257 Flag, uInt *); 259 Int *, uInt *); 262 const decNumber *, decContext *, Flag, uInt *); [all …]
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
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 …]
|
/external/zlib/src/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 …]
|