HomeSort by relevance Sort by last modified time
    Searched refs:INT64_MIN (Results 26 - 50 of 173) sorted by null

12 3 4 5 6 7

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h.cmake 74 #undef INT64_MIN
124 #if !defined(INT64_MIN)
125 # define INT64_MIN ((-INT64_MAX)-1)
DataTypes.h 196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 133 #define INT64_MIN (-INT64_MAX-1)
144 #define INT_LEAST64_MIN INT64_MIN
160 #define INT_FAST64_MIN INT64_MIN
175 #define INTPTR_MIN INT64_MIN
189 #define INTMAX_MIN INT64_MIN
196 #define PTRDIFF_MIN INT64_MIN
  /external/swiftshader/third_party/LLVM/lib/Support/
TimeValue.cpp 20 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
  /external/syslinux/com32/include/
stdint.h 34 #define INT64_MIN (__INT64_C(-9223372036854775807)-1)
49 #define INT_LEAST64_MIN INT64_MIN
62 #define INT_FAST64_MIN INT64_MIN
70 #define INTMAX_MIN INT64_MIN
  /external/valgrind/none/tests/s390x/
rounding-5.c 80 i64 = INT64_MIN;
88 i64 = INT64_MIN;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 138 #define INT64_MIN ((int64_t)_I64_MIN)
152 #define INT_LEAST64_MIN INT64_MIN
166 #define INT_FAST64_MIN INT64_MIN
175 # define INTPTR_MIN INT64_MIN
185 #define INTMAX_MIN INT64_MIN
  /external/libvncserver/compat/msvc/
stdint.h 138 #define INT64_MIN ((int64_t)_I64_MIN)
152 #define INT_LEAST64_MIN INT64_MIN
166 #define INT_FAST64_MIN INT64_MIN
175 # define INTPTR_MIN INT64_MIN
185 #define INTMAX_MIN INT64_MIN
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 123 #define INT64_MIN ((int64_t)_I64_MIN)
137 #define INT_LEAST64_MIN INT64_MIN
151 #define INT_FAST64_MIN INT64_MIN
160 # define INTPTR_MIN INT64_MIN
170 #define INTMAX_MIN INT64_MIN
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 184 #define INT64_MIN ((int64_t)_I64_MIN)
198 #define INT_LEAST64_MIN INT64_MIN
212 #define INT_FAST64_MIN INT64_MIN
221 # define INTPTR_MIN INT64_MIN
231 #define INTMAX_MIN INT64_MIN
  /external/llvm/test/MC/X86/
imm-comments.s 14 # This line should not induce undefined behavior via negation of INT64_MIN.
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 78 EXPECT_EQ("-9223372036854775808", printToString(INT64_MIN));
109 EXPECT_EQ("-9223372036854775808", printToStringUnbuffered(INT64_MIN));
170 printToString(format_hex((INT64_MIN), 18), 18));
181 printToString(format_decimal(INT64_MIN, 21), 21));
  /device/google/contexthub/firmware/os/algos/
ap_hub_sync.c 79 sync->windowMax = INT64_MIN;
99 ret = INT64_MIN;
  /external/compiler-rt/lib/builtins/ppc/
fixtfdi.c 71 /* x very close to INT64_MIN, care must be taken to see which side we are on. */
74 int64_t result = INT64_MIN;
78 /* If the tail is positive, the correct result is something other than INT64_MIN.
103 return INT64_MIN;
  /external/llvm/include/llvm/Support/
DataTypes.h 196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 181 #if !defined(INT64_MIN)
182 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1)
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 196 #if !defined(INT64_MIN)
197 #define INT64_MIN ((-INT64_MAX) - 1)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1)
  /bionic/libc/include/
stdint.h 187 #define INT64_MIN (INT64_C(-9223372036854775807)-1)
189 #define INT_LEAST64_MIN INT64_MIN
191 #define INT_FAST64_MIN INT64_MIN
198 #define INTMAX_MIN INT64_MIN
214 # define INTPTR_MIN INT64_MIN
217 # define PTRDIFF_MIN INT64_MIN
  /frameworks/base/libs/common_time/
LinearTransform.cpp 164 if (scaled & INT64_MIN) {
192 if ((scaled ^ basis2 ^ INT64_MIN) & (scaled ^ res) & INT64_MIN)
  /external/swiftshader/third_party/LLVM/unittests/Support/
raw_ostream_test.cpp 78 EXPECT_EQ("-9223372036854775808", printToString(INT64_MIN));
109 EXPECT_EQ("-9223372036854775808", printToStringUnbuffered(INT64_MIN));

Completed in 590 milliseconds

12 3 4 5 6 7