HomeSort by relevance Sort by last modified time
    Searched refs:INT64_MIN (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 161 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
163 # define INT_LEAST64_MIN INT64_MIN
165 # define INT_FAST64_MIN INT64_MIN
219 # define INTMAX_MIN INT64_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 161 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
163 # define INT_LEAST64_MIN INT64_MIN
165 # define INT_FAST64_MIN INT64_MIN
219 # define INTMAX_MIN INT64_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 161 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
163 # define INT_LEAST64_MIN INT64_MIN
165 # define INT_FAST64_MIN INT64_MIN
219 # define INTMAX_MIN INT64_MIN
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 161 # define INT64_MIN (__INT64_C(-9223372036854775807)-1)
163 # define INT_LEAST64_MIN INT64_MIN
165 # define INT_FAST64_MIN INT64_MIN
219 # define INTMAX_MIN INT64_MIN
  /external/compiler-rt/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;
  /external/llvm/include/llvm/Support/
DataTypes.h 196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1)
DataTypes.h.cmake 187 #if !defined(INT64_MIN)
188 # define INT64_MIN ((-INT64_MAX)-1)
DataTypes.h.in 185 #if !defined(INT64_MIN)
186 # define INT64_MIN ((-INT64_MAX)-1)
  /system/core/libutils/
LinearTransform.cpp 150 if (scaled & INT64_MIN) {
178 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!
test_limit_macros.cpp 85 #ifndef INT64_MIN
86 #error INT64_MIN is not 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 805 // TCE:INT64_MIN_ INT64_MIN
1028 INT64_MIN_ INT64_MIN
    [all...]
  /external/pixman/pixman/
pixman-compiler.h 57 #ifndef INT64_MIN
58 # define INT64_MIN (-9223372036854775807-1)
  /external/bison/darwin-lib/
stdint.h 377 # define INT64_MIN (- INTMAX_C (1) << 63)
415 # define INT_LEAST64_MIN INT64_MIN
460 # define INT_FAST64_MIN INT64_MIN
483 # define INTMAX_MIN INT64_MIN
  /external/bison/lib/
stdint.in.h 376 # define INT64_MIN (- INTMAX_C (1) << 63)
414 # define INT_LEAST64_MIN INT64_MIN
459 # define INT_FAST64_MIN INT64_MIN
482 # define INTMAX_MIN INT64_MIN
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 43 const int64 kint64min = INT64_MIN;
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 285 # define INTMAX_MIN INT64_MIN
494 #if !defined (INT64_MIN) && defined (INT64_C)
495 # define INT64_MIN INT64_C (-9223372036854775808)
541 # define INTMAX_MIN INT64_MIN
603 # define INT_LEAST64_MIN INT64_MIN
  /external/qemu/fpu/
softfloat-native.c 345 v = llrint(a + (float64)INT64_MIN);
347 return v - INT64_MIN;
353 v = (int64_t)(a + (float64)INT64_MIN);
355 return v - INT64_MIN;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 264 #undef INT64_MIN
265 #define INT64_MIN (-__INT64_C(9223372036854775807)-1)
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 85 postTimedEvent(new StopEvent, INT64_MIN);
100 // Reserve an earlier timeslot an INT64_MIN to be able to post
102 return postTimedEvent(event, INT64_MIN + 1);

Completed in 1229 milliseconds

1 23 4 5