Searched refs:kMaxInt32 (Results 1 – 1 of 1) sorted by relevance
63 constexpr int64_t kMaxInt32 = std::numeric_limits<int32_t>::max(); variable135 return (kMaxInt32 / r) > l ? (l * r) : kMaxInt32; in calculateOveruseAndForgivenBytes()138 return (kMaxInt32 - l) > r ? (l + r) : kMaxInt32; in calculateOveruseAndForgivenBytes()