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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 91 size_type* __ps = reinterpret_cast<size_type*>(__res); local
92 *__ps = __n;
100 size_type* __ps = reinterpret_cast<size_type*>(__res); local
101 *__ps = __n;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 91 size_type* __ps = reinterpret_cast<size_type*>(__res); local
92 *__ps = __n;
100 size_type* __ps = reinterpret_cast<size_type*>(__res); local
101 *__ps = __n;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
debug_allocator.h 91 size_type* __ps = reinterpret_cast<size_type*>(__res); local
92 *__ps = __n;
100 size_type* __ps = reinterpret_cast<size_type*>(__res); local
101 *__ps = __n;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
debug_allocator.h 125 size_type* __ps = reinterpret_cast<size_type*>(__res); local
126 *__ps = __n;
134 size_type* __ps = reinterpret_cast<size_type*>(__res); local
135 *__ps = __n;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 146 string_type __ps = __intl ? __punct_intl.positive_sign() local
177 if (__ps.empty())
187 if (__ps.empty()) {
197 if (*__s == __ps[0]) {
245 if (__ps.size() > 1) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end());
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 146 string_type __ps = __intl ? __punct_intl.positive_sign() local
177 if (__ps.empty())
187 if (__ps.empty()) {
197 if (*__s == __ps[0]) {
245 if (__ps.size() > 1) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end());

Completed in 213 milliseconds