HomeSort by relevance Sort by last modified time
    Searched defs:INTMAX_MAX (Results 26 - 50 of 57) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 137 #define INTMAX_MAX INT64_MAX
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 201 #undef INTMAX_MAX
202 #define INTMAX_MAX __INTMAX_MAX__
204 #define INTMAX_MIN (-INTMAX_MAX - 1)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h 201 #undef INTMAX_MAX
202 #define INTMAX_MAX __INTMAX_MAX__
204 #define INTMAX_MIN (-INTMAX_MAX - 1)
  /bionic/libc/include/
stdint.h 199 #define INTMAX_MAX INT64_MAX
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 68 #ifndef INTMAX_MAX
74 # define INTMAX_MAX LLONG_MAX
76 # define INTMAX_MAX __LONG_LONG_MAX__
82 # define INTMAX_MAX LONG_MAX
167 enum { SECSPER400YEARS_FITS = SECSPERLYEAR <= INTMAX_MAX / 400 };
700 if (INTMAX_MAX / SECSPER400YEARS < diff400)
716 if (INTMAX_MAX / SECSPER400YEARS < diff400)
  /external/clang/lib/Headers/
stdint.h 677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__)
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 61 INTMAX_MAX = INT32_MAX
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdint.h 677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdint.h 677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__)
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stdint.h 677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__)
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stdint.h 677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__)
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdint.h 677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__)
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdint.h 677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__)
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
stdint.h 674 #define INTMAX_MAX __INTMAX_MAX__

Completed in 1142 milliseconds

12 3