Searched defs:i_max (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvcreatehandmask.cpp60 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/0.153/libdwfl/
H A Ddwfl_module_getdwarf.c682 i_max enumerator in enum:__anon21194
684 GElf_Addr addrs[i_max] = { 0, };
725 GElf_Off offs[i_max] = { 0, };
726 find_offsets (mod->main.elf, phnum, i_max, addrs, offs);
/external/chromium_org/net/http/
H A Dhttp_util.cc513 int i_max = std::min(buf_len - http_len, slop); local
514 for (int i = 0; i <= i_max; ++i) {

Completed in 188 milliseconds