Searched refs:INT64_MAX (Results 1 - 24 of 24) sorted by relevance

/external/llvm/include/llvm/Support/
H A DAIXDataTypesFix.h24 #undef INT64_MAX macro
H A DDataTypes.h193 #if !defined(INT64_MAX)
194 # define INT64_MAX 9223372036854775807LL macro
197 # define INT64_MIN ((-INT64_MAX)-1)
H A DDataTypes.h.cmake183 #if !defined(INT64_MAX)
184 # define INT64_MAX 9223372036854775807LL
187 # define INT64_MIN ((-INT64_MAX)-1)
H A DDataTypes.h.in180 #if !defined(INT64_MAX)
181 # define INT64_MAX 9223372036854775807LL
184 # define INT64_MIN ((-INT64_MAX)-1)
/external/llvm/lib/Support/
H A DTimeValue.cpp21 const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 );
/external/mesa3d/include/c99/
H A Dstdint.h139 #define INT64_MAX _I64_MAX macro
153 #define INT_LEAST64_MAX INT64_MAX
167 #define INT_FAST64_MAX INT64_MAX
176 # define INTPTR_MAX INT64_MAX
186 #define INTMAX_MAX INT64_MAX
/external/clang/test/Preprocessor/
H A Dstdint.c697 // TCE:INT64_MAX_ INT64_MAX
920 INT64_MAX_ INT64_MAX
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc185 return (s64)(Min((u64)INT64_MAX, res));
187 return (res > INT64_MAX) ? INT64_MIN : ((s64)res * -1);
H A Dsanitizer_internal_defs.h160 #undef INT64_MAX macro
161 #define INT64_MAX (__INT64_C(9223372036854775807)) macro
/external/compiler-rt/lib/ppc/
H A Dfixtfdi.c101 return INT64_MAX;
/external/clang/lib/include/
H A Dstdint.h435 # define INT64_MAX INT64_C( 9223372036854775807) macro
439 # define __INT_LEAST64_MAX INT64_MAX
442 # define __INT_LEAST32_MAX INT64_MAX
445 # define __INT_LEAST16_MAX INT64_MAX
448 # define __INT_LEAST8_MAX INT64_MAX
/external/clang/lib/Headers/
H A Dstdint.h435 # define INT64_MAX INT64_C( 9223372036854775807) macro
439 # define __INT_LEAST64_MAX INT64_MAX
442 # define __INT_LEAST32_MAX INT64_MAX
445 # define __INT_LEAST16_MAX INT64_MAX
448 # define __INT_LEAST8_MAX INT64_MAX
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py61 INT64_MAX = (1 << 63) - 1 variable
H A Dwire_format_test.py165 [wire_format.SFixed64ByteSize, wire_format.INT64_MAX, 8],
/external/qemu/android/
H A Dlooper.h32 #define DURATION_INFINITE ((Duration)INT64_MAX)
/external/elfutils/libdw/
H A Dmemory-access.h114 return INT64_MAX; \
/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp42 #ifndef INT64_MAX
44 #define INT64_MAX 0x7fffffffffffffffLL macro
1253 return encode(databaseId, objectStoreId, INT32_MAX, maxIDBKey(), INT64_MAX);
1525 const Vector<char> freeListStopKey = DatabaseFreeListKey::encode(INT64_MAX);
1576 const Vector<char> stopKey = ObjectStoreMetaDataKey::encode(databaseId, INT64_MAX, 0);
1633 const Vector<char> freeListStopKey = ObjectStoreFreeListKey::encode(databaseId, INT64_MAX);
1744 if (!deleteRange(m_db.get(), IndexFreeListKey::encode(databaseId, objectStoreId, 0), IndexFreeListKey::encode(databaseId, objectStoreId, INT64_MAX)))
1746 if (!deleteRange(m_db.get(), IndexMetaDataKey::encode(databaseId, objectStoreId, 0, 0), IndexMetaDataKey::encode(databaseId, objectStoreId, INT64_MAX, 0)))
1970 const Vector<char> stopKey = IndexFreeListKey::encode(databaseId, objectStoreId, INT64_MAX);
/external/qemu/
H A Dcutils.c395 if ((val * mul >= INT64_MAX) || val < 0) {
H A Dqemu-timer.c811 static int64_t delta_min = INT64_MAX;
829 delta_min = INT64_MAX;
1039 int64_t nearest_delta_ns = INT64_MAX;
/external/llvm/lib/MC/
H A DMCDwarf.cpp190 // and use INT64_MAX as the line delta which is the signal that this is
206 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd,
320 MCDwarfLineAddr::Emit(MCOS, INT64_MAX, 0);
357 // A LineDelta of INT64_MAX is a signal that this is actually a
360 if (LineDelta == INT64_MAX) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h57 static const int64_t Symbolic = INT64_MAX;
/external/qemu/target-arm/
H A Dneon_helper.c558 if (val == INT64_MAX) {
959 if (val == INT64_MAX) {
/external/llvm/lib/VMCore/
H A DConstantFold.cpp2014 if (ATy->getNumElements() <= INT64_MAX &&
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1152 MinOffset(INT64_MAX),

Completed in 394 milliseconds