HomeSort by relevance Sort by last modified time
    Searched defs:int32_max (Results 1 - 3 of 3) sorted by null

  /external/Microsoft-GSL/tests/
utils_tests.cpp 101 const auto int32_max = std::numeric_limits<int32_t>::max(); local
106 CHECK(narrow<uint32_t>(int32_max) == static_cast<uint32_t>(int32_max));
  /art/runtime/base/
time_utils.cc 208 constexpr int32_t int32_max = std::numeric_limits<int32_t>::max(); local
209 if (UNLIKELY(end_sec >= int32_max)) {
215 LOG(INFO) << "Note: end time exceeds INT32_MAX: " << end_sec;
217 end_sec = int32_max - 1; // Allow for increment below.
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 89 static int32_t int32_max = INT32_MAX; local
98 Limits req_limits = {&int32_min, &int32_max,

Completed in 887 milliseconds