Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-16.0/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/trusty/arm-trusted-firmware/include/lib/libc/aarch32/
Dstdint_.h15 #define INT64_MIN LLONG_MIN macro
/external/arm-trusted-firmware/include/lib/libc/aarch32/
Dstdint_.h15 #define INT64_MIN LLONG_MIN macro
/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dstdint_.h15 #define INT64_MIN LONG_MIN macro
/external/trusty/arm-trusted-firmware/include/lib/libc/aarch64/
Dstdint_.h15 #define INT64_MIN LONG_MIN macro
/external/perfetto/ui/src/base/
Dbigint_math.ts17 static INT64_MIN: bigint = -(2n ** 63n); property in BigintMath
/external/coreboot/payloads/libpayload/include/
Dstdint.h50 #define INT64_MIN (-INT64_MAX - 1) macro
/external/pytorch/torch/onnx/
D_constants.py21 INT64_MIN = -9223372036854775808 variable
/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/Android/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/Linux/include/llvm/Support/
DDataTypes.h125 # define INT64_MIN ((-INT64_MAX)-1) macro
/external/trusty/lk/lib/libc/include/
Dstdint.h42 #define INT64_MIN LLONG_MIN macro
44 #define INT64_MIN (-__LONG_LONG_MAX__-1LL) macro
/external/coreboot/src/include/
Dstdint.h69 #define INT64_MIN ((int64_t)0x8000000000000000) macro
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.c217 INTCHECK(int64, int64_t, INT64_MIN, INT64_MAX) in INTCHECK() argument
/external/capstone/include/capstone/
Dplatform.h56 #define INT64_MIN (-9223372036854775807i64 - 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/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/cronet/tot/third_party/apache-portable-runtime/src/strings/
Dapr_strings.c233 #define INT64_MIN (-APR_INT64_C(0x7fffffffffffffff) - APR_INT64_C(1)) macro
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py62 INT64_MIN = -(1 << 63) variable
/external/cronet/stable/third_party/apache-portable-runtime/src/strings/
Dapr_strings.c233 #define INT64_MIN (-APR_INT64_C(0x7fffffffffffffff) - APR_INT64_C(1)) macro

12