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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32c.c26 uInt longest_match_c(
31 uInt longest_match_7fff(
35 uInt longest_match_686(
40 static uInt iIsPPro=2;
47 uInt longest_match(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32c.c26 uInt longest_match_c(
31 uInt longest_match_7fff(
35 uInt longest_match_686(
40 static uInt iIsPPro=2;
47 uInt longest_match(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dzip.h89 uInt tm_sec; /* seconds after the minute - [0,59] */
90 uInt tm_min; /* minutes after the hour - [0,59] */
91 uInt tm_hour; /* hours since midnight - [0,23] */
92 uInt tm_mday; /* day of the month - [1,31] */
93 uInt tm_mon; /* months since January - [0,11] */
94 uInt tm_year; /* years - [1980..2044] */
143 uInt size_extrafield_local,
145 uInt size_extrafield_global,
167 uInt size_extrafield_local,
169 uInt size_extrafield_globa
[all...]
H A Dunzip.h82 uInt tm_sec; /* seconds after the minute - [0,59] */
83 uInt tm_min; /* minutes after the hour - [0,59] */
84 uInt tm_hour; /* hours since midnight - [0,23] */
85 uInt tm_mday; /* day of the month - [1,31] */
86 uInt tm_mon; /* months since January - [0,11] */
87 uInt tm_year; /* years - [1980..2044] */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.h89 uInt tm_sec; /* seconds after the minute - [0,59] */
90 uInt tm_min; /* minutes after the hour - [0,59] */
91 uInt tm_hour; /* hours since midnight - [0,23] */
92 uInt tm_mday; /* day of the month - [1,31] */
93 uInt tm_mon; /* months since January - [0,11] */
94 uInt tm_year; /* years - [1980..2044] */
143 uInt size_extrafield_local,
145 uInt size_extrafield_global,
167 uInt size_extrafield_local,
169 uInt size_extrafield_globa
[all...]
H A Dunzip.h82 uInt tm_sec; /* seconds after the minute - [0,59] */
83 uInt tm_min; /* minutes after the hour - [0,59] */
84 uInt tm_hour; /* hours since midnight - [0,23] */
85 uInt tm_mday; /* day of the month - [1,31] */
86 uInt tm_mon; /* months since January - [0,11] */
87 uInt tm_year; /* years - [1980..2044] */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h85 uInt w_size; /* LZ77 window size (32K by default) */
86 uInt w_bits; /* log2(w_size) (8..16) */
87 uInt w_mask; /* w_size - 1 */
112 uInt ins_h; /* hash index of string to be inserted */
113 uInt hash_size; /* number of elements in hash table */
114 uInt hash_bits; /* log2(hash_size) */
115 uInt hash_mask; /* hash_size-1 */
117 uInt hash_shift;
129 uInt match_length; /* length of best match */
132 uInt strstar
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dzconf.h53 typedef unsigned int uInt; /* 16 bits or more */ typedef
H A Dzlib.h86 uInt avail_in; /* number of bytes available at next_in */
90 uInt avail_out; /* remaining free space at next_out */
620 uInt dictLength);
H A Dzutil.h48 uInt len);
80 uInt len)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
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 (sizeof(uInt)) {
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) :
H A Duncompr.c36 stream.avail_in = (uInt)sourceLen;
41 stream.avail_out = (uInt)*destLen;
H A Dzlib.h77 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 dictLengt
[all...]
H A Dcompress.c33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
H A Dexample.c263 c_stream.avail_out = (uInt)comprLen;
269 c_stream.avail_in = (uInt)uncomprLen;
280 c_stream.avail_in = (uInt)comprLen/2;
287 c_stream.avail_in = (uInt)uncomprLen;
317 d_stream.avail_in = (uInt)comprLen;
324 d_stream.avail_out = (uInt)uncomprLen;
350 uInt len = (uInt)strlen(hello)+1;
362 c_stream.avail_out = (uInt)*comprLen;
402 d_stream.avail_out = (uInt)uncomprLe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
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 (sizeof(uInt)) {
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) :
H A Duncompr.c36 stream.avail_in = (uInt)sourceLen;
41 stream.avail_out = (uInt)*destLen;
H A Dzlib.h77 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 dictLengt
[all...]
H A Dcompress.c33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h114 typedef unsigned int uInt; /* 16 bits or more */ typedef
120 typedef uInt FAR uIntf;
154 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
161 uInt avail_in; /* number of bytes available at next_in */
165 uInt avail_out; /* remaining free space at next_out */
610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
H A Dzlib.c121 typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len));
230 uInt w_size; /* LZ77 window size (32K by default) */
231 uInt w_bits; /* log2(w_size) (8..16) */
232 uInt w_mask; /* w_size - 1 */
257 uInt ins_h; /* hash index of string to be inserted */
258 uInt hash_size; /* number of elements in hash table */
259 uInt hash_bits; /* log2(hash_size) */
260 uInt hash_mask; /* hash_size-1 */
262 uInt hash_shift;
274 uInt match_lengt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h95 # define uInt z_uInt macro
210 typedef unsigned int uInt; /* 16 bits or more */ typedef
221 typedef uInt FAR uIntf;
270 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
277 uInt avail_in; /* number of bytes available at next_in */
281 uInt avail_out; /* remaining free space at next_out */
647 uInt dictLength));
770 uInt dictLength));
941 extern uLong EXPORT adler32 OF((uLong adler, const Bytef *buf, uInt le
[all...]
H A Dzlib.c218 extern void zmemcpy OF((Bytef* dest, Bytef* source, uInt len));
219 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
220 extern void zmemzero OF((Bytef* dest, uInt len));
246 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
355 uInt w_size; /* LZ77 window size (32K by default) */
356 uInt w_bits; /* log2(w_size) (8..16) */
357 uInt w_mask; /* w_size - 1 */
382 uInt ins_h; /* hash index of string to be inserted */
383 uInt hash_size; /* number of elements in hash table */
384 uInt hash_bit
[all...]

Completed in 212 milliseconds

123