Home
last modified time | relevance | path

Searched refs:uInt (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h114 uInt w_bits; /* log2(w_size) (8..16) */
115 uInt w_mask; /* w_size - 1 */
142 uInt hash_bits; /* log2(hash_size) */
143 uInt hash_mask; /* hash_size-1 */
145 uInt hash_shift;
164 uInt prev_length;
169 uInt max_chain_length;
175 uInt max_lazy_match;
189 uInt good_match;
220 uInt lit_bufsize;
[all …]
H A Dzutil.c35 switch ((int)(sizeof(uInt))) { in zlibCompileFlags()
149 uInt len;
160 uInt len;
162 uInt j;
172 uInt len;
277 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
297 extern voidp malloc OF((uInt size));
298 extern voidp calloc OF((uInt items, uInt size));
305 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : in zcalloc()
H A Dzlib.h81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
88 uInt avail_in; /* number of bytes available at next_in */
92 uInt avail_out; /* remaining free space at next_out */
120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
121 uInt extra_max; /* space at extra (only when reading header) */
123 uInt name_max; /* space at name (only when reading header) */
125 uInt comm_max; /* space at comment (only when reading header) */
612 uInt dictLength));
656 uInt *dictLength));
888 uInt dictLength));
[all …]
H A Ddeflate.c207 uInt wsize = s->w_size;
417 uInt dictLength;
420 uInt str, n;
486 uInt *dictLength;
489 uInt len;
757 uInt b;
858 uInt level_flags;
1290 uInt wmask = s->w_mask;
1413 if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
1473 return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead;
[all …]
H A Dzutil.h232 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
233 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
234 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
H A Dzconf.h177 # define uInt z_uInt macro
418 typedef unsigned int uInt; /* 16 bits or more */ typedef
429 typedef uInt FAR uIntf;
H A Dgzguts.h122 extern voidp malloc OF((uInt size));
H A Dadler32.c129 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
H A Dinflate.c248 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR; in inflatePrime()
251 state->bits += (uInt)bits; in inflatePrime()
1296 uInt *dictLength) in inflateGetDictionary()
1317 uInt dictLength) in inflateSetDictionary()
H A Dinfback.c60 state->wbits = (uInt)windowBits; in inflateBackInit_()
H A Dcrc32.c1053 uInt len) in crc32()
H A DChangeLog1476 - allow renaming of Byte, uInt, etc... with #define
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c952 uInt n;
1450 local uInt
1615 local uInt
3742 uInt b;
4116 uInt, uInt,
4322 uInt w;
4643 uInt n;
5249 uInt,
5250 uInt,
5546 uInt n;
[all …]
H A Dzlib.h122 #define uInt z_uInt macro
305 typedef unsigned int uInt; /* 16 bits or more */ typedef
316 typedef uInt FAR uIntf;
397 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
404 uInt avail_in; /* number of bytes available at next_in */
408 uInt avail_out; /* remaining free space at next_out */
800 const Bytef *dictionary, uInt dictLength));
933 const Bytef *dictionary, uInt dictLength));
1131 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
H A Dinffixed.h25 local const uInt fixed_bl = 9;
26 local const uInt fixed_bd = 5;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c699 uInt b;
2715 uInt, uInt,
2863 uInt b;
3151 uInt,
3152 uInt,
3243 uInt w;
4003 uInt n;
4110 uInt len;
4133 uInt bl, bd; in inflate_codes_new()
4337 uInt n;
[all …]
H A Dzlib.h114 typedef unsigned int uInt; /* 16 bits or more */ typedef
120 typedef uInt FAR uIntf;
154 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
161 uInt avail_in; /* number of bytes available at next_in */
165 uInt avail_out; /* remaining free space at next_out */
610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c500 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
822 uInt len;
833 uInt len;
835 uInt j;
845 uInt len;
967 extern voidp calloc OF((uInt items, uInt size));
1164 uInt len;
1351 uInt hash_shift;
1395 uInt good_match;
3391 uInt dictLength;
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c119 uInt len; in check_header()
141 len = (uInt)get_byte(zf, &zf->zf_dataoffset); in check_header()
142 len += ((uInt)get_byte(zf, &zf->zf_dataoffset))<<8; in check_header()