Home
last modified time | relevance | path

Searched refs:uInt (Results 76 - 100 of 157) sorted by relevance

1234567

/kernel/linux/linux-5.10/include/linux/
H A Dzutil.h48 uInt len);
80 uInt len) in zlib_adler32()
H A Dzconf.h53 typedef unsigned int uInt; /* 16 bits or more */ typedef
/kernel/linux/linux-6.6/include/linux/
H A Dzutil.h48 uInt len);
80 uInt len) in zlib_adler32()
H A Dzconf.h53 typedef unsigned int uInt; /* 16 bits or more */ typedef
/third_party/ffmpeg/libavcodec/
H A Dzlib_wrapper.c30 static void *alloc_wrapper(void *opaque, uInt items, uInt size) in alloc_wrapper()
/third_party/node/deps/zlib/
H A Dslide_hash_simd.h72 Posf *head, Posf *prev, const uInt w_size, const uInt hash_size) { in slide_hash_simd()
H A Dzutil.h250 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
251 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
252 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
H A Dzconf.h169 # define uInt z_uInt macro
418 typedef unsigned int uInt; /* 16 bits or more */ typedef
429 typedef uInt FAR uIntf;
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc142 stream.avail_out = (uInt)output_size; in zlib_compress()
144 stream.avail_in = (uInt)input_size; in zlib_compress()
171 stream.avail_out = (uInt)output->size(); in zlib_uncompress()
173 stream.avail_in = (uInt)input.size(); in zlib_uncompress()
/third_party/libwebsockets/win32port/zlib/
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.h121 # define uInt z_uInt macro
336 typedef unsigned int uInt; /* 16 bits or more */ typedef
347 typedef uInt FAR uIntf;
/third_party/node/deps/v8/third_party/zlib/
H A Dzutil.h238 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
239 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
240 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
H A Dfill_window_sse.c41 uInt wsize = s->w_size; in fill_window_sse()
130 uInt str = s->strstart; in fill_window_sse()
H A Dzconf.h166 # define uInt z_uInt macro
408 typedef unsigned int uInt; /* 16 bits or more */ typedef
419 typedef uInt FAR uIntf;
/third_party/skia/third_party/externals/zlib/
H A Dzutil.h246 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
247 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
248 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
H A Dfill_window_sse.c41 uInt wsize = s->w_size; in fill_window_sse()
130 uInt str = s->strstart; in fill_window_sse()
H A Dzconf.h166 # define uInt z_uInt macro
408 typedef unsigned int uInt; /* 16 bits or more */ typedef
419 typedef uInt FAR uIntf;
/third_party/zlib/
H A Dzutil.h214 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
215 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
216 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
H A Dzconf.h157 # define uInt z_uInt macro
395 typedef unsigned int uInt; /* 16 bits or more */ typedef
406 typedef uInt FAR uIntf;
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfblock.h20 uInt w)); /* window size */
H A Dftgzip.c125 uInt items, in ft_gzip_alloc()
126 uInt size ) in ft_gzip_alloc()
745 stream.avail_in = (uInt)input_len; in FT_EXPORT_DEF()
748 stream.avail_out = (uInt)*output_len; in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/libpng/
H A Dpngstruct.h47 /* zlib.h declares a magic type 'uInt' that limits the amount of data that zlib
56 # define ZLIB_IO_MAX ((uInt)-1)
195 uInt zbuffer_size; /* size of the actual buffer */
476 uInt IDAT_read_size; /* limit on read buffer size for IDAT */
/third_party/libwebsockets/lib/roles/ws/ext/
H A Dextension-permessage-deflate.c257 priv->rx.avail_in = (uInt)pmdrx->eb_in.len; in lws_extension_callback_pm_deflate()
262 priv->rx.avail_out = (uInt)(1 << priv->args[PMD_RX_BUF_PWR2]); in lws_extension_callback_pm_deflate()
422 priv->tx.avail_in = (uInt)pmdrx->eb_in.len; in lws_extension_callback_pm_deflate()
427 priv->tx.avail_out = (uInt)(1 << priv->args[PMD_TX_BUF_PWR2]); in lws_extension_callback_pm_deflate()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dfakepng.c23 put_chunk(const unsigned char *chunk, uInt length) in put_chunk()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_checksum/
H A Dchecksum_n_exporter.cpp215 arg->adler = adler32(static_cast<uLong>(adler), reinterpret_cast<Bytef *>(buf), static_cast<uInt>(len)); in Adler32()
270 arg->adler = adler32_combine64(static_cast<uLong>(adler1), static_cast<uLong>(adler2), static_cast<uInt>(len)); in Adler32Combine()
272 arg->adler = adler32_combine(static_cast<uLong>(adler1), static_cast<uLong>(adler2), static_cast<uInt>(len)); in Adler32Combine()
327 arg->adler = adler32_combine(static_cast<uLong>(adler1), static_cast<uLong>(adler2), static_cast<uInt>(len)); in Adler32Combine64()
381 arg->adler = crc32(static_cast<uLong>(adler), reinterpret_cast<Bytef *>(buf), static_cast<uInt>(len)); in Crc32()
494 arg->adler = crc32_combine(static_cast<uLong>(adler1), static_cast<uLong>(adler2), static_cast<uInt>(len)); in Crc32Combine64()

Completed in 15 milliseconds

1234567