Searched defs:INT64_MIN (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
H A DAIXDataTypesFix.h25 #undef INT64_MIN macro
H A DDataTypes.h196 #if !defined(INT64_MIN)
197 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/compiler-rt/lib/asan/
H A Dasan_internal.h80 #undef INT64_MIN macro
81 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/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/clang/lib/Headers/
H A Dstdint.h436 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
438 # define __INT_LEAST64_MIN INT64_MIN
441 # define __INT_LEAST32_MIN INT64_MIN
444 # define __INT_LEAST16_MIN INT64_MIN
447 # define __INT_LEAST8_MIN INT64_MIN
/external/clang/lib/include/
H A Dstdint.h436 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
438 # define __INT_LEAST64_MIN INT64_MIN
441 # define __INT_LEAST32_MIN INT64_MIN
444 # define __INT_LEAST16_MIN INT64_MIN
447 # define __INT_LEAST8_MIN INT64_MIN
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1952 # define INT64_MIN 0x8000000000000000ULL macro
1974 mkU64(INT64_MIN) );
1981 /* (argL == INT64_MIN && argR == -1) || argR == 0 */
1985 binop(Iop_CmpEQ64, argL, mkU64(INT64_MIN)),
2012 /* argL == INT64_MIN */
2014 = binop(Iop_CmpEQ64, argL, mkU64(INT64_MIN));
2024 mkU64(INT64_MIN) );
2061 # undef INT64_MIN macro

Completed in 164 milliseconds