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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/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;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
zconf.h 51 # define uInt z_uInt
263 typedef unsigned int uInt; /* 16 bits or more */
274 typedef uInt FAR uIntf;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
zconf.h 51 # define uInt z_uInt
263 typedef unsigned int uInt; /* 16 bits or more */
274 typedef uInt FAR uIntf;
  /external/zlib/src/
deflate.c 85 local void putShortMSB OF((deflate_state *s, uInt b));
90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
326 uInt dictLength;
329 uInt str, n;
630 uInt b;
738 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
739 uInt level_flags;
758 putShortMSB(s, (uInt)(strm->adler >> 16));
759 putShortMSB(s, (uInt)(strm->adler & 0xffff))
    [all...]
zutil.h 213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
zconf.h 141 # define uInt z_uInt
370 typedef unsigned int uInt; /* 16 bits or more */
381 typedef uInt FAR uIntf;
gzguts.h 113 extern voidp malloc OF((uInt size));
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 147 uInt size_local_extrafield;/* size of the local extra field */
856 ptm->tm_mday = (uInt)(uDate&0x1f) ;
857 ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ;
858 ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ;
860 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800);
861 ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ;
862 ptm->tm_sec = (uInt) (2*(ulDosDate&0x1f)) ;
    [all...]
miniunz.c 258 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
311 uInt size_buf;
  /external/zlib/src/contrib/minizip/
unzip.c 147 uInt size_local_extrafield;/* size of the local extra field */
856 ptm->tm_mday = (uInt)(uDate&0x1f) ;
857 ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ;
858 ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ;
860 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800);
861 ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ;
862 ptm->tm_sec = (uInt) (2*(ulDosDate&0x1f)) ;
    [all...]
miniunz.c 271 uInt iLevel=(uInt)((file_info.flag & 0x6)/2);
324 uInt size_buf;
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 39 extern voidp malloc OF((uInt size));
267 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
293 uInt len;
303 len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file);
334 len = (uInt)get_byte(s);
335 len += ((uInt)get_byte(s))<<8;
429 uInt n = s->stream.avail_in;
441 (uInt)fread(next_out, 1, s->stream.avail_out, s->file);
452 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
470 s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start))
    [all...]
zutil.h 235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
237 extern void zmemzero OF((Bytef* dest, uInt len));
  /external/chromium_org/third_party/zlib/
gzguts.h 46 extern voidp malloc OF((uInt size));
zconf.h 123 # define uInt z_uInt
338 typedef unsigned int uInt; /* 16 bits or more */
349 typedef uInt FAR uIntf;
zutil.h 254 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
255 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
256 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
adler32.c 63 uInt len;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 105 # define uInt z_uInt
330 typedef unsigned int uInt; /* 16 bits or more */
341 typedef uInt FAR uIntf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 105 # define uInt z_uInt
330 typedef unsigned int uInt; /* 16 bits or more */
341 typedef uInt FAR uIntf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 105 # define uInt z_uInt
330 typedef unsigned int uInt; /* 16 bits or more */
341 typedef uInt FAR uIntf;
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 10 typedef unsigned int UInt;
22 UInt uInt[4];
41 UInt clz32 ( UInt x )
65 UInt ctz32 ( UInt x )
90 UInt(*h_fn)(V128*,V128*),
91 UInt(*s_fn)(V128*,V128*),
98 UInt h_res = h_fn(&argL, &argR)
    [all...]
pcmpstr64w.c 10 typedef unsigned int UInt;
24 UInt uInt[4];
25 UInt w32[4];
44 UInt clz32 ( UInt x )
68 UInt ctz32 ( UInt x )
93 UInt(*h_fn)(V128*,V128*),
94 UInt(*s_fn)(V128*,V128*)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 0 ;uInt longest_match_x64(
36 ;uInt longest_match(s, cur_match)
193 ;;; uInt wmask = s->w_mask;
218 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
475 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
  /external/chromium/sdch/open-vcdiff/src/
adler32.c 100 uInt len;
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
adler32.c 100 uInt len;

Completed in 2115 milliseconds

1 2 3 4 5 6 7 8 91011>>