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

  /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/v8/src/arm/
simulator-arm.cc 2969 double max_int = static_cast<double>(kMaxInt); local
    [all...]

Completed in 157 milliseconds