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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/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.5.8/xnu-1228.15.4/libkern/libkern/
H A Dzlib.h109 typedef unsigned int uInt; /* 16 bits or more */ typedef
114 typedef uInt uIntf;
141 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
148 uInt avail_in; /* number of bytes available at next_in */
152 uInt avail_out; /* remaining free space at next_out */
516 uInt dictLength));
625 uInt dictLength));
675 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c258 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
259 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
260 extern void zmemzero OF((Bytef* dest, uInt len));
285 uInt len));
391 uInt w_size; /* LZ77 window size (32K by default) */
392 uInt w_bits; /* log2(w_size) (8..16) */
393 uInt w_mask; /* w_size - 1 */
418 uInt ins_h; /* hash index of string to be inserted */
419 uInt hash_size; /* number of elements in hash table */
420 uInt hash_bit
[all...]

Completed in 87 milliseconds