Home
last modified time | relevance | path

Searched defs:MinInt64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dconst.go51 MinInt64 = -1 << 63 // -9223372036854775808 const
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheck.cpp272 int64_t MinInt64 = std::numeric_limits<int64_t>::min(); in operator -() local