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

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoimax.c 17 #define MAX_VALUE INTMAX_MAX
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoimax.c 94 cutoff = neg ? INTMAX_MIN : INTMAX_MAX;
128 acc = INTMAX_MAX;
  /bionic/libc/tzcode/
private.h 173 #ifndef INTMAX_MAX
179 # define INTMAX_MAX LLONG_MAX
182 # define INTMAX_MAX __LONG_LONG_MAX__
189 # define INTMAX_MAX LONG_MAX
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/bison/darwin-lib/
stdint.h 305 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
309 #ifndef INTMAX_MAX
480 #ifndef INTMAX_MAX
484 # define INTMAX_MAX INT64_MAX
487 # define INTMAX_MAX INT32_MAX
  /external/bison/lib/
stdint.in.h 304 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
308 #ifndef INTMAX_MAX
479 #ifndef INTMAX_MAX
483 # define INTMAX_MAX INT64_MAX
486 # define INTMAX_MAX INT32_MAX
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 281 # if !defined (INTMAX_MAX)
282 # define INTMAX_MAX INT64_MAX
544 # define INTMAX_MAX INT64_MAX
561 # define INTMAX_MAX INT32_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 225 # define INTMAX_MAX INT64_MAX
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 188 #define INTMAX_MAX INT64_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 186 #define INTMAX_MAX INT64_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 186 #define INTMAX_MAX INT64_MAX
  /external/mesa3d/include/c99/
stdint.h 186 #define INTMAX_MAX INT64_MAX
  /bionic/libc/include/
stdint.h 198 #define INTMAX_MAX INT64_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 199 #define INTMAX_MAX INT64_MAX
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 218 // INTMAX_MAX
219 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max());
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 218 // INTMAX_MAX
219 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max());
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 175 #ifndef INTMAX_MAX
176 #error INTMAX_MAX not defined
  /external/clang/lib/Headers/
stdint.h 677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__)
  /external/bison/
configure     [all...]

Completed in 1364 milliseconds