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

123

/external/llvm/include/llvm/Support/
H A DAIXDataTypesFix.h25 #undef INT64_MIN macro
H A DDataTypes.h.cmake119 #if !defined(INT64_MIN)
120 # 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
H A DTimeValue.h42 return TimeValue ( INT64_MIN,0 );
/external/valgrind/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/opencv3/3rdparty/include/
H A Dmsc_stdint.h109 #define INT64_MIN _I64_MIN macro
123 #define INT_LEAST64_MIN INT64_MIN
137 #define INT_FAST64_MIN INT64_MIN
146 # define INTPTR_MIN INT64_MIN
156 #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/libvncserver/compat/msvc/
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/unittests/Support/
H A Draw_ostream_test.cpp78 EXPECT_EQ("-9223372036854775808", printToString(INT64_MIN));
109 EXPECT_EQ("-9223372036854775808", printToStringUnbuffered(INT64_MIN));
170 printToString(format_hex((INT64_MIN), 18), 18));
181 printToString(format_decimal(INT64_MIN, 21), 21));
/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/clang/test/Preprocessor/
H A Dstdint.c1126 // TCE:INT64_MIN_ INT64_MIN
1457 INT64_MIN_ INT64_MIN
/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/libbrillo/brillo/
H A Dflag_helper_unittest.cc32 DEFINE_int64(int64_1, INT64_MIN, "Test int64 flag");
55 EXPECT_EQ(FLAGS_int64_1, INT64_MIN);
119 EXPECT_EQ(FLAGS_int64_1, INT64_MIN);
177 EXPECT_EQ(FLAGS_int64_1, INT64_MIN);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h278 #undef INT64_MIN macro
279 #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/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/nanopb-c/tests/alltypes/
H A Dencode_alltypes.c74 alltypes.req_limits.int64_min = INT64_MIN;
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp175 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL");
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp176 static_assert(INT64_MIN == -9223372036854775808ULL, "INT64_MIN == -9223372036854775808LL");

Completed in 2799 milliseconds

123