HomeSort by relevance Sort by last modified time
    Searched refs:INTPTR_MAX (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 178 #define INTPTR_MAX INT64_MAX
182 #define INTPTR_MAX INT32_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 176 # define INTPTR_MAX INT64_MAX
180 # define INTPTR_MAX INT32_MAX
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 176 # define INTPTR_MAX INT64_MAX
180 # define INTPTR_MAX INT32_MAX
  /external/mesa3d/include/c99/
stdint.h 176 # define INTPTR_MAX INT64_MAX
180 # define INTPTR_MAX INT32_MAX
  /bionic/libc/include/
stdint.h 214 # define INTPTR_MAX INT64_MAX
221 # define INTPTR_MAX INT32_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 215 # define INTPTR_MAX INT64_MAX
222 # define INTPTR_MAX INT32_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 204 # define INTPTR_MAX INT32_MAX
  /external/bison/lib/
inttypes.in.h 551 # ifdef INTPTR_MAX
557 # ifdef INTPTR_MAX
1018 # ifdef INTPTR_MAX
1024 # ifdef INTPTR_MAX
stdint.in.h 471 #undef INTPTR_MAX
474 #define INTPTR_MAX LONG_MAX
  /external/bison/darwin-lib/
stdint.h 472 #undef INTPTR_MAX
475 #define INTPTR_MAX LONG_MAX
inttypes.h 863 # ifdef INTPTR_MAX
869 # ifdef INTPTR_MAX
    [all...]
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 702 # ifndef INTPTR_MAX
703 # define INTPTR_MAX stdint_intptr_glue3(INT,stdint_intptr_bits,_MAX)
  /external/bison/linux-lib/
inttypes.h 863 # ifdef INTPTR_MAX
869 # ifdef INTPTR_MAX
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 209 // INTPTR_MAX
210 assert(INTPTR_MAX == std::numeric_limits<intptr_t>::max());
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 209 // INTPTR_MAX
210 assert(INTPTR_MAX == std::numeric_limits<std::intptr_t>::max());
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 163 #ifndef INTPTR_MAX
164 #error INTPTR_MAX not defined
  /bionic/tests/
unistd_test.cpp 63 #define SBRK_MAX INTPTR_MAX
  /external/clang/lib/Headers/
stdint.h 663 #define INTPTR_MAX __INTN_MAX(__INTPTR_WIDTH__)
  /external/bison/
configure     [all...]

Completed in 399 milliseconds