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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 90 size_type* __ps = reinterpret_cast<size_type*>(__res); local
91 *__ps = __n;
99 size_type* __ps = reinterpret_cast<size_type*>(__res); local
100 *__ps = __n;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 92 size_type* __ps = reinterpret_cast<size_type*>(__res); local
93 *__ps = __n;
101 size_type* __ps = reinterpret_cast<size_type*>(__res); local
102 *__ps = __n;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 92 size_type* __ps = reinterpret_cast<size_type*>(__res); local
93 *__ps = __n;
101 size_type* __ps = reinterpret_cast<size_type*>(__res); local
102 *__ps = __n;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 90 size_type* __ps = reinterpret_cast<size_type*>(__res); local
91 *__ps = __n;
99 size_type* __ps = reinterpret_cast<size_type*>(__res); local
100 *__ps = __n;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 90 size_type* __ps = reinterpret_cast<size_type*>(__res); local
91 *__ps = __n;
99 size_type* __ps = reinterpret_cast<size_type*>(__res); local
100 *__ps = __n;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 90 size_type* __ps = reinterpret_cast<size_type*>(__res); local
91 *__ps = __n;
99 size_type* __ps = reinterpret_cast<size_type*>(__res); local
100 *__ps = __n;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 90 size_type* __ps = reinterpret_cast<size_type*>(__res); local
91 *__ps = __n;
99 size_type* __ps = reinterpret_cast<size_type*>(__res); local
100 *__ps = __n;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 435 mbstate_t *__restrict __ps), wcrtomb) __wur;
438 __NTH (wcrtomb (char *__s, wchar_t __wchar, mbstate_t *__ps))
448 return __wcrtomb_chk (__s, __wchar, __ps, __bos (__s));
449 return __wcrtomb_alias (__s, __wchar, __ps);
455 size_t __len, mbstate_t *__restrict __ps,
460 size_t __len, mbstate_t *__restrict __ps),
465 size_t __len, mbstate_t *__restrict __ps,
472 size_t __len, mbstate_t *__restrict __ps))
477 return __mbsrtowcs_chk (__dst, __src, __len, __ps,
481 return __mbsrtowcs_chk_warn (__dst, __src, __len, __ps,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 435 mbstate_t *__restrict __ps), wcrtomb) __wur;
438 __NTH (wcrtomb (char *__s, wchar_t __wchar, mbstate_t *__ps))
448 return __wcrtomb_chk (__s, __wchar, __ps, __bos (__s));
449 return __wcrtomb_alias (__s, __wchar, __ps);
455 size_t __len, mbstate_t *__restrict __ps,
460 size_t __len, mbstate_t *__restrict __ps),
465 size_t __len, mbstate_t *__restrict __ps,
472 size_t __len, mbstate_t *__restrict __ps))
477 return __mbsrtowcs_chk (__dst, __src, __len, __ps,
481 return __mbsrtowcs_chk_warn (__dst, __src, __len, __ps,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 435 mbstate_t *__restrict __ps), wcrtomb) __wur;
438 __NTH (wcrtomb (char *__s, wchar_t __wchar, mbstate_t *__ps))
448 return __wcrtomb_chk (__s, __wchar, __ps, __bos (__s));
449 return __wcrtomb_alias (__s, __wchar, __ps);
455 size_t __len, mbstate_t *__restrict __ps,
460 size_t __len, mbstate_t *__restrict __ps),
465 size_t __len, mbstate_t *__restrict __ps,
472 size_t __len, mbstate_t *__restrict __ps))
477 return __mbsrtowcs_chk (__dst, __src, __len, __ps,
481 return __mbsrtowcs_chk_warn (__dst, __src, __len, __ps,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 308 extern int mbsinit (__const mbstate_t *__ps) __THROW __attribute_pure__;
318 mbstate_t *__restrict __ps) __THROW;
322 mbstate_t *__restrict __ps) __THROW;
324 mbstate_t *__restrict __ps) __THROW;
347 mbstate_t *__restrict __ps))
348 { return (__ps != NULL
349 ? mbrtowc (NULL, __s, __n, __ps) : __mbrlen (__s, __n, NULL)); }
357 mbstate_t *__restrict __ps) __THROW;
363 mbstate_t *__restrict __ps) __THROW;
372 size_t __len, mbstate_t *__restrict __ps) __THROW
    [all...]
thread_db.h 305 extern td_err_e td_ta_new (struct ps_prochandle *__ps, td_thragent_t **__ta);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 308 extern int mbsinit (__const mbstate_t *__ps) __THROW __attribute_pure__;
318 mbstate_t *__restrict __ps) __THROW;
322 mbstate_t *__restrict __ps) __THROW;
324 mbstate_t *__restrict __ps) __THROW;
347 mbstate_t *__restrict __ps))
348 { return (__ps != NULL
349 ? mbrtowc (NULL, __s, __n, __ps) : __mbrlen (__s, __n, NULL)); }
357 mbstate_t *__restrict __ps) __THROW;
363 mbstate_t *__restrict __ps) __THROW;
372 size_t __len, mbstate_t *__restrict __ps) __THROW
    [all...]
thread_db.h 305 extern td_err_e td_ta_new (struct ps_prochandle *__ps, td_thragent_t **__ta);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 308 extern int mbsinit (__const mbstate_t *__ps) __THROW __attribute_pure__;
318 mbstate_t *__restrict __ps) __THROW;
322 mbstate_t *__restrict __ps) __THROW;
324 mbstate_t *__restrict __ps) __THROW;
347 mbstate_t *__restrict __ps))
348 { return (__ps != NULL
349 ? mbrtowc (NULL, __s, __n, __ps) : __mbrlen (__s, __n, NULL)); }
357 mbstate_t *__restrict __ps) __THROW;
363 mbstate_t *__restrict __ps) __THROW;
372 size_t __len, mbstate_t *__restrict __ps) __THROW
    [all...]
thread_db.h 305 extern td_err_e td_ta_new (struct ps_prochandle *__ps, td_thragent_t **__ta);
  /external/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());
  /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/5/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/6/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/7/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/8/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 802 milliseconds