Searched refs:uInt (Results 51 - 75 of 144) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcontent_encoding.c95 uInt nread = z->avail_in;
187 z->avail_in = (uInt)nread;
309 z->avail_in = (uInt)nread;
340 z->avail_in = (uInt)(nread - hlen);
352 z->avail_in = (uInt)nread;
376 z->avail_in += (uInt)nread;
391 z->avail_in = (uInt)(z->avail_in - hlen);
412 z->avail_in = (uInt)nread;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dunzip.h86 uInt tm_sec; /* seconds after the minute - [0,59] */
87 uInt tm_min; /* minutes after the hour - [0,59] */
88 uInt tm_hour; /* hours since midnight - [0,23] */
89 uInt tm_mday; /* day of the month - [1,31] */
90 uInt tm_mon; /* months since January - [0,11] */
91 uInt tm_year; /* years - [1980..2044] */
H A Dzip.c138 uInt pos_in_buffered_data; /* last written byte in buffered_data */
245 uInt copy_this;
246 uInt i;
259 copy_this = (uInt)ldi->avail_in_this_block;
261 copy_this = (uInt)len;
958 int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local)
962 uInt size_filename = (uInt)strlen(filename);
963 uInt size_extrafield = size_extrafield_local;
1056 const void* extrafield_local, uInt size_extrafield_loca
[all...]
H A Dunzip.c147 uInt size_local_extrafield;/* size of the local extra field */
856 ptm->tm_mday = (uInt)(uDate&0x1f) ;
857 ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ;
858 ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ;
860 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800);
861 ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ;
862 ptm->tm_sec = (uInt) (2*(ulDosDate&0x1f)) ;
1385 local int unz64local_CheckCurrentFileCoherencyHeader (unz64_s* s, uInt* piSizeVar,
1387 uInt * psize_local_extrafield)
1455 *piSizeVar += (uInt)size_filenam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dunzip.h86 uInt tm_sec; /* seconds after the minute - [0,59] */
87 uInt tm_min; /* minutes after the hour - [0,59] */
88 uInt tm_hour; /* hours since midnight - [0,23] */
89 uInt tm_mday; /* day of the month - [1,31] */
90 uInt tm_mon; /* months since January - [0,11] */
91 uInt tm_year; /* years - [1980..2044] */
H A Dzip.c138 uInt pos_in_buffered_data; /* last written byte in buffered_data */
245 uInt copy_this;
246 uInt i;
259 copy_this = (uInt)ldi->avail_in_this_block;
261 copy_this = (uInt)len;
958 int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local)
962 uInt size_filename = (uInt)strlen(filename);
963 uInt size_extrafield = size_extrafield_local;
1056 const void* extrafield_local, uInt size_extrafield_loca
[all...]
H A Dunzip.c147 uInt size_local_extrafield;/* size of the local extra field */
856 ptm->tm_mday = (uInt)(uDate&0x1f) ;
857 ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ;
858 ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ;
860 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800);
861 ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ;
862 ptm->tm_sec = (uInt) (2*(ulDosDate&0x1f)) ;
1385 local int unz64local_CheckCurrentFileCoherencyHeader (unz64_s* s, uInt* piSizeVar,
1387 uInt * psize_local_extrafield)
1455 *piSizeVar += (uInt)size_filenam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dunzip.c111 uInt size_local_extrafield;/* size of the local extra field */
554 ptm->tm_mday = (uInt)(uDate&0x1f) ;
555 ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ;
556 ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ;
558 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800);
559 ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ;
560 ptm->tm_sec = (uInt) (2*(ulDosDate&0x1f)) ;
961 uInt* piSizeVar;
963 uInt *psize_local_extrafield;
1030 *piSizeVar += (uInt)size_filenam
[all...]
H A Dzip.c117 uInt pos_in_buffered_data; /* last written byte in buffered_data */
223 uInt copy_this;
224 uInt i;
237 copy_this = (uInt)ldi->avail_in_this_block;
239 copy_this = (uInt)len;
700 uInt size_extrafield_local;
702 uInt size_extrafield_global;
714 uInt size_filename;
715 uInt size_comment;
716 uInt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dunzip.c111 uInt size_local_extrafield;/* size of the local extra field */
554 ptm->tm_mday = (uInt)(uDate&0x1f) ;
555 ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ;
556 ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ;
558 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800);
559 ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ;
560 ptm->tm_sec = (uInt) (2*(ulDosDate&0x1f)) ;
961 uInt* piSizeVar;
963 uInt *psize_local_extrafield;
1030 *piSizeVar += (uInt)size_filenam
[all...]
H A Dzip.c117 uInt pos_in_buffered_data; /* last written byte in buffered_data */
223 uInt copy_this;
224 uInt i;
237 copy_this = (uInt)ldi->avail_in_this_block;
239 copy_this = (uInt)len;
700 uInt size_extrafield_local;
702 uInt size_extrafield_global;
714 uInt size_filename;
715 uInt size_comment;
716 uInt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c83 local void putShortMSB OF((deflate_state *s, uInt b));
89 uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local uInt longest_match OF((deflate_state *s, IPos cur_match));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
318 uInt dictLength;
321 uInt length = dictLength;
322 uInt n;
520 uInt b;
625 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
626 uInt level_flag
[all...]
H A Dzconf.h51 # define uInt z_uInt macro
263 typedef unsigned int uInt; /* 16 bits or more */ typedef
274 typedef uInt FAR uIntf;
H A Dgzio.c39 extern voidp malloc OF((uInt size));
267 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
293 uInt len;
303 len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file);
334 len = (uInt)get_byte(s);
335 len += ((uInt)get_byte(s))<<8;
429 uInt n = s->stream.avail_in;
441 (uInt)fread(next_out, 1, s->stream.avail_out, s->file);
452 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
470 s->crc = crc32(s->crc, start, (uInt)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c83 local void putShortMSB OF((deflate_state *s, uInt b));
89 uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local uInt longest_match OF((deflate_state *s, IPos cur_match));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
318 uInt dictLength;
321 uInt length = dictLength;
322 uInt n;
520 uInt b;
625 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
626 uInt level_flag
[all...]
H A Dzconf.h51 # define uInt z_uInt macro
263 typedef unsigned int uInt; /* 16 bits or more */ typedef
274 typedef uInt FAR uIntf;
H A Dzconf.in.h51 # define uInt z_uInt macro
263 typedef unsigned int uInt; /* 16 bits or more */ typedef
274 typedef uInt FAR uIntf;
H A Dgzio.c39 extern voidp malloc OF((uInt size));
267 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
293 uInt len;
303 len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file);
334 len = (uInt)get_byte(s);
335 len += ((uInt)get_byte(s))<<8;
429 uInt n = s->stream.avail_in;
441 (uInt)fread(next_out, 1, s->stream.avail_out, s->file);
452 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
470 s->crc = crc32(s->crc, start, (uInt)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c83 local void putShortMSB OF((deflate_state *s, uInt b));
89 uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local uInt longest_match OF((deflate_state *s, IPos cur_match));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
318 uInt dictLength;
321 uInt length = dictLength;
322 uInt n;
520 uInt b;
625 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
626 uInt level_flag
[all...]
H A Dzconf.h51 # define uInt z_uInt macro
263 typedef unsigned int uInt; /* 16 bits or more */ typedef
274 typedef uInt FAR uIntf;
H A Dzconf.in.h51 # define uInt z_uInt macro
263 typedef unsigned int uInt; /* 16 bits or more */ typedef
274 typedef uInt FAR uIntf;
H A Dgzio.c39 extern voidp malloc OF((uInt size));
267 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
293 uInt len;
303 len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file);
334 len = (uInt)get_byte(s);
335 len += ((uInt)get_byte(s))<<8;
429 uInt n = s->stream.avail_in;
441 (uInt)fread(next_out, 1, s->stream.avail_out, s->file);
452 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
470 s->crc = crc32(s->crc, start, (uInt)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
326 uInt dictLength;
329 uInt str, n;
630 uInt b;
738 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
739 uInt level_flags;
758 putShortMSB(s, (uInt)(strm->adler >> 16));
759 putShortMSB(s, (uInt)(str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeflate.c74 static void putShortMSB (deflate_state *s, uInt b);
77 static uInt longest_match (deflate_state *s, IPos cur_match);
278 uInt b
342 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
343 uInt level_flags = (s->level-1) >> 1;
355 putShortMSB(s, (uInt)(strm->adler >> 16));
356 putShortMSB(s, (uInt)(strm->adler & 0xffff));
442 putShortMSB(s, (uInt)(strm->adler >> 16));
443 putShortMSB(s, (uInt)(strm->adler & 0xffff));
546 static uInt longest_matc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
326 uInt dictLength;
329 uInt str, n;
628 uInt b;
736 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
737 uInt level_flags;
756 putShortMSB(s, (uInt)(strm->adler >> 16));
757 putShortMSB(s, (uInt)(str
[all...]

Completed in 170 milliseconds

123456