Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm-c/
DDataTypes.h74 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDataTypes.h80 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h131 #define INT64_MIN (-INT64_MAX-1) macro
/external/capstone/include/capstone/
Dplatform.h56 #define INT64_MIN (-9223372036854775807i64 - 1) macro
/external/capstone/include/
Dplatform.h49 #define INT64_MIN (-9223372036854775807i64 - 1) macro
/external/llvm/include/llvm/Support/
DDataTypes.h197 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h197 #define INT64_MIN ((-INT64_MAX) - 1) macro
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/capstone/include/windowsce/
Dstdint.h60 #define INT64_MIN (-9223372036854775807i64 - 1) macro
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h29 #define INT64_MIN LLONG_MIN macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h283 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h354 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/external/llvm-project/clang/lib/Headers/
Dstdint.h462 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
/external/clang/lib/Headers/
Dstdint.h476 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py97 INT64_MIN = (-__INT64_C(9223372036854775807)-1) variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py230 INT64_MIN = (-__INT64_C(9223372036854775807)-1) variable