Home
last modified time | relevance | path

Searched refs:uInt (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dzip.h91 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 …]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dzip.h91 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 …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dzip.h91 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 …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dzip.h91 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 …]
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dinftrees.c32 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 …]
Dinfcodes.c36 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 …]
Dinfutil.h35 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];
/third_party/skia/third_party/externals/freetype/src/gzip/
Dinftrees.c32 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 …]
Dinfcodes.c36 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 …]
Dinfutil.h35 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 const uInt inflate_mask[17];
/third_party/freetype/src/gzip/
Dinftrees.c32 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 …]
Dinfcodes.c36 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 …]
Dinfutil.h35 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 const uInt inflate_mask[17];
/third_party/libwebsockets/win32port/zlib/
Ddeflate.h100 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 …]
/third_party/zlib/
Ddeflate.h115 uInt w_size; /* LZ77 window size (32K by default) */
116 uInt w_bits; /* log2(w_size) (8..16) */
117 uInt w_mask; /* w_size - 1 */
142 uInt ins_h; /* hash index of string to be inserted */
143 uInt hash_size; /* number of elements in hash table */
144 uInt hash_bits; /* log2(hash_size) */
145 uInt hash_mask; /* hash_size-1 */
147 uInt hash_shift;
159 uInt match_length; /* length of best match */
162 uInt strstart; /* start of string to insert */
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.h115 uInt w_size; /* LZ77 window size (32K by default) */
116 uInt w_bits; /* log2(w_size) (8..16) */
117 uInt w_mask; /* w_size - 1 */
142 uInt ins_h; /* hash index of string to be inserted */
143 uInt hash_size; /* number of elements in hash table */
144 uInt hash_bits; /* log2(hash_size) */
145 uInt hash_mask; /* hash_size-1 */
147 uInt hash_shift;
159 uInt match_length; /* length of best match */
162 uInt strstart; /* start of string to insert */
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.h115 uInt w_size; /* LZ77 window size (32K by default) */
116 uInt w_bits; /* log2(w_size) (8..16) */
117 uInt w_mask; /* w_size - 1 */
142 uInt ins_h; /* hash index of string to be inserted */
143 uInt hash_size; /* number of elements in hash table */
144 uInt hash_bits; /* log2(hash_size) */
145 uInt hash_mask; /* hash_size-1 */
147 uInt hash_shift;
159 uInt match_length; /* length of best match */
162 uInt strstart; /* start of string to insert */
[all …]
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.h115 uInt w_size; /* LZ77 window size (32K by default) */
116 uInt w_bits; /* log2(w_size) (8..16) */
117 uInt w_mask; /* w_size - 1 */
142 uInt ins_h; /* hash index of string to be inserted */
143 uInt hash_size; /* number of elements in hash table */
144 uInt hash_bits; /* log2(hash_size) */
145 uInt hash_mask; /* hash_size-1 */
147 uInt hash_shift;
159 uInt match_length; /* length of best match */
162 uInt strstart; /* start of string to insert */
[all …]
/third_party/skia/third_party/externals/zlib/
Ddeflate.h115 uInt w_size; /* LZ77 window size (32K by default) */
116 uInt w_bits; /* log2(w_size) (8..16) */
117 uInt w_mask; /* w_size - 1 */
142 uInt ins_h; /* hash index of string to be inserted */
143 uInt hash_size; /* number of elements in hash table */
144 uInt hash_bits; /* log2(hash_size) */
145 uInt hash_mask; /* hash_size-1 */
147 uInt hash_shift;
159 uInt match_length; /* length of best match */
162 uInt strstart; /* start of string to insert */
[all …]
/third_party/node/deps/zlib/
Ddeflate.h115 uInt w_size; /* LZ77 window size (32K by default) */
116 uInt w_bits; /* log2(w_size) (8..16) */
117 uInt w_mask; /* w_size - 1 */
142 uInt ins_h; /* hash index of string to be inserted */
143 uInt hash_size; /* number of elements in hash table */
144 uInt hash_bits; /* log2(hash_size) */
145 uInt hash_mask; /* hash_size-1 */
147 uInt hash_shift;
159 uInt match_length; /* length of best match */
162 uInt strstart; /* start of string to insert */
[all …]
/third_party/zlib/contrib/minizip/
Dzip.h156 uInt size_extrafield_local,
158 uInt size_extrafield_global,
167 uInt size_extrafield_local,
169 uInt size_extrafield_global,
196 uInt size_extrafield_local,
198 uInt size_extrafield_global,
209 uInt size_extrafield_local,
211 uInt size_extrafield_global,
225 uInt size_extrafield_local,
227 uInt size_extrafield_global,
[all …]
/third_party/icu/icu4c/source/i18n/
DdecNumberLocal.h77 #define uInt uint32_t macro
100 uInt u0, u1, v0, v1, w0, w1, w2, t; \
145 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
287 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
323 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
324 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
400 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
405 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
480 uInt sourhi=DFWORD(df, 0); \
485 uInt sourhi=DFWWORD(df, 0); \
[all …]
/third_party/node/deps/icu-small/source/i18n/
DdecNumberLocal.h77 #define uInt uint32_t macro
100 uInt u0, u1, v0, v1, w0, w1, w2, t; \
145 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
287 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
323 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
324 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
400 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
405 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
480 uInt sourhi=DFWORD(df, 0); \
485 uInt sourhi=DFWWORD(df, 0); \
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumberLocal.h77 #define uInt uint32_t macro
100 uInt u0, u1, v0, v1, w0, w1, w2, t; \
145 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
287 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
323 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
324 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
400 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
405 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
480 uInt sourhi=DFWORD(df, 0); \
485 uInt sourhi=DFWWORD(df, 0); \
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumberLocal.h77 #define uInt uint32_t macro
100 uInt u0, u1, v0, v1, w0, w1, w2, t; \
145 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
285 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
321 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
322 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
398 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
403 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
478 uInt sourhi=DFWORD(df, 0); \
483 uInt sourhi=DFWWORD(df, 0); \
[all …]

12345678910>>...12