HomeSort by relevance Sort by last modified time
    Searched refs:uInt (Results 226 - 250 of 395) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_compress.c 33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
zlib.h 144 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
151 uInt avail_in; /* number of bytes available at next_in */
155 uInt avail_out; /* remaining free space at next_out */
182 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
183 uInt extra_max; /* space at extra (only when reading header) */
185 uInt name_max; /* space at name (only when reading header) */
187 uInt comm_max; /* space at comment (only when reading header) */
653 uInt dictLength));
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
compress.c 33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
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) */
589 uInt dictLength));
    [all...]
  /external/zlib/src/
compress.c 33 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
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) */
589 uInt dictLength));
    [all...]
  /external/chromium_org/third_party/zlib/
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 */
119 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 uInt extra_max; /* space at extra (only when reading header) */
122 uInt name_max; /* space at name (only when reading header) */
124 uInt comm_max; /* space at comment (only when reading header) */
585 uInt dictLength));
    [all...]
deflate.c 86 local void putShortMSB OF((deflate_state *s, uInt b));
91 uInt longest_match OF((deflate_state *s, IPos cur_match, int clas));
93 local uInt longest_match OF((deflate_state *s, IPos cur_match, int clas));
318 uInt dictLength;
321 uInt length = dictLength;
322 uInt n;
556 uInt b;
661 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
662 uInt level_flags;
681 putShortMSB(s, (uInt)(strm->adler >> 16))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
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) */
547 uInt dictLength));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
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) */
547 uInt dictLength));
    [all...]
  /external/zlib/src/test/
example.c 294 c_stream.avail_out = (uInt)comprLen;
300 c_stream.avail_in = (uInt)uncomprLen;
311 c_stream.avail_in = (uInt)comprLen/2;
318 c_stream.avail_in = (uInt)uncomprLen;
348 d_stream.avail_in = (uInt)comprLen;
355 d_stream.avail_out = (uInt)uncomprLen;
381 uInt len = (uInt)strlen(hello)+1;
393 c_stream.avail_out = (uInt)*comprLen;
433 d_stream.avail_out = (uInt)uncomprLen
    [all...]
  /external/chromium_org/components/metrics/
compression_utils.cc 38 stream.avail_in = static_cast<uInt>(source_length);
40 stream.avail_out = static_cast<uInt>(*dest_length);
84 stream.avail_in = static_cast<uInt>(source_length);
89 stream.avail_out = static_cast<uInt>(*dest_length);
  /external/freetype/src/gzip/
zutil.h 179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
180 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
181 extern void zmemzero OF((Bytef* dest, uInt len));
206 uInt len));
inflate.c 37 uInt method; /* if FLAGS, method byte */
42 uInt marker; /* if BAD, inflateSync's marker bytes count */
47 uInt wbits; /* log2(window size) (8..15, defaults to 15) */
121 z->state->wbits = (uInt)w;
125 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
152 uInt b;
zconf.h 40 # define uInt z_uInt
221 typedef unsigned int uInt; /* 16 bits or more */
232 typedef uInt FAR uIntf;
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.h 86 uInt tm_sec; /* seconds after the minute - [0,59] */
87 uInt tm_min; /* minutes after the hour - [0,59] */
88 uInt tm_hour; /* hours since midnight - [0,23] */
89 uInt tm_mday; /* day of the month - [1,31] */
90 uInt tm_mon; /* months since January - [0,11] */
91 uInt tm_year; /* years - [1980..2044] */
zip.c 138 uInt pos_in_buffered_data; /* last written byte in buffered_data */
245 uInt copy_this;
246 uInt i;
259 copy_this = (uInt)ldi->avail_in_this_block;
261 copy_this = (uInt)len;
958 int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local)
962 uInt size_filename = (uInt)strlen(filename);
963 uInt size_extrafield = size_extrafield_local;
1056 const void* extrafield_local, uInt size_extrafield_local
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.h 86 uInt tm_sec; /* seconds after the minute - [0,59] */
87 uInt tm_min; /* minutes after the hour - [0,59] */
88 uInt tm_hour; /* hours since midnight - [0,23] */
89 uInt tm_mday; /* day of the month - [1,31] */
90 uInt tm_mon; /* months since January - [0,11] */
91 uInt tm_year; /* years - [1980..2044] */
zip.c 138 uInt pos_in_buffered_data; /* last written byte in buffered_data */
245 uInt copy_this;
246 uInt i;
259 copy_this = (uInt)ldi->avail_in_this_block;
261 copy_this = (uInt)len;
958 int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local)
962 uInt size_filename = (uInt)strlen(filename);
963 uInt size_extrafield = size_extrafield_local;
1056 const void* extrafield_local, uInt size_extrafield_local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 225 static const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000,
232 #define ueInt uInt /* unsigned extended integer */
236 static const uInt multies[]={131073, 26215, 5243, 1049, 210};
238 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
250 decContext *, uByte, uInt *);
252 static uInt decCheckMath(const decNumber *, decContext *, uInt *);
253 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
257 Flag, uInt *);
259 Int *, uInt *);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 217 #define ueInt uInt /* unsigned extended integer */
221 static const uInt multies[]={131073, 26215, 5243, 1049, 210};
223 #define QUOT10(u, n) ((((uInt)(u)>>(n))*multies[n])>>17)
235 decContext *, uByte, uInt *);
237 static uInt decCheckMath(const decNumber *, decContext *, uInt *);
238 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
242 Flag, uInt *);
244 Int *, uInt *);
247 const decNumber *, decContext *, Flag, uInt *);
    [all...]
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h 140 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
147 uInt avail_in; /* number of bytes available at next_in */
151 uInt avail_out; /* remaining free space at next_out */
178 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
179 uInt extra_max; /* space at extra (only when reading header) */
181 uInt name_max; /* space at name (only when reading header) */
183 uInt comm_max; /* space at comment (only when reading header) */
    [all...]
  /development/ndk/platforms/android-3/include/
zconf.h 51 # define uInt z_uInt
263 typedef unsigned int uInt; /* 16 bits or more */
274 typedef uInt FAR uIntf;
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zconf.h 51 # define uInt z_uInt
263 typedef unsigned int uInt; /* 16 bits or more */
274 typedef uInt FAR uIntf;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zconf.h 51 # define uInt z_uInt
263 typedef unsigned int uInt; /* 16 bits or more */
274 typedef uInt FAR uIntf;

Completed in 1235 milliseconds

1 2 3 4 5 6 7 8 91011>>