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

12

/openbsd-current/lib/libz/
H A Dzutil.h215 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
216 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
217 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
H A Dzconf.h155 # define uInt z_uInt macro
393 typedef unsigned int uInt; /* 16 bits or more */ typedef
404 typedef uInt FAR uIntf;
H A Dgzguts.h122 extern voidp malloc(uInt size);
H A Dadler32.c126 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) {
H A Dinflate.c235 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR;
238 state->bits += (uInt)bits;
1366 uInt *dictLength) {
1386 uInt dictLength) {
H A Dcrc32.c1014 uInt len) {
H A Dinfback.c57 state->wbits = (uInt)windowBits;
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
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));
H A Dzconf.h154 # define uInt Perl_crz_uInt macro
396 typedef unsigned int uInt; /* 16 bits or more */ typedef
407 typedef uInt FAR uIntf;
H A Dadler32.c137 uInt len)
H A Dinflate.c264 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR;
267 state->bits += (uInt)bits;
1321 uInt *dictLength)
1344 uInt dictLength)
H A Dinfback.c64 state->wbits = (uInt)windowBits;
H A Dcrc32.c1075 uInt len)
/openbsd-current/sys/lib/libz/
H A Dzutil.h228 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
229 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
230 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
H A Dzconf.h155 # define uInt z_uInt macro
393 typedef unsigned int uInt; /* 16 bits or more */ typedef
404 typedef uInt FAR uIntf;
H A Dadler32.c126 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) {
H A Dinflate.c235 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR;
238 state->bits += (uInt)bits;
1365 uInt *dictLength) {
1385 uInt dictLength) {
H A Dcrc32.c1014 uInt len) {
H A Dinfback.c57 state->wbits = (uInt)windowBits;
/openbsd-current/usr.bin/compress/
H A Dgzopen.c185 uInt len;
215 len = (uInt)get_byte(s);
216 len += ((uInt)get_byte(s))<<8;
298 (uInt)(s->z_stream.next_out - start));
325 (uInt)(s->z_stream.next_out - start));
H A Dzipopen.c358 (uInt)(s->z_stream.next_out - ubuf));
369 (uInt)(s->z_stream.next_out - ubuf));
/openbsd-current/gnu/gcc/libdecnumber/
H A DdecContext.c222 decContextSetStatus (decContext * context, uInt status)
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs956 #define Zip_adler32(buf, adler) CRZ_adler32(adler, buf, (uInt)len)
982 #define Zip_crc32(buf, crc, offset) CRZ_crc32(crc, buf+offset, (uInt)len-offset)
1210 uInt cur_length = NO_INIT
1211 uInt increment = NO_INIT
1212 uInt prefix = NO_INIT
1356 uInt cur_length = NO_INIT
1357 uInt increment = NO_INIT
1358 uInt prefix = NO_INIT
1656 uInt cur_length = 0;
1657 uInt prefix_lengt
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DCRC.cpp93 CRC = ::crc32(CRC, (const Bytef *)Slice.data(), (uInt)Slice.size());
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp568 stream.avail_in = (uInt)unescaped_content.size();

Completed in 467 milliseconds

12