/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | infblock.c | 18 local const uInt border[] = { /* Order of the bit length code lengths */ 91 uInt w ) in inflate_blocks_new() 124 uInt t; /* temporary storage */ in inflate_blocks() 126 uInt k; /* bits in bit buffer */ in inflate_blocks() 128 uInt n; /* bytes available there */ in inflate_blocks() 130 uInt m; /* bytes to end of window or read pointer */ in inflate_blocks() 140 t = (uInt)b & 7; in inflate_blocks() 156 uInt bl, bd; in inflate_blocks() 194 s->sub.left = (uInt)b & 0xffff; in inflate_blocks() 218 s->sub.trees.table = t = (uInt) in inflate_blocks() [all...] |
H A D | inftrees.h | 25 uInt pad; /* pad structure to a power of 2 (4 bytes for */ 27 uInt base; /* literal, length base, distance base, 46 uInt, /* number of literal/length codes */ 47 uInt, /* number of distance codes */
|
H A D | zlib.h | 63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 70 uInt avail_in; /* number of bytes available at next_in */ 74 uInt avail_out; /* remaining free space at next_out */ 775 ZEXTERN(uLong) adler32 OF((uLong adler, const Bytef *buf, uInt len));
|
H A D | zutil.c | 20 uInt len; 31 uInt len; 33 uInt j; 43 uInt len; 160 extern voidp ft_scalloc OF((uInt items, uInt size));
|
H A D | infutil.c | 14 local const uInt inflate_mask[17] = { 27 uInt n; in inflate_flush() 36 n = (uInt)((q <= s->write ? s->write : s->end) - q); in inflate_flush() 62 n = (uInt)(s->write - q); in inflate_flush()
|
/third_party/zlib/test/ |
H A D | example.c | 266 c_stream.avail_out = (uInt)comprLen; in test_large_deflate() 272 c_stream.avail_in = (uInt)uncomprLen; in test_large_deflate() 283 c_stream.avail_in = (uInt)uncomprLen/2; in test_large_deflate() 290 c_stream.avail_in = (uInt)uncomprLen; in test_large_deflate() 319 d_stream.avail_in = (uInt)comprLen; in test_large_inflate() 326 d_stream.avail_out = (uInt)uncomprLen; in test_large_inflate() 353 uInt len = (uInt)strlen(hello)+1; in test_flush() 365 c_stream.avail_out = (uInt)*comprLen; in test_flush() 404 d_stream.avail_out = (uInt)uncomprLe in test_sync() [all...] |
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
H A D | zlibndk.cpp | 153 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLen), CALLOC_SIZE));
in Deflate() 195 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLen), CALLOC_SIZE));
in DeflateFullFlush() 200 uInt len = static_cast<uInt>(strlen(HELLO)) + VALUE_ONE;
in DeflateFullFlush() 211 c_stream.avail_out = static_cast<uInt>(compLen);
in DeflateFullFlush() 244 defstream.avail_in = static_cast<uInt>(inLen);
in DeflateBound() 246 defstream.avail_out = static_cast<uInt>(outLen);
in DeflateBound() 267 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLen), CALLOC_SIZE));
in Compress() 289 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLen), CALLOC_SIZE));
in CompressBound() 314 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLe in Compress2() [all...] |
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | zip.c | 138 uInt pos_in_buffered_data; /* last written byte in buffered_data */ 245 uInt copy_this; in add_data_in_datablock() 246 uInt i; in add_data_in_datablock() 259 copy_this = (uInt)ldi->avail_in_this_block; in add_data_in_datablock() 261 copy_this = (uInt)len; in add_data_in_datablock() 958 int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local) in Write_LocalFileHeader() 962 uInt size_filename = (uInt)strlen(filename); in Write_LocalFileHeader() 963 uInt size_extrafield = size_extrafield_local; in Write_LocalFileHeader() 1056 const void* extrafield_local, uInt size_extrafield_loca in zipOpenNewFileInZip4_64() [all...] |
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | zip.c | 138 uInt pos_in_buffered_data; /* last written byte in buffered_data */ 245 uInt copy_this; in add_data_in_datablock() 246 uInt i; in add_data_in_datablock() 259 copy_this = (uInt)ldi->avail_in_this_block; in add_data_in_datablock() 261 copy_this = (uInt)len; in add_data_in_datablock() 958 int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local) in Write_LocalFileHeader() 962 uInt size_filename = (uInt)strlen(filename); in Write_LocalFileHeader() 963 uInt size_extrafield = size_extrafield_local; in Write_LocalFileHeader() 1056 const void* extrafield_local, uInt size_extrafield_loca in zipOpenNewFileInZip4_64() [all...] |
/third_party/zlib/contrib/minizip/ |
H A D | zip.c | 134 uInt pos_in_buffered_data; /* last written byte in buffered_data */ 243 uInt copy_this; in add_data_in_datablock() 244 uInt i; in add_data_in_datablock() 258 copy_this = (uInt)ldi->avail_in_this_block; in add_data_in_datablock() 262 copy_this = (uInt)len; in add_data_in_datablock() 1123 local int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local) in Write_LocalFileHeader() 1127 uInt size_filename = (uInt)strlen(filename); in Write_LocalFileHeader() 1128 uInt size_extrafield = size_extrafield_local; in Write_LocalFileHeader() 1249 const void* extrafield_local, uInt size_extrafield_loca in zipOpenNewFileInZip4_64() [all...] |
/third_party/node/deps/zlib/ |
H A D | zlib.h | 81 typedef voidpf (*alloc_func)(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 *dictLengt [all...] |
H A D | uncompr.c | 31 const uInt max = (uInt)-1; in uncompress2() 59 stream.avail_out = left > (uLong)max ? max : (uInt)left; in uncompress2() 63 stream.avail_in = len > (uLong)max ? max : (uInt)len; in uncompress2()
|
H A D | compress.c | 26 const uInt max = (uInt)-1; in compress2() 46 stream.avail_out = left > (uLong)max ? max : (uInt)left; in compress2() 50 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen; in compress2()
|
/third_party/zlib/ |
H A D | zlib.h | 81 typedef voidpf (*alloc_func)(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) */ 613 uInt dictLength); 657 uInt *dictLengt [all...] |
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | compression_utils_portable.cc | 95 stream.avail_in = static_cast<uInt>(source_length); in CompressHelper() 97 stream.avail_out = static_cast<uInt>(*dest_length); in CompressHelper() 112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() 176 stream.avail_in = static_cast<uInt>(source_length); in UncompressHelper() 181 stream.avail_out = static_cast<uInt>(*dest_length); in UncompressHelper()
|
/third_party/node/deps/zlib/google/ |
H A D | compression_utils_portable.cc | 95 stream.avail_in = static_cast<uInt>(source_length); in CompressHelper() 97 stream.avail_out = static_cast<uInt>(*dest_length); in CompressHelper() 112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() 176 stream.avail_in = static_cast<uInt>(source_length); in UncompressHelper() 181 stream.avail_out = static_cast<uInt>(*dest_length); in UncompressHelper()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | compression_utils_portable.cc | 95 stream.avail_in = static_cast<uInt>(source_length); in CompressHelper() 97 stream.avail_out = static_cast<uInt>(*dest_length); in CompressHelper() 112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() 176 stream.avail_in = static_cast<uInt>(source_length); in UncompressHelper() 181 stream.avail_out = static_cast<uInt>(*dest_length); in UncompressHelper()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
87 uInt avail_in; /* number of bytes available at next_in */
91 uInt avail_out; /* remaining free space at next_out */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
119 uInt extra_max; /* space at extra (only when reading header) */
121 uInt name_max; /* space at name (only when reading header) */
123 uInt comm_max; /* space at comment (only when reading header) */
580 uInt dictLength));
786 uInt dictLengt [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 227 static const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000, 234 #define ueInt uInt /* unsigned extended integer */ 238 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; 240 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) 252 decContext *, uByte, uInt *); 254 static uInt decCheckMath(const decNumber *, decContext *, uInt *); 255 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 259 Flag, uInt *); 261 Int *, uInt *); [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 227 static const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000, 234 #define ueInt uInt /* unsigned extended integer */ 238 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; 240 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) 252 decContext *, uByte, uInt *); 254 static uInt decCheckMath(const decNumber *, decContext *, uInt *); 255 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 259 Flag, uInt *); 261 Int *, uInt *); [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 227 static const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000, 234 #define ueInt uInt /* unsigned extended integer */ 238 static const uInt multies[]={131073, 26215, 5243, 1049, 210}; 240 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17) 252 decContext *, uByte, uInt *); 254 static uInt decCheckMath(const decNumber *, decContext *, uInt *); 255 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 259 Flag, uInt *); 261 Int *, uInt *); [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | uncompr.c | 35 const uInt max = (uInt)-1; 63 stream.avail_out = left > (uLong)max ? max : (uInt)left; 67 stream.avail_in = len > (uLong)max ? max : (uInt)len;
|
H A D | compress.c | 31 const uInt max = (uInt)-1; 51 stream.avail_out = left > (uLong)max ? max : (uInt)left; 55 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen;
|
/third_party/skia/third_party/externals/zlib/ |
H A D | compress.c | 31 const uInt max = (uInt)-1; 51 stream.avail_out = left > (uLong)max ? max : (uInt)left; 55 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen;
|
H A D | uncompr.c | 35 const uInt max = (uInt)-1; 63 stream.avail_out = left > (uLong)max ? max : (uInt)left; 67 stream.avail_in = len > (uLong)max ? max : (uInt)len;
|