/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
zconf.h | 34 typedef unsigned int uInt;
|
/external/chromium/sdch/open-vcdiff/src/ |
checksum.h | 35 static_cast<uInt>(size)); 43 static_cast<uInt>(size));
|
/external/open-vcdiff/src/ |
checksum.h | 35 static_cast<uInt>(size)); 43 static_cast<uInt>(size));
|
/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...] |
uncompr.c | 34 stream.avail_in = (uInt)sourceLen; 39 stream.avail_out = (uInt)*destLen;
|
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 100 uInt pending; /* nb of bytes in the pending buffer */ 103 uInt gzindex; /* where in extra, name, or comment */ 109 uInt w_size; /* LZ77 window size (32K by default) */ 110 uInt w_bits; /* log2(w_size) (8..16) */ 111 uInt w_mask; /* w_size - 1 */ 136 uInt ins_h; /* hash index of string to be inserted */ 137 uInt hash_size; /* number of elements in hash table */ 138 uInt hash_bits; /* log2(hash_size) */ 139 uInt hash_mask; /* hash_size-1 */ 141 uInt hash_shift [all...] |
zutil.c | 37 switch (sizeof(uInt)) { 152 uInt len; 163 uInt len; 165 uInt j; 175 uInt len; 295 extern voidp malloc OF((uInt size)); 296 extern voidp calloc OF((uInt items, uInt size)); 306 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
|
uncompr.c | 36 stream.avail_in = (uInt)sourceLen; 41 stream.avail_out = (uInt)*destLen;
|
/external/icu4c/i18n/ |
decContext.c | 45 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { 140 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { 157 uInt newstatus, uInt mask) { 173 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { 202 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { 320 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusQuiet(decContext *context, uInt status) { 373 uInt dle=(uInt)DECLITEND; /* unsign * [all...] |
/bionic/libc/kernel/common/linux/ |
zlib.h | 26 uInt avail_in; 30 uInt avail_out;
|
/development/ndk/platforms/android-3/include/linux/ |
zlib.h | 21 uInt avail_in; 25 uInt avail_out;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
zlib.h | 21 uInt avail_in; 25 uInt avail_out;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
zlib.h | 21 uInt avail_in; 25 uInt avail_out;
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
zlib.h | 21 uInt avail_in; 25 uInt avail_out;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
zlib.h | 21 uInt avail_in; 25 uInt avail_out;
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
zlib.h | 21 uInt avail_in; 25 uInt avail_out;
|