HomeSort by relevance Sort by last modified time
    Searched defs:uintptr_t (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
libyasm-stdint.h 2 typedef unsigned long uintptr_t; typedef
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
libyasm-stdint.h 5 typedef unsigned long uintptr_t; typedef
  /external/chromium_org/mojo/python/system/mojo/
embedder.pyx 7 from libc.stdint cimport uintptr_t namespace
41 system.SetSystemThunks(<uintptr_t>(&thunks))
  /external/chromium_org/third_party/yasm/source/patched-yasm/
libyasm.h 37 typedef unsigned long uintptr_t; typedef
  /external/clang/test/Headers/Inputs/include/
stdint.h 14 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
  /external/chromium_org/mojo/public/python/mojo/
c_core.pxd 14 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
system.pyx 18 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
26 <const c_core.MojoSystemThunks*><uintptr_t>system_thunks_as_object)
  /external/chromium_org/third_party/qcms/src/
qcmstypes.h 57 typedef unsigned __int64 uintptr_t; typedef
62 typedef unsigned long uintptr_t; typedef
  /external/compiler-rt/lib/profile/
InstrProfiling.h 21 typedef uint32_t uintptr_t; typedef
  /external/libpcap/
pcap-stdinc.h 72 typedef unsigned __int64 uintptr_t; typedef
74 typedef _W64 unsigned int uintptr_t; typedef
  /external/libvpx/libvpx/vpx/
vpx_integer.h 36 typedef size_t uintptr_t; typedef
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_integer.h 45 typedef size_t uintptr_t; typedef
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 51 typedef unsigned __int64 uintptr_t; typedef
54 typedef unsigned __int32 uintptr_t; typedef
  /external/mesa3d/src/egl/main/
eglcompiler.h 51 typedef unsigned __int64 uintptr_t; typedef
54 typedef unsigned __int32 uintptr_t; typedef
  /external/chromium_org/third_party/icu/source/common/
putilimp.h 60 * uintptr_t is an optional part of the standard definitions in stdint.h.
62 * "On XSI-conformant systems, the intptr_t and uintptr_t types are required;
64 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
70 typedef size_t uintptr_t; typedef
540 * but that do not define uintptr_t.
555 ((void *)(((uintptr_t)(base)+0x7fffffffu) > (uintptr_t)(base) \
556 ? ((uintptr_t)(base)+0x7fffffffu) \
557 : (uintptr_t)-1))
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp 47 typedef unsigned int uintptr_t; typedef
49 void *h(size_t a, uintptr_t b) { return 0; }
  /external/icu/icu4c/source/common/
putilimp.h 60 * uintptr_t is an optional part of the standard definitions in stdint.h.
62 * "On XSI-conformant systems, the intptr_t and uintptr_t types are required;
64 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
70 typedef size_t uintptr_t; typedef
537 * but that do not define uintptr_t.
552 ((void *)(((uintptr_t)(base)+0x7fffffffu) > (uintptr_t)(base) \
553 ? ((uintptr_t)(base)+0x7fffffffu) \
554 : (uintptr_t)-1))
  /external/bison/src/
system.h 51 typedef size_t uintptr_t; typedef
  /external/clang/test/Analysis/
null-deref-ps.c 4 typedef unsigned uintptr_t; typedef
52 uintptr_t x = (uintptr_t) p;
63 uintptr_t x = array; // expected-warning{{incompatible pointer to integer conversion}}
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 49 #undef uintptr_t macro
51 typedef unsigned __int64 uintptr_t; typedef
53 typedef unsigned int uintptr_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
  /external/mesa3d/include/c99/
stdint.h 116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
  /bionic/libc/include/
stdint.h 70 typedef __uintptr_t uintptr_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 191 * intptr_t & uintptr_t
196 typedef unsigned long uintptr_t; typedef
199 typedef unsigned int uintptr_t; typedef

Completed in 817 milliseconds

1 2