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

  /external/chromium_org/remoting/host/
screen_resolution_unittest.cc 43 int32 max_int = std::numeric_limits<int32>::max(); local
44 EXPECT_TRUE(webrtc::DesktopSize(max_int, max_int).equals(
  /external/marisa-trie/lib/marisa/
intvector.cc 9 UInt32 max_int = 0; local
11 if (ints[i] > max_int) {
12 max_int = ints[i];
15 build(max_int, ints.size());
21 void IntVector::build(UInt32 max_int, std::size_t size) {
25 max_int >>= 1;
26 } while (max_int != 0);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
intvector.cc 9 UInt32 max_int = 0; local
11 if (ints[i] > max_int) {
12 max_int = ints[i];
15 build(max_int, ints.size());
21 void IntVector::build(UInt32 max_int, std::size_t size) {
25 max_int >>= 1;
26 } while (max_int != 0);
  /external/chromium/base/
process_util_unittest.cc 386 rlim_t max_int = static_cast<rlim_t>(std::numeric_limits<int32>::max()); local
387 if (rlim.rlim_cur > max_int) {
388 return max_int;
  /external/chromium_org/base/process/
process_util_unittest.cc 497 rlim_t max_int = static_cast<rlim_t>(std::numeric_limits<int32>::max()); local
498 if (rlim.rlim_cur > max_int) {
499 return max_int;
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 3260 double max_int = static_cast<double>(kMaxInt); local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 2969 double max_int = static_cast<double>(kMaxInt); local
    [all...]

Completed in 4450 milliseconds