Searched defs:INT64_MIN (Results 1 - 16 of 16) 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/chromium_org/build/
H A Dintsafe_workaround.h17 #undef INT64_MIN macro
/external/pixman/pixman/
H A Dpixman-compiler.h57 #ifndef INT64_MIN
58 # define INT64_MIN (-9223372036854775807-1) macro
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h264 #undef INT64_MIN macro
265 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/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/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/chromium_org/third_party/re2/mswin/
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/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/chromium_org/third_party/smhasher/src/
H A Dpstdint.h285 # define INTMAX_MIN INT64_MIN
494 #if !defined (INT64_MIN) && defined (INT64_C)
495 # define INT64_MIN INT64_C (-9223372036854775808) macro
541 # define INTMAX_MIN INT64_MIN
603 # define INT_LEAST64_MIN INT64_MIN
/external/clang/lib/Headers/
H A Dstdint.h477 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
479 # define __INT_LEAST64_MIN INT64_MIN
482 # define __INT_LEAST32_MIN INT64_MIN
485 # define __INT_LEAST16_MIN INT64_MIN
488 # define __INT_LEAST8_MIN INT64_MIN
/external/clang/lib/include/
H A Dstdint.h477 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
479 # define __INT_LEAST64_MIN INT64_MIN
482 # define __INT_LEAST32_MIN INT64_MIN
485 # define __INT_LEAST16_MIN INT64_MIN
488 # define __INT_LEAST8_MIN INT64_MIN
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c2012 # define INT64_MIN 0x8000000000000000ULL macro
2034 mkU64(INT64_MIN) );
2041 /* (argL == INT64_MIN && argR == -1) || argR == 0 */
2045 binop(Iop_CmpEQ64, argL, mkU64(INT64_MIN)),
2072 /* argL == INT64_MIN */
2074 = binop(Iop_CmpEQ64, argL, mkU64(INT64_MIN));
2084 mkU64(INT64_MIN) );
2121 # undef INT64_MIN macro

Completed in 1429 milliseconds