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

1234

/macosx-10.10/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dcomp.h67 typedef unsigned uInt; typedef
76 uInt spaceused;
89 comp_error_status comp_add_data(COMP_CTX* ctx,Bytef* inp,uInt inplen);
H A Dcomp.c49 __unused uInt inplen )
112 comp_error_status comp_add_data(COMP_CTX* ctx,Bytef* inp,uInt inplen)
114 uInt shifts;
115 uInt blocksize;
133 shifts = (uInt)ceil((inplen+ctx->spaceused-BUFSIZE)/(float)SHIFTSIZE);
/macosx-10.10/zlib-55/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...]
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.h103 uInt pending; /* nb of bytes in the pending buffer */
106 uInt gzindex; /* where in extra, name, or comment */
112 uInt w_size; /* LZ77 window size (32K by default) */
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
139 uInt ins_h; /* hash index of string to be inserted */
140 uInt hash_size; /* number of elements in hash table */
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
144 uInt hash_shif
[all...]
H A Dzutil.c37 switch ((int)(sizeof(uInt))) {
132 uInt len;
143 uInt len;
145 uInt j;
155 uInt len;
256 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
276 extern voidp malloc OF((uInt size));
277 extern voidp calloc OF((uInt items, uInt siz
[all...]
H A Duncompr.c34 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
H A Dcompress.c33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
/macosx-10.10/rsync-45/rsync/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 (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 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) */
541 uInt dictLength));
739 uInt dictLengt
[all...]
H A Dcompress.c33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h127 uInt pending; /* nb of bytes in the pending buffer */
130 uInt gzindex; /* where in extra, name, or comment */
136 uInt w_size; /* LZ77 window size (32K by default) */
137 uInt w_bits; /* log2(w_size) (8..16) */
138 uInt w_mask; /* w_size - 1 */
163 uInt ins_h; /* hash index of string to be inserted */
164 uInt hash_size; /* number of elements in hash table */
165 uInt hash_bits; /* log2(hash_size) */
166 uInt hash_mask; /* hash_size-1 */
168 uInt hash_shif
[all...]
H A Dzutil.c64 switch (sizeof(uInt)) {
179 uInt len;
190 uInt len;
192 uInt j;
202 uInt len;
323 extern voidp malloc OF((uInt size));
324 extern voidp calloc OF((uInt items, uInt size));
334 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
H A Dcompress.c64 stream.avail_in = (uInt)sourceLen;
70 stream.avail_out = (uInt)*destLen;
H A Duncompr.c67 stream.avail_in = (uInt)sourceLen;
72 stream.avail_out = (uInt)*destLen;
/macosx-10.10/zlib-55/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 Duncompr.c34 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
H A Dzutil.c37 switch ((int)(sizeof(uInt))) {
152 uInt len;
163 uInt len;
165 uInt j;
175 uInt len;
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
295 extern voidp malloc OF((uInt size));
296 extern voidp calloc OF((uInt items, uInt siz
[all...]
H A Dcompress.c33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.h136 typedef unsigned int uInt; /* 16 bits or more */ typedef
142 typedef uInt FAR uIntf;
176 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
177 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
183 uInt avail_in; /* number of bytes available at next_in */
187 uInt avail_out; /* remaining free space at next_out */
632 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
H A Dzlib.c143 typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len));
252 uInt w_size; /* LZ77 window size (32K by default) */
253 uInt w_bits; /* log2(w_size) (8..16) */
254 uInt w_mask; /* w_size - 1 */
279 uInt ins_h; /* hash index of string to be inserted */
280 uInt hash_size; /* number of elements in hash table */
281 uInt hash_bits; /* log2(hash_size) */
282 uInt hash_mask; /* hash_size-1 */
284 uInt hash_shift;
296 uInt match_lengt
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A DdecContext.c45 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) {
140 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) {
157 uInt newstatus, uInt mask) {
173 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) {
202 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) {
320 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusQuiet(decContext *context, uInt status) {
373 uInt dle=(uInt)DECLITEN
[all...]
H A DdecNumberLocal.h74 #define uInt uint32_t macro
97 uInt u0, u1, v0, v1, w0, w1, w2, t; \
116 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
120 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
124 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
142 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
282 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
318 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
319 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
389 /* Macros to test if a certain 10 bits of a uInt o
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h104 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
111 uInt avail_in; /* number of bytes available at next_in */
115 uInt avail_out; /* remaining free space at next_out */
142 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
143 uInt extra_max; /* space at extra (only when reading header) */
145 uInt name_max; /* space at name (only when reading header) */
147 uInt comm_max; /* space at comment (only when reading header) */
569 uInt dictLength));
767 uInt dictLengt
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
70 uInt avail_in; /* number of bytes available at next_in */
74 uInt avail_out; /* remaining free space at next_out */
446 uInt dictLength));
555 uInt dictLength));
821 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
838 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));

Completed in 131 milliseconds

1234