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

  /external/chromium/googleurl/src/
url_canon_ip.cc 569 url_parse::Component max_range; local
588 if (cur_range.len > 2 && cur_range.len > max_range.len) {
589 max_range = cur_range;
594 *contraction_range = max_range;
  /external/libvpx/vp8/common/
boolcoder.h 170 uint32 max_range() const function in struct:bool_coder_spec
326 Range = spec.max_range();
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 220 assert( Range >= min_range && Range <= spec.max_range());
295 assert( Range >= min_range && Range <= spec.max_range());

Completed in 152 milliseconds