HomeSort by relevance Sort by last modified time
    Searched full:_tic (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp 92 _count = _next_tic_count = _tic = 0;
122 unsigned int _tic; member in class:boost::progress_display
131 do { m_os << '*' << std::flush; } while ( ++_tic < tics_needed );
133 static_cast<unsigned long>((_tic/50.0)*_expected_count);
135 if ( _tic < 51 ) m_os << '*';

Completed in 69 milliseconds