HomeSort by relevance Sort by last modified time
    Searched refs:uInt (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/zlib/contrib/masmx86/
gvmat32c.c 26 uInt longest_match_c(
31 uInt longest_match_7fff(
35 uInt longest_match_686(
40 static uInt iIsPPro=2;
47 uInt longest_match(
  /external/chromium/third_party/zlib/contrib/minizip/
zip.h 91 uInt tm_sec; /* seconds after the minute - [0,59] */
92 uInt tm_min; /* minutes after the hour - [0,59] */
93 uInt tm_hour; /* hours since midnight - [0,23] */
94 uInt tm_mday; /* day of the month - [1,31] */
95 uInt tm_mon; /* months since January - [0,11] */
96 uInt tm_year; /* years - [1980..2044] */
145 uInt size_extrafield_local,
147 uInt size_extrafield_global,
169 uInt size_extrafield_local,
171 uInt size_extrafield_global
    [all...]
  /external/zlib/contrib/minizip/
zip.h 91 uInt tm_sec; /* seconds after the minute - [0,59] */
92 uInt tm_min; /* minutes after the hour - [0,59] */
93 uInt tm_hour; /* hours since midnight - [0,23] */
94 uInt tm_mday; /* day of the month - [1,31] */
95 uInt tm_mon; /* months since January - [0,11] */
96 uInt tm_year; /* years - [1980..2044] */
151 uInt size_extrafield_local,
153 uInt size_extrafield_global,
162 uInt size_extrafield_local,
164 uInt size_extrafield_global
    [all...]
  /bionic/libc/kernel/common/linux/
zconf.h 34 typedef unsigned int uInt;
zlib.h 21 uInt avail_in;
25 uInt avail_out;
  /development/ndk/platforms/android-3/include/linux/
zconf.h 34 typedef unsigned int uInt;
zlib.h 21 uInt avail_in;
25 uInt avail_out;
  /external/kernel-headers/original/linux/
zconf.h 53 typedef unsigned int uInt; /* 16 bits or more */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
zlib.h 21 uInt avail_in;
25 uInt avail_out;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
zconf.h 34 typedef unsigned int uInt;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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/chromium/third_party/zlib/
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)) {
154 uInt len;
165 uInt len;
167 uInt j;
177 uInt len;
297 extern voidp malloc OF((uInt size));
298 extern voidp calloc OF((uInt items, uInt size));
308 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
uncompr.c 36 stream.avail_in = (uInt)sourceLen;
41 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/zlib/
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...]
uncompr.c 34 stream.avail_in = (uInt)sourceLen;
39 stream.avail_out = (uInt)*destLen;
  /external/icu4c/i18n/
decContext.c 41 const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000,
54 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) {
149 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) {
166 uInt newstatus, uInt mask) {
182 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) {
211 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) {
327 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusQuiet(decContext *context, uInt status) {
379 uInt dle=(uInt)DECLITEND; /* unsign *
    [all...]

Completed in 1899 milliseconds

1 2 3 4 5