HomeSort by relevance Sort by last modified time
    Searched refs:_S_index (Results 1 - 4 of 4) sorted by null

  /external/stlport/src/
ios.cpp 138 static volatile __stl_atomic_t _S_index = 0;
139 return _STLP_ATOMIC_INCREMENT(&_S_index);
141 static int _S_index = 0;
144 return _S_index++;
locale.cpp 106 static _STLP_VOLATILE __stl_atomic_t _S_index = __STATIC_CAST(__stl_atomic_t, locale::id::_S_max);
107 id._M_index = _STLP_ATOMIC_INCREMENT(&_S_index);
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 140 static volatile __stl_atomic_t _S_index = 0;
141 return _STLP_ATOMIC_INCREMENT(&_S_index);
143 static int _S_index = 0;
146 return _S_index++;
locale.cpp 106 static _STLP_VOLATILE __stl_atomic_t _S_index = __STATIC_CAST(__stl_atomic_t, locale::id::_S_max);
107 id._M_index = _STLP_ATOMIC_INCREMENT(&_S_index);

Completed in 227 milliseconds