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

  /external/libchrome/dbus/
dbus_statistics.cc 178 auto cur_iter = iter; local
180 const StatKey& stat_key = cur_iter->first;
181 const StatValue& stat = cur_iter->second;
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 190 int cur_iter = 0; /* current iteration */ local
319 for( cur_iter = 0; cur_iter < max_iter; cur_iter++ )
321 int is_last_iter = cur_iter == max_iter - 1;
604 int cur_iter = 0; /* current iteration */ local
739 for( cur_iter = 0; cur_iter < max_iter; cur_iter++ )
741 int is_last_iter = cur_iter == max_iter - 1
    [all...]

Completed in 203 milliseconds