HomeSort by relevance Sort by last modified time
    Searched refs:INT64_MAX (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Modules/Inputs/pr19692/
stdint.h 1 #define INT64_MAX 42
AIX.h 1 #undef INT64_MAX
TBlah.h 2 int use = INT64_MAX;
  /external/clang/test/Modules/
pr19692.cpp 7 int k = INT64_MAX; // expected-no-diagnostics
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
AIXDataTypesFix.h 24 #undef INT64_MAX
DataTypes.h 178 #if !defined(INT64_MAX)
179 # define INT64_MAX 9223372036854775807LL
182 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DataTypes.h 53 #undef INT64_MAX
76 #if !defined(INT64_MAX)
77 # define INT64_MAX 9223372036854775807LL
80 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DataTypes.h 73 #undef INT64_MAX
121 #if !defined(INT64_MAX)
122 # define INT64_MAX 9223372036854775807LL
125 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DataTypes.h 73 #undef INT64_MAX
121 #if !defined(INT64_MAX)
122 # define INT64_MAX 9223372036854775807LL
125 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DataTypes.h 73 #undef INT64_MAX
121 #if !defined(INT64_MAX)
122 # define INT64_MAX 9223372036854775807LL
125 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DataTypes.h 73 #undef INT64_MAX
121 #if !defined(INT64_MAX)
122 # define INT64_MAX 9223372036854775807LL
125 # define INT64_MIN ((-INT64_MAX)-1)
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 74 #define INT64_MAX 0x7fffffffffffffffLL
96 #define INT_LEAST64_MAX INT64_MAX
118 #define INT_FAST64_MAX INT64_MAX
136 #define INTPTR_MAX INT64_MAX
145 #define INTMAX_MAX INT64_MAX
158 #define PTRDIFF_MAX INT64_MAX
  /device/google/bonito/json-c/
json_inttypes.h 15 #define INT64_MAX ((int64_t)_I64_MAX)
  /device/google/crosshatch/json-c/
json_inttypes.h 15 #define INT64_MAX ((int64_t)_I64_MAX)
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 73 #undef INT64_MAX
121 #if !defined(INT64_MAX)
122 # define INT64_MAX 9223372036854775807LL
125 # define INT64_MIN ((-INT64_MAX)-1)
DataTypes.h 193 #if !defined(INT64_MAX)
194 # define INT64_MAX 9223372036854775807LL
197 # define INT64_MIN ((-INT64_MAX)-1)
  /external/libusb/msvc/
stdint.h 135 #define INT64_MAX 9223372036854775807LL
151 #define INT_LEAST64_MAX INT64_MAX
167 #define INT_FAST64_MAX INT64_MAX
178 #define INTPTR_MAX INT64_MAX
188 #define INTMAX_MAX INT64_MAX
194 #define PTRDIFF_MAX INT64_MAX
  /external/grpc-grpc/src/core/lib/gpr/
time.cc 32 if (cmp == 0 && a.tv_sec != INT64_MAX && a.tv_sec != INT64_MIN) {
56 out.tv_sec = INT64_MAX;
74 if (time_in_units == INT64_MAX) {
98 if (time_in_units >= INT64_MAX / secs_per_unit) {
144 if (a.tv_sec == INT64_MAX || a.tv_sec == INT64_MIN) {
146 } else if (b.tv_sec == INT64_MAX ||
147 (b.tv_sec >= 0 && a.tv_sec >= INT64_MAX - b.tv_sec)) {
154 if (inc != 0 && sum.tv_sec == INT64_MAX - 1) {
177 if (a.tv_sec == INT64_MAX || a.tv_sec == INT64_MIN) {
180 (b.tv_sec <= 0 && a.tv_sec >= INT64_MAX + b.tv_sec))
    [all...]
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 177 #if !defined(INT64_MAX)
178 # define INT64_MAX 9223372036854775807LL
181 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 177 #if !defined(INT64_MAX)
178 # define INT64_MAX 9223372036854775807LL
181 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 177 #if !defined(INT64_MAX)
178 # define INT64_MAX 9223372036854775807LL
181 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 177 #if !defined(INT64_MAX)
178 # define INT64_MAX 9223372036854775807LL
181 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 193 #if !defined(INT64_MAX)
194 #define INT64_MAX 9223372036854775807LL
197 #define INT64_MIN ((-INT64_MAX) - 1)
  /external/swiftshader/third_party/LLVM/lib/Support/
TimeValue.cpp 21 const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 );
  /external/mesa3d/src/util/
rounding.h 100 #if LONG_MAX == INT64_MAX
120 #if LONG_MAX == INT64_MAX

Completed in 1733 milliseconds

1 2 3 4 5 6 7 8 9