Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDataTypes.h80 # define INT64_MIN ((-INT64_MAX)-1) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/third_party/openssl/ohos_lite/include/internal/
Dnumbers.h58 # define INT64_MIN __MININT__(int64_t) macro
/third_party/openssl/include/internal/
Dnumbers.h59 # define INT64_MIN __MININT__(int64_t) macro
/third_party/node/deps/openssl/openssl/include/internal/
Dnumbers.h59 # define INT64_MIN __MININT__(int64_t) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h197 #define INT64_MIN ((-INT64_MAX) - 1) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h41 #define INT64_MIN (-1-0x7fffffffffffffff) macro
/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h41 #define INT64_MIN (-1-0x7fffffffffffffff) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h41 #define INT64_MIN (-1-0x7fffffffffffffff) macro
/third_party/musl/include/
Dstdint.h41 #define INT64_MIN (-1-0x7fffffffffffffff) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h41 #define INT64_MIN (-1-0x7fffffffffffffff) macro
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro