Home
last modified time | relevance | path

Searched defs:INT64_MIN (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/Support/
DDataTypes.h.in113 # define INT64_MIN ((-INT64_MAX)-1) macro
DDataTypes.h197 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/pixman/pixman/
Dpixman-compiler.h58 # define INT64_MIN (-9223372036854775807-1) macro
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
/external/mesa3d/include/c99/
Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
/external/chromium_org/third_party/libusb/src/msvc/
Dstdint.h130 #define INT64_MIN (-9223372036854775807LL - 1) macro
/external/bison/darwin-lib/
Dstdint.h377 # define INT64_MIN (- INTMAX_C (1) << 63) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h285 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/external/chromium_org/third_party/smhasher/src/
Dpstdint.h499 # define INT64_MIN INT64_C (-9223372036854775808) macro
/external/clang/lib/Headers/
Dstdint.h476 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c2118 # define INT64_MIN 0x8000000000000000ULL in set_XER_OV_64() macro