HomeSort by relevance Sort by last modified time
    Searched refs: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/0.153/libdwfl/
dwfl_module_getdwarf.c 682 i_max enumerator in enum:__anon25812
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/lldb/examples/darwin/heap_find/
heap.py 417 i_max = num_stacks
419 i_max = options.max_history
420 for i in range(i_max):
    [all...]

Completed in 101 milliseconds