Searched refs:_count (Results 1 - 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dprogress.hpp92 _count = _next_tic_count = _tic = 0;
107 if ( (_count += increment) >= _next_tic_count ) { display_tic(); }
108 return _count;
112 unsigned long count() const { return _count; }
121 unsigned long _count, _expected_count, _next_tic_count; member in class:boost::progress_display
130 (static_cast<double>(_count)/_expected_count)*50.0 );
134 if ( _count == _expected_count ) {
/ndk/sources/cxx-stl/stlport/src/
H A Dmessages.cpp70 _STLP_VOLATILE __stl_atomic_t _Catalog_nl_catd_map::_count = 0; member in class:_Catalog_nl_catd_map
76 res = __STATIC_CAST(int, _STLP_ATOMIC_INCREMENT(&_count));
81 res = __STATIC_CAST(int, ++_count);
H A Dmessage_facets.h113 static _STLP_VOLATILE __stl_atomic_t _count;

Completed in 108 milliseconds