Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dconst.go50 MaxInt64 = 1<<63 - 1 // 9223372036854775807 const
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheck.cpp193 int64_t MaxInt64 = std::numeric_limits<int64_t>::max(); in getAbsolute() local
267 uint64_t MaxInt64 = std::numeric_limits<int64_t>::max(); in operator -() local