Home
last modified time | relevance | path

Searched refs:uInt (Results 1 - 25 of 157) sorted by relevance

1234567

/third_party/skia/third_party/externals/freetype/src/gzip/
H A 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 *h in huft_build()
[all...]
H A 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 in inflate_codes()
[all...]
H A 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_mas
[all...]
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A 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_globa
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A 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_globa
[all...]
/third_party/node/deps/zlib/
H A Ddeflate.h119 uInt w_size; /* LZ77 window size (32K by default) */
120 uInt w_bits; /* log2(w_size) (8..16) */
121 uInt w_mask; /* w_size - 1 */
146 uInt ins_h; /* hash index of string to be inserted */
147 uInt hash_size; /* number of elements in hash table */
148 uInt hash_bits; /* log2(hash_size) */
149 uInt hash_mask; /* hash_size-1 */
151 uInt hash_shift;
163 uInt match_length; /* length of best match */
166 uInt strstar
[all...]
H A Dzutil.c35 switch ((int)(sizeof(uInt))) { in zlibCompileFlags()
145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy()
152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp()
153 uInt j; in zmemcmp()
161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) { in zmemzero()
263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc()
281 extern voidp malloc(uInt size);
282 extern voidp calloc(uInt items, uInt siz
[all...]
/third_party/libwebsockets/win32port/zlib/
H A 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_shif
[all...]
H A Dzutil.c37 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 siz
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A 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 strstar
[all...]
H A Dzutil.c37 switch ((int)(sizeof(uInt))) { in zlibCompileFlags()
152 uInt len;
163 uInt len;
165 uInt j;
175 uInt len;
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
300 extern voidp malloc OF((uInt size));
301 extern voidp calloc OF((uInt items, uInt siz
[all...]
/third_party/skia/third_party/externals/zlib/
H A 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 strstar
[all...]
H A Dzutil.c37 switch ((int)(sizeof(uInt))) { in zlibCompileFlags()
152 uInt len;
163 uInt len;
165 uInt j;
175 uInt len;
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
300 extern voidp malloc OF((uInt size));
301 extern voidp calloc OF((uInt items, uInt siz
[all...]
/third_party/zlib/
H A Ddeflate.h119 uInt w_size; /* LZ77 window size (32K by default) */
120 uInt w_bits; /* log2(w_size) (8..16) */
121 uInt w_mask; /* w_size - 1 */
146 uInt ins_h; /* hash index of string to be inserted */
147 uInt hash_size; /* number of elements in hash table */
148 uInt hash_bits; /* log2(hash_size) */
149 uInt hash_mask; /* hash_size-1 */
151 uInt hash_shift;
163 uInt match_length; /* length of best match */
166 uInt strstar
[all...]
H A Dzutil.c37 switch ((int)(sizeof(uInt))) { in zlibCompileFlags()
149 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) in zmemcpy()
157 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp()
159 uInt j; in zmemcmp()
167 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) in zmemzero()
272 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) in zcalloc()
292 extern voidp malloc(uInt size);
293 extern voidp calloc(uInt items, uInt siz
[all...]
/third_party/zlib/contrib/minizip/
H A 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_globa
[all...]
/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddefutil.h87 uInt w_size; /* LZ77 window size (32K by default) */
88 uInt w_bits; /* log2(w_size) (8..16) */
89 uInt w_mask; /* w_size - 1 */
114 uInt ins_h; /* hash index of string to be inserted */
115 uInt hash_size; /* number of elements in hash table */
116 uInt hash_bits; /* log2(hash_size) */
117 uInt hash_mask; /* hash_size-1 */
119 uInt hash_shift;
131 uInt match_length; /* length of best match */
134 uInt strstar
[all...]
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddefutil.h87 uInt w_size; /* LZ77 window size (32K by default) */
88 uInt w_bits; /* log2(w_size) (8..16) */
89 uInt w_mask; /* w_size - 1 */
114 uInt ins_h; /* hash index of string to be inserted */
115 uInt hash_size; /* number of elements in hash table */
116 uInt hash_bits; /* log2(hash_size) */
117 uInt hash_mask; /* hash_size-1 */
119 uInt hash_shift;
131 uInt match_length; /* length of best match */
134 uInt strstar
[all...]
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp129 compr = static_cast<Byte*>(calloc(static_cast<uInt>(comprLen), CALLOC_SIZE)); in HWTEST_F()
130 uncompr = static_cast<Byte*>(calloc(static_cast<uInt>(uncomprLen), CALLOC_SIZE)); in HWTEST_F()
182 compr = static_cast<Byte*>(calloc(static_cast<uInt>(comprLen), CALLOC_SIZE)); in HWTEST_F()
183 uncompr = static_cast<Byte*>(calloc(static_cast<uInt>(uncomprLen), CALLOC_SIZE)); in HWTEST_F()
213 compr = static_cast<Byte*>(calloc(static_cast<uInt>(comprLen), CALLOC_SIZE)); in HWTEST_F()
262 compr = static_cast<Byte*>(calloc(static_cast<uInt>(comprLen), CALLOC_SIZE)); in HWTEST_F()
263 uncompr = static_cast<Byte*>(calloc(static_cast<uInt>(uncomprLen), CALLOC_SIZE)); in HWTEST_F()
304 compr = static_cast<Byte*>(calloc(static_cast<uInt>(comprLen), CALLOC_SIZE)); in HWTEST_F()
305 uncompr = static_cast<Byte*>(calloc(static_cast<uInt>(uncomprLen), CALLOC_SIZE)); in HWTEST_F()
319 c_stream.avail_out = static_cast<uInt>(comprLe in HWTEST_F()
[all...]
/third_party/icu/icu4c/source/i18n/
H A DdecContext.cpp47 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus()
142 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus()
159 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus()
175 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus()
204 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus()
322 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusQuiet(decContext *context, uInt status) { in uprv_decContextSetStatusQuiet()
375 uInt dle=(uInt)DECLITEN
[all...]
H A DdecNumberLocal.h77 #define uInt uint32_t macro
100 uInt u0, u1, v0, v1, w0, w1, w2, t; \
119 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
123 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
127 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
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 */
394 /* Macros to test if a certain 10 bits of a uInt o
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecContext.cpp47 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus()
142 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus()
159 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus()
175 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus()
204 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus()
322 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusQuiet(decContext *context, uInt status) { in uprv_decContextSetStatusQuiet()
375 uInt dle=(uInt)DECLITEN
[all...]
H A DdecNumberLocal.h77 #define uInt uint32_t macro
100 uInt u0, u1, v0, v1, w0, w1, w2, t; \
119 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
123 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
127 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
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 */
394 /* Macros to test if a certain 10 bits of a uInt o
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecContext.cpp47 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus()
142 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus()
159 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus()
175 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus()
204 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus()
322 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusQuiet(decContext *context, uInt status) { in uprv_decContextSetStatusQuiet()
375 uInt dle=(uInt)DECLITEN
[all...]
H A DdecNumberLocal.h77 #define uInt uint32_t macro
100 uInt u0, u1, v0, v1, w0, w1, w2, t; \
119 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
123 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
127 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
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 */
394 /* Macros to test if a certain 10 bits of a uInt o
[all...]

Completed in 16 milliseconds

1234567