Searched refs:uInt (Results 26 - 50 of 144) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
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-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dcompress.c33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
H A Dzlib.h80 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) */
589 uInt dictLength));
821 uInt dictLengt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dcompress.c33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
H A Dzlib.h80 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) */
589 uInt dictLength));
821 uInt dictLengt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dexample.c294 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)uncomprLe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dexample.c294 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)uncomprLe
[all...]

Completed in 187 milliseconds

123456