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

1 2 3 4 5

  /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/clang/test/Headers/Inputs/include/
stdint.h 13 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
  /external/chromium_org/third_party/yasm/source/patched-yasm/
libyasm.h 37 typedef unsigned long uintptr_t; typedef
  /external/chromium_org/third_party/qcms/src/
qcmstypes.h 47 /* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
50 typedef PRUptrdiff uintptr_t; typedef
88 typedef unsigned __int64 uintptr_t; typedef
93 typedef unsigned long uintptr_t; typedef
  /external/libvpx/libvpx/vpx/
vpx_integer.h 36 typedef size_t uintptr_t; typedef
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_config_minimal.h 39 typedef unsigned long uintptr_t; typedef
SDL_config_dreamcast.h 38 typedef unsigned long uintptr_t; typedef
SDL_config_macos.h 40 typedef unsigned long uintptr_t; typedef
SDL_config_symbian.h 51 typedef unsigned int uintptr_t; typedef
SDL_config_win32.h 43 typedef unsigned __int64 uintptr_t; typedef
45 typedef unsigned int uintptr_t; typedef
69 typedef unsigned int uintptr_t; typedef
SDL_config_os2.h 37 typedef unsigned long 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/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/icu4c/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
503 * but that do not define uintptr_t.
518 ((void *)(((uintptr_t)(base)+0x7fffffffu) > (uintptr_t)(base) \
519 ? ((uintptr_t)(base)+0x7fffffffu) \
520 : (uintptr_t)-1))
  /external/bison/src/
system.h 51 typedef size_t uintptr_t; typedef
  /external/clang/test/Analysis/
idempotent-operations.c 82 typedef unsigned uintptr_t; typedef
85 uintptr_t x = (uintptr_t) array;
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/chromium_org/third_party/re2/mswin/
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
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 4 typedef unsigned int uintptr_t; typedef
167 uint8_t *const r_uv = (uint8_t*)((uintptr_t)(uv_buf + 15) & ~15);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 86 typedef __UINTPTR_TYPE__ uintptr_t; typedef

Completed in 2079 milliseconds

1 2 3 4 5