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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /external/chromium_org/sdch/open-vcdiff/src/
checksum.h 35 static_cast<uInt>(size));
43 static_cast<uInt>(size));
  /external/freetype/src/gzip/
infutil.h 35 uInt left; /* if STORED, bytes left to copy */
37 uInt table; /* table lengths (14 bits) */
38 uInt index; /* index into blens (or border) */
40 uInt bb; /* bit length tree depth */
48 uInt last; /* true if this block is the last block */
51 uInt bitk; /* bits in bit buffer */
78 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q)
79 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
89 local uInt inflate_mask[17]
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 103 uInt pending; /* nb of bytes in the pending buffer */
106 uInt gzindex; /* where in extra, name, or comment */
112 uInt w_size; /* LZ77 window size (32K by default) */
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
139 uInt ins_h; /* hash index of string to be inserted */
140 uInt hash_size; /* number of elements in hash table */
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
144 uInt hash_shift
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.h 103 uInt pending; /* nb of bytes in the pending buffer */
106 uInt gzindex; /* where in extra, name, or comment */
112 uInt w_size; /* LZ77 window size (32K by default) */
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
139 uInt ins_h; /* hash index of string to be inserted */
140 uInt hash_size; /* number of elements in hash table */
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
144 uInt hash_shift
    [all...]
  /external/zlib/src/
deflate.h 103 uInt pending; /* nb of bytes in the pending buffer */
106 uInt gzindex; /* where in extra, name, or comment */
112 uInt w_size; /* LZ77 window size (32K by default) */
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
139 uInt ins_h; /* hash index of string to be inserted */
140 uInt hash_size; /* number of elements in hash table */
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
144 uInt hash_shift
    [all...]
  /external/chromium_org/third_party/zlib/
deflate.h 103 uInt pending; /* nb of bytes in the pending buffer */
106 uInt gzindex; /* where in extra, name, or comment */
112 uInt w_size; /* LZ77 window size (32K by default) */
113 uInt w_bits; /* log2(w_size) (8..16) */
114 uInt w_mask; /* w_size - 1 */
139 uInt ins_h; /* hash index of string to be inserted */
140 uInt hash_size; /* number of elements in hash table */
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
144 uInt hash_shift
    [all...]

Completed in 4268 milliseconds

1 23 4 5 6 7 8 91011>>