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

  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 60 int i_min, i_max, j_min, j_max; local
68 i_max = j_max = 0;
86 i_max = CV_MAX2( i_max, pt.y );
96 roi->height = i_max - i_min + 1;
  /external/chromium/net/http/
http_util.cc 444 int i_max = std::min(buf_len - http_len, slop); local
445 for (int i = 0; i <= i_max; ++i) {

Completed in 31 milliseconds