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

  /external/libchrome/base/
rand_util_unittest.cc 21 const int kIntMax = std::numeric_limits<int>::max();
28 EXPECT_EQ(base::RandInt(kIntMax, kIntMax), kIntMax);
34 base::RandInt(kIntMin, kIntMax);
  /external/libweave/third_party/chromium/base/
rand_util_unittest.cc 22 const int kIntMax = std::numeric_limits<int>::max();
29 EXPECT_EQ(base::RandInt(kIntMax, kIntMax), kIntMax);
35 base::RandInt(kIntMin, kIntMax);
  /external/clang/test/SemaCXX/
warn-tautological-compare.cpp 10 const int kintmax = 2147483647; member in namespace:RuntimeBehavior
12 if (sizeof(x) < sizeof(int) || x < kintmax) {}
14 if (x < kintmax) {}
19 if (x < kintmax) {}
25 if (x < kintmax) {}

Completed in 961 milliseconds