Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DDataTypes.h80 # 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/Fuchsia/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/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h.in181 # define INT64_MIN ((-INT64_MAX)-1) macro
DDataTypes.h182 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DDataTypes.h181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DDataTypes.h181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DDataTypes.h181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DDataTypes.h181 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/capstone/include/
Dplatform.h49 #define INT64_MIN (-9223372036854775807i64 - 1) macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h197 #define INT64_MIN ((-INT64_MAX) - 1) macro
/external/llvm/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/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h123 #define INT64_MIN ((int64_t)_I64_MIN) macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
/external/libusb/msvc/
Dstdint.h130 #define INT64_MIN (-9223372036854775807LL - 1) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h283 #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