Searched refs:INT64_MIN (Results 1 - 25 of 52) sorted by relevance

123

/external/llvm/include/llvm/Support/
H A DAIXDataTypesFix.h25 #undef INT64_MIN macro
H A DDataTypes.h.cmake112 #if !defined(INT64_MIN)
113 # define INT64_MIN ((-INT64_MAX)-1)
H A DDataTypes.h.in112 #if !defined(INT64_MIN)
113 # define INT64_MIN ((-INT64_MAX)-1)
H A DDataTypes.h196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/valgrind/main/none/tests/s390x/
H A Dcomp-1.c166 SCOMP_REG_REG(cgr, INT64_MIN, INT64_MIN);
167 SCOMP_REG_REG(cgr, INT64_MIN, INT64_MAX);
168 SCOMP_REG_REG(cgr, INT64_MAX, INT64_MIN);
173 SCOMP_REG_REG(cgfr, INT64_MIN, INT32_MIN);
174 SCOMP_REG_REG(cgfr, INT64_MIN, INT32_MAX);
186 SCOMP_REG_MEM(cg, INT64_MIN, INT64_MIN, int64_t);
187 SCOMP_REG_MEM(cg, INT64_MIN, INT64_MAX, int64_t);
188 SCOMP_REG_MEM(cg, INT64_MAX, INT64_MIN, int64_
[all...]
H A Dcomp-2.c144 SCOMP_REG_REG(clgr, INT64_MIN, INT64_MIN);
145 SCOMP_REG_REG(clgr, INT64_MIN, INT64_MAX);
146 SCOMP_REG_REG(clgr, INT64_MAX, INT64_MIN);
151 SCOMP_REG_REG(clgfr, INT64_MIN, INT32_MIN);
152 SCOMP_REG_REG(clgfr, INT64_MIN, INT32_MAX);
164 SCOMP_REG_MEM(clg, INT64_MIN, INT64_MIN, int64_t);
165 SCOMP_REG_MEM(clg, INT64_MIN, INT64_MAX, int64_t);
166 SCOMP_REG_MEM(clg, INT64_MAX, INT64_MIN, int64_
[all...]
H A Drounding-5.c80 i64 = INT64_MIN;
88 i64 = INT64_MIN;
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h130 #define INT64_MIN (-9223372036854775807LL - 1) macro
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/
H A DOptionValueSInt64.h28 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/
H A Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
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/
H A Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
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/
H A Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
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/llvm/lib/Support/
H A DTimeValue.cpp25 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
/external/compiler-rt/lib/builtins/ppc/
H A Dfixtfdi.c71 /* 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/unittests/Support/
H A Draw_ostream_test.cpp78 EXPECT_EQ("-9223372036854775808", printToString(INT64_MIN));
109 EXPECT_EQ("-9223372036854775808", printToStringUnbuffered(INT64_MIN));
/external/clang/test/Preprocessor/
H A Dstdint.c1019 // TCE:INT64_MIN_ INT64_MIN
1350 INT64_MIN_ INT64_MIN
/external/pixman/pixman/
H A Dpixman-compiler.h57 #ifndef INT64_MIN
58 # define INT64_MIN (-9223372036854775807-1) macro
/external/bison/darwin-lib/
H A Dstdint.h377 # define INT64_MIN (- INTMAX_C (1) << 63) macro
415 # define INT_LEAST64_MIN INT64_MIN
460 # define INT_FAST64_MIN INT64_MIN
483 # define INTMAX_MIN INT64_MIN
/external/bison/lib/
H A Dstdint.in.h376 # 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/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h54 const int64 kint64min = INT64_MIN;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h43 const int64 kint64min = INT64_MIN;
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h285 # define INTMAX_MIN INT64_MIN
498 #if !defined (INT64_MIN) && defined (INT64_C)
499 # define INT64_MIN INT64_C (-9223372036854775808) macro
545 # define INTMAX_MIN INT64_MIN
607 # define INT_LEAST64_MIN INT64_MIN
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h284 #undef INT64_MIN macro
285 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/external/clang/lib/Headers/
H A Dstdint.h476 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
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/
H A Dwire_format.py62 INT64_MIN = -(1 << 63) variable

Completed in 813 milliseconds

123