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

1234

/macosx-10.9.5/sudo-72/src/zlib/
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) */
586 uInt dictLength));
818 uInt dictLengt
[all...]
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...]
H A Dzutil.h212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
213 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
214 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/zlib.vc/
H A Dzconf.h49 # define uInt z_uInt macro
166 typedef unsigned int uInt; /* 16 bits or more */ typedef
177 typedef uInt FAR uIntf;
/macosx-10.9.5/zlib-53/zlib/
H A Dzlib.h85 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
92 uInt avail_in; /* number of bytes available at next_in */
96 uInt avail_out; /* remaining free space at next_out */
123 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
124 uInt extra_max; /* space at extra (only when reading header) */
126 uInt name_max; /* space at name (only when reading header) */
128 uInt comm_max; /* space at comment (only when reading header) */
585 uInt dictLength));
791 uInt dictLengt
[all...]
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...]
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));
314 uInt dictLength;
317 uInt length = dictLength;
318 uInt n;
550 uInt b;
655 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
656 uInt level_flags;
675 putShortMSB(s, (uInt)(str
[all...]
H A Dgzguts.h46 extern voidp malloc OF((uInt size));
H A Dzconf.h120 # define uInt z_uInt macro
335 typedef unsigned int uInt; /* 16 bits or more */ typedef
346 typedef uInt FAR uIntf;
H A Dzutil.h239 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
240 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
241 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
/macosx-10.9.5/curl-78.94.1/curl/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;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclDecls.h44 ZEXTERN uLong crc32(uLong crc, const Bytef *buf, uInt len);
46 ZEXTERN uLong adler32(uLong adler, const Bytef *buf, uInt len);
67 const Bytef *dict, uInt dictLength);
94 const Bytef *dict, uInt dictLength);
145 uLong (*crc32Ptr) (uLong crc, const Bytef *buf, uInt len); /* 2 */
146 uLong (*adler32Ptr) (uLong adler, const Bytef *buf, uInt len); /* 3 */
157 int (*deflateSetDictionaryPtr) (z_streamp stream, const Bytef *dict, uInt dictLength); /* 14 */
167 int (*inflateSetDictionaryPtr) (z_streamp stream, const Bytef *dict, uInt dictLength); /* 24 */
/macosx-10.9.5/zlib-53/zlib/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...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A DdecNumber.c223 static const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000,
230 #define ueInt uInt /* unsigned extended integer */
234 static const uInt multies[]={131073, 26215, 5243, 1049, 210};
236 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
248 decContext *, uByte, uInt *);
250 static uInt decCheckMath(const decNumber *, decContext *, uInt *);
251 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
255 Flag, uInt *);
257 Int *, uInt *);
[all...]
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
91 uInt longest_match OF((deflate_state *s, IPos cur_match));
93 local uInt longest_match OF((deflate_state *s, IPos cur_match));
96 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
320 uInt dictLength;
323 uInt length = dictLength;
324 uInt n;
522 uInt b;
627 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
628 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 Dzutil.h238 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
239 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
240 extern void zmemzero OF((Bytef* dest, uInt len));
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Ddeflate.c110 local void putShortMSB OF((deflate_state *s, uInt b));
116 uInt longest_match OF((deflate_state *s, IPos cur_match));
118 local uInt longest_match OF((deflate_state *s, IPos cur_match));
121 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
347 uInt dictLength;
350 uInt length = dictLength;
351 uInt n;
549 uInt b;
654 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
655 uInt level_flag
[all...]
H A Dgzio.c66 extern voidp malloc OF((uInt size));
294 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
320 uInt len;
330 len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file);
361 len = (uInt)get_byte(s);
362 len += ((uInt)get_byte(s))<<8;
456 uInt n = s->stream.avail_in;
468 (uInt)fread(next_out, 1, s->stream.avail_out, s->file);
479 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
497 s->crc = z_crc32(s->crc, start, (uInt)(
[all...]
H A Dzutil.h277 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
278 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
279 extern void zmemzero OF((Bytef* dest, uInt len));
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A Dzconf.h40 # define uInt z_uInt macro
216 typedef unsigned int uInt; /* 16 bits or more */ typedef
227 typedef uInt FAR uIntf;
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A Dzconf.h78 # define uInt z_uInt macro
290 typedef unsigned int uInt; /* 16 bits or more */ typedef
301 typedef uInt FAR uIntf;
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dratz.c390 typedef unsigned int uInt; /* 16 bits or more */ typedef
401 typedef uInt FAR uIntf;
495 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
502 uInt avail_in; /* number of bytes available at next_in */
506 uInt avail_out; /* remaining free space at next_out */
770 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
771 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
772 extern void zmemzero OF((Bytef* dest, uInt len));
817 uInt le
[all...]

Completed in 195 milliseconds

1234