HomeSort by relevance Sort by last modified time
    Searched defs:uInt (Results 1 - 17 of 17) sorted by null

  /external/valgrind/none/tests/amd64/
aes.c 6 typedef unsigned int UInt;
18 UInt uInt[4];
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...]
pcmpstr64.c 10 typedef unsigned int UInt;
23 UInt uInt[4];
42 UInt clz32 ( UInt x )
66 UInt ctz32 ( UInt x )
91 UInt(*h_fn)(V128*,V128*),
92 UInt(*s_fn)(V128*,V128*),
99 UInt h_res = h_fn(&argL, &argR)
    [all...]
  /external/freetype/src/gzip/
ftzconf.h 40 # define uInt z_uInt
221 typedef unsigned int uInt; /* 16 bits or more */
232 typedef uInt FAR uIntf;
  /external/syslinux/com32/lib/zlib/
zconf.in.h 43 # define uInt z_uInt
253 typedef unsigned int uInt; /* 16 bits or more */
264 typedef uInt FAR uIntf;
  /development/ndk/platforms/android-14/include/
zconf.h 51 # define uInt z_uInt
263 typedef unsigned int uInt; /* 16 bits or more */
274 typedef uInt FAR uIntf;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zconf.h 51 # define uInt z_uInt
263 typedef unsigned int uInt; /* 16 bits or more */
274 typedef uInt FAR uIntf;
zconf.in.h 51 # define uInt z_uInt
263 typedef unsigned int uInt; /* 16 bits or more */
274 typedef uInt FAR uIntf;
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 77 #define uInt uint32_t
100 uInt u0, u1, v0, v1, w0, w1, w2, t; \
119 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
123 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
127 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
145 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
285 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
321 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
322 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
392 /* Macros to test if a certain 10 bits of a uInt or pair of uInts *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 141 # define uInt z_uInt
370 typedef unsigned int uInt; /* 16 bits or more */
381 typedef uInt FAR uIntf;
  /external/python/cpython2/Modules/zlib/
zconf.h 141 # define uInt z_uInt
370 typedef unsigned int uInt; /* 16 bits or more */
381 typedef uInt FAR uIntf;
  /external/syslinux/com32/include/
zconf.h 120 # define uInt z_uInt
335 typedef unsigned int uInt; /* 16 bits or more */
346 typedef uInt FAR uIntf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 105 # define uInt z_uInt
330 typedef unsigned int uInt; /* 16 bits or more */
341 typedef uInt FAR uIntf;
  /toolchain/binutils/binutils-2.27/zlib/
zconf.h 141 # define uInt z_uInt
370 typedef unsigned int uInt; /* 16 bits or more */
381 typedef uInt FAR uIntf;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;
  /external/python/cpython3/Modules/zlib/
zconf.h 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;
  /external/zlib/src/
zconf.h 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;

Completed in 236 milliseconds