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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
bitset.cpp 30 size_t _Bs_G::_S_count(const unsigned char *__first,
iostream.cpp 139 long ios_base::Init::_S_count = 0;
144 if (_S_count++ == 0) {
152 if (--_S_count == 0) {
306 if (Init::_S_count == 0) {
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
bitset.cpp 30 size_t _Bs_G::_S_count(const unsigned char *__first,
iostream.cpp 139 long ios_base::Init::_S_count = 0;
144 if (_S_count++ == 0) {
152 if (--_S_count == 0) {
306 if (Init::_S_count == 0) {
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 247 static long _S_count;
_bitset.h 74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
194 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
257 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 247 static long _S_count;
_bitset.h 74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
194 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
257 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 247 static long _S_count;
_bitset.h 74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
194 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
257 return _Bs_G::_S_count(__byte_ptr, __end_ptr);

Completed in 2971 milliseconds