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

  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 179 #define UINTPTR_MAX UINT64_MAX
183 #define UINTPTR_MAX UINT32_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 177 # define UINTPTR_MAX UINT64_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 177 # define UINTPTR_MAX UINT64_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /external/mesa3d/include/c99/
stdint.h 177 # define UINTPTR_MAX UINT64_MAX
181 # define UINTPTR_MAX UINT32_MAX
  /bionic/libc/include/
stdint.h 215 # define UINTPTR_MAX UINT64_MAX
222 # define UINTPTR_MAX UINT32_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 205 # define UINTPTR_MAX UINT32_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 216 # define UINTPTR_MAX UINT64_MAX
223 # define UINTPTR_MAX UINT32_MAX
  /external/bison/darwin-lib/
stdint.h 473 #undef UINTPTR_MAX
476 #define UINTPTR_MAX ULONG_MAX
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 699 # ifndef UINTPTR_MAX
700 # define UINTPTR_MAX stdint_intptr_glue3(UINT,stdint_intptr_bits,_MAX)
  /external/clang/lib/Headers/
stdint.h 664 #define UINTPTR_MAX __UINTN_MAX(__INTPTR_WIDTH__)

Completed in 612 milliseconds