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

1 2

  /external/llvm/include/llvm/Support/
AIXDataTypesFix.h 25 #undef INT64_MIN
DataTypes.h 94 #if !defined(INT64_MIN)
95 # define INT64_MIN ((-INT64_MAX)-1)
DataTypes.h.cmake 180 #if !defined(INT64_MIN)
181 # define INT64_MIN ((-INT64_MAX)-1)
  /external/llvm/lib/Support/
TimeValue.cpp 20 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
  /external/mesa3d/include/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
  /bionic/libc/include/
stdint.h 171 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
173 # define INT_LEAST64_MIN INT64_MIN
175 # define INT_FAST64_MIN INT64_MIN
236 # define INTMAX_MIN INT64_MIN
  /development/ndk/platforms/android-3/include/
stdint.h 171 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
173 # define INT_LEAST64_MIN INT64_MIN
175 # define INT_FAST64_MIN INT64_MIN
236 # define INTMAX_MIN INT64_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 176 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
178 # define INT_LEAST64_MIN INT64_MIN
180 # define INT_FAST64_MIN INT64_MIN
233 #define INTMAX_MIN INT64_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 176 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
178 # define INT_LEAST64_MIN INT64_MIN
180 # define INT_FAST64_MIN INT64_MIN
233 #define INTMAX_MIN INT64_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 176 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
178 # define INT_LEAST64_MIN INT64_MIN
180 # define INT_FAST64_MIN INT64_MIN
233 #define INTMAX_MIN INT64_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 176 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
178 # define INT_LEAST64_MIN INT64_MIN
180 # define INT_FAST64_MIN INT64_MIN
233 #define INTMAX_MIN INT64_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 176 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
178 # define INT_LEAST64_MIN INT64_MIN
180 # define INT_FAST64_MIN INT64_MIN
233 #define INTMAX_MIN INT64_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 176 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
178 # define INT_LEAST64_MIN INT64_MIN
180 # define INT_FAST64_MIN INT64_MIN
233 #define INTMAX_MIN INT64_MIN
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 171 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
173 # define INT_LEAST64_MIN INT64_MIN
175 # define INT_FAST64_MIN INT64_MIN
236 # define INTMAX_MIN INT64_MIN
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 171 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
173 # define INT_LEAST64_MIN INT64_MIN
175 # define INT_FAST64_MIN INT64_MIN
236 # define INTMAX_MIN INT64_MIN
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 171 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
173 # define INT_LEAST64_MIN INT64_MIN
175 # define INT_FAST64_MIN INT64_MIN
236 # define INTMAX_MIN INT64_MIN
  /frameworks/compile/libbcc/runtime/lib/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;
  /frameworks/base/libs/utils/
LinearTransform.cpp 149 if (scaled & INT64_MIN) {
177 if ((scaled ^ basis2 ^ INT64_MIN) & (scaled ^ res) & INT64_MIN)
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 78 EXPECT_EQ("-9223372036854775808", printToString(INT64_MIN));
109 EXPECT_EQ("-9223372036854775808", printToStringUnbuffered(INT64_MIN));
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 86 #ifndef INT64_MIN
87 #error INT64_MIN defined!
test_c.c 84 #ifndef INT64_MIN
85 #error INT64_MIN defined!
test_no_macros.cpp 84 #ifdef INT64_MIN
85 #error INT64_MIN defined!
test_constant_macros.cpp 85 #ifdef INT64_MIN
86 #error INT64_MIN is defined!
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 314 #undef INT64_MIN
319 # define INT64_MIN (- INTMAX_C (1) << 63)
358 # define INT_LEAST64_MIN INT64_MIN
397 # define INT_FAST64_MIN INT64_MIN
420 # define INTMAX_MIN INT64_MIN
  /external/clang/test/Preprocessor/
stdint.c 913 // TCE:INT64_MIN_ INT64_MIN
    [all...]

Completed in 125 milliseconds

1 2