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

1 2

  /external/llvm/include/llvm/Support/
AIXDataTypesFix.h 25 #undef INT64_MIN
DataTypes.h.cmake 112 #if !defined(INT64_MIN)
113 # define INT64_MIN ((-INT64_MAX)-1)
DataTypes.h.in 112 #if !defined(INT64_MIN)
113 # define INT64_MIN ((-INT64_MAX)-1)
DataTypes.h 196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1)
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 130 #define INT64_MIN (-9223372036854775807LL - 1)
146 #define INT_LEAST64_MIN INT64_MIN
162 #define INT_FAST64_MIN INT64_MIN
177 #define INTPTR_MIN INT64_MIN
187 #define INTMAX_MIN INT64_MIN
193 #define PTRDIFF_MIN INT64_MIN
  /external/lldb/include/lldb/Interpreter/
OptionValueSInt64.h 28 m_min_value (INT64_MIN),
37 m_min_value (INT64_MIN),
47 m_min_value (INT64_MIN),
  /external/chromium_org/third_party/mesa/src/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
  /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/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
  /development/ndk/platforms/android-3/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
224 # define INTMAX_MIN INT64_MIN
  /external/llvm/lib/Support/
TimeValue.cpp 25 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
  /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;
  /bionic/libc/include/
stdint.h 186 #define INT64_MIN (INT64_C(-9223372036854775807)-1)
188 #define INT_LEAST64_MIN INT64_MIN
190 #define INT_FAST64_MIN INT64_MIN
197 #define INTMAX_MIN INT64_MIN
213 # define INTPTR_MIN INT64_MIN
216 # define PTRDIFF_MIN INT64_MIN
  /development/ndk/platforms/android-L/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
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 78 EXPECT_EQ("-9223372036854775808", printToString(INT64_MIN));
109 EXPECT_EQ("-9223372036854775808", printToStringUnbuffered(INT64_MIN));
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 54 const int64 kint64min = INT64_MIN;
  /external/clang/test/Preprocessor/
stdint.c 1019 // TCE:INT64_MIN_ INT64_MIN
    [all...]
  /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
498 #if !defined (INT64_MIN) && defined (INT64_C)
499 # define INT64_MIN INT64_C (-9223372036854775808)
545 # define INTMAX_MIN INT64_MIN
607 # define INT_LEAST64_MIN INT64_MIN
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 284 #undef INT64_MIN
285 #define INT64_MIN (-__INT64_C(9223372036854775807)-1)
  /external/clang/lib/Headers/
stdint.h 476 # define INT64_MIN (-INT64_C( 9223372036854775807)-1)
478 # define __INT_LEAST64_MIN INT64_MIN
481 # define __INT_LEAST32_MIN INT64_MIN
484 # define __INT_LEAST16_MIN INT64_MIN
487 # define __INT_LEAST8_MIN INT64_MIN
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 62 INT64_MIN = -(1 << 63)
  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 74 alltypes.req_limits.int64_min = INT64_MIN;

Completed in 817 milliseconds

1 2