Searched refs:_count (Results 1 – 3 of 3) sorted by relevance
92 _count = _next_tic_count = _tic = 0; in restart()107 if ( (_count += increment) >= _next_tic_count ) { display_tic(); } in operator +=()108 return _count; in operator +=()112 unsigned long count() const { return _count; } in count()121 unsigned long _count, _expected_count, _next_tic_count; member in boost::progress_display130 (static_cast<double>(_count)/_expected_count)*50.0 ); in display_tic()134 if ( _count == _expected_count ) { in display_tic()
70 _STLP_VOLATILE __stl_atomic_t _Catalog_nl_catd_map::_count = 0; member in _Catalog_nl_catd_map76 res = __STATIC_CAST(int, _STLP_ATOMIC_INCREMENT(&_count)); in insert()81 res = __STATIC_CAST(int, ++_count); in insert()
113 static _STLP_VOLATILE __stl_atomic_t _count; variable