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

1 2 3 45

  /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/zlib/
zconf.h 123 # define uInt z_uInt
338 typedef unsigned int uInt; /* 16 bits or more */
349 typedef uInt FAR uIntf;
  /external/zlib/src/
zconf.h 141 # define uInt z_uInt
370 typedef unsigned int uInt; /* 16 bits or more */
381 typedef uInt FAR uIntf;
  /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;

Completed in 366 milliseconds

1 2 3 45