/kernel/linux/linux-5.10/include/linux/ |
H A D | zutil.h | 48 uInt len); 80 uInt len) in zlib_adler32()
|
H A D | zconf.h | 53 typedef unsigned int uInt; /* 16 bits or more */ typedef
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | zutil.h | 48 uInt len); 80 uInt len) in zlib_adler32()
|
H A D | zconf.h | 53 typedef unsigned int uInt; /* 16 bits or more */ typedef
|
/third_party/ffmpeg/libavcodec/ |
H A D | zlib_wrapper.c | 30 static void *alloc_wrapper(void *opaque, uInt items, uInt size) in alloc_wrapper()
|
/third_party/node/deps/zlib/ |
H A D | slide_hash_simd.h | 72 Posf *head, Posf *prev, const uInt w_size, const uInt hash_size) { in slide_hash_simd()
|
H A D | zutil.h | 250 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 D | zconf.h | 169 # 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 D | zlib_bench.cc | 142 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 D | zutil.h | 239 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 D | zconf.h | 121 # 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 D | zutil.h | 238 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 D | fill_window_sse.c | 41 uInt wsize = s->w_size; in fill_window_sse() 130 uInt str = s->strstart; in fill_window_sse()
|
H A D | zconf.h | 166 # 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 D | zutil.h | 246 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 D | fill_window_sse.c | 41 uInt wsize = s->w_size; in fill_window_sse() 130 uInt str = s->strstart; in fill_window_sse()
|
H A D | zconf.h | 166 # 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 D | zutil.h | 214 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 D | zconf.h | 157 # 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 D | infblock.h | 20 uInt w)); /* window size */
|
H A D | ftgzip.c | 125 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 D | pngstruct.h | 47 /* 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 D | extension-permessage-deflate.c | 257 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 D | fakepng.c | 23 put_chunk(const unsigned char *chunk, uInt length) in put_chunk()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_checksum/ |
H A D | checksum_n_exporter.cpp | 215 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()
|