HomeSort by relevance Sort by last modified time
    Searched defs:i_max (Results 1 - 3 of 3) 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/elfutils/libdwfl/
dwfl_module_getdwarf.c 336 i_max enumerator in enum:__anon19905
338 GElf_Addr addrs[i_max] = { 0, };
379 GElf_Off offs[i_max] = { 0, };
380 find_offsets (mod->main.elf, ehdr, i_max, addrs, offs);
  /external/chromium/net/http/
http_util.cc 447 int i_max = std::min(buf_len - http_len, slop); local
448 for (int i = 0; i <= i_max; ++i) {

Completed in 59 milliseconds