/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
deque.tcc | 923 _Deque_iterator<_Tp, _Tp&, _Tp*> __result) 933 __result._M_last - __result._M_cur)); 934 std::copy(__first._M_cur, __first._M_cur + __clen, __result._M_cur); 936 __result += __clen; 939 return __result; 946 _Deque_iterator<_Tp, _Tp&, _Tp*> __result) 957 difference_type __rlen = __result._M_cur - __result._M_first; 958 _Tp* __rend = __result._M_cur [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
deque.tcc | 923 _Deque_iterator<_Tp, _Tp&, _Tp*> __result) 933 __result._M_last - __result._M_cur)); 934 std::copy(__first._M_cur, __first._M_cur + __clen, __result._M_cur); 936 __result += __clen; 939 return __result; 946 _Deque_iterator<_Tp, _Tp&, _Tp*> __result) 957 difference_type __rlen = __result._M_cur - __result._M_first; 958 _Tp* __rend = __result._M_cur [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
deque.tcc | 941 _Deque_iterator<_Tp, _Tp&, _Tp*> __result) 951 __result._M_last - __result._M_cur)); 952 std::copy(__first._M_cur, __first._M_cur + __clen, __result._M_cur); 954 __result += __clen; 957 return __result; 964 _Deque_iterator<_Tp, _Tp&, _Tp*> __result) 975 difference_type __rlen = __result._M_cur - __result._M_first; 976 _Tp* __rend = __result._M_cur [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
posix_types_32.h | 72 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; }))
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
posix_types_32.h | 72 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; }))
|
/external/stlport/stlport/stl/ |
_monetary.c | 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local 170 if (!__result.second && __symbol_required) 172 __s = __result.first; 222 bool __result; local 227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type, 234 if (!__result) { 247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local 248 __s = __result.first; 249 if (!__result.second) 258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local [all...] |
_string.c | 431 const_pointer __result = local 434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos; 444 const_pointer __result = local 447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos; 462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, local 464 return __result != __last ? __result - this->_M_Start() : npos; 487 const_iterator __result = _STLP_PRIV __str_find_first_of(begin() + __pos, end() local 519 const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Finish(), local 532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), local [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local 170 if (!__result.second && __symbol_required) 172 __s = __result.first; 222 bool __result; local 227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type, 234 if (!__result) { 247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local 248 __s = __result.first; 249 if (!__result.second) 258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local [all...] |
_string.c | 431 const_pointer __result = local 434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos; 444 const_pointer __result = local 447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos; 462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, local 464 return __result != __last ? __result - this->_M_Start() : npos; 487 const_iterator __result = _STLP_PRIV __str_find_first_of(begin() + __pos, end() local 519 const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Finish(), local 532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
utmp.h | 85 extern int getutent_r (struct utmp *__buffer, struct utmp **__result) __THROW; 88 struct utmp **__result) __THROW; 91 struct utmp *__buffer, struct utmp **__result) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
utmp.h | 85 extern int getutent_r (struct utmp *__buffer, struct utmp **__result) __THROW; 88 struct utmp **__result) __THROW; 91 struct utmp *__buffer, struct utmp **__result) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
utmp.h | 85 extern int getutent_r (struct utmp *__buffer, struct utmp **__result) __THROW; 88 struct utmp **__result) __THROW; 91 struct utmp *__buffer, struct utmp **__result) __THROW;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local 170 if (!__result.second && __symbol_required) 172 __s = __result.first; 222 bool __result; local 227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type, 234 if (!__result) { 247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local 248 __s = __result.first; 249 if (!__result.second) 258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local [all...] |
_string.c | 431 const_pointer __result = local 434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos; 444 const_pointer __result = local 447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos; 462 const_pointer __result = _STLP_STD::find_end(this->_M_Start(), __last, local 464 return __result != __last ? __result - this->_M_Start() : npos; 487 const_iterator __result = _STLP_PRIV __str_find_first_of(begin() + __pos, end() local 519 const_pointer __result = _STLP_PRIV __str_find_first_not_of(this->_M_Start() + __pos, this->_M_Finish(), local 532 const_pointer __result = _STLP_STD::find_if(this->_M_Start() + __pos, this->_M_Finish(), local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local 170 if (!__result.second && __symbol_required) 172 __s = __result.first; 222 bool __result; local 227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type, 234 if (!__result) { 247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local 248 __s = __result.first; 249 if (!__result.second) 258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local 170 if (!__result.second && __symbol_required) 172 __s = __result.first; 222 bool __result; local 227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type, 234 if (!__result) { 247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local 248 __s = __result.first; 249 if (!__result.second) 258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
posix_types_32.h | 72 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; }))
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
posix_types_32.h | 72 #define __FD_ISSET(fd,fdsetp) (__extension__ ({ unsigned char __result; __asm__ __volatile__("btl %1,%2 ; setb %0" :"=q" (__result) :"r" ((int) (fd)), "m" (*(__kernel_fd_set *) (fdsetp))); __result; }))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
algorithm | 82 _OutputIterator __result, 87 *__result = *__first; 89 ++__result; 91 return pair<_InputIterator, _OutputIterator>(__first, __result); 97 _OutputIterator __result, 103 __result)); 110 * @param __result An output iterator. 122 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result) 129 return __gnu_cxx::__copy_n(__first, __count, __result, 163 const int __result = __builtin_memcmp(__first1, __first2 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 169 __result = __get_string(__s, __end, __curs.begin(), __curs.end()); local 170 if (!__result.second && __symbol_required) 172 __s = __result.first; 222 bool __result; local 227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type, 234 if (!__result) { 247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end()); local 248 __s = __result.first; 249 if (!__result.second) 258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end()) local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
atomicity.h | 64 _Atomic_word __result = *__mem; local 66 return __result;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
atomicity.h | 66 _Atomic_word __result = *__mem; local 68 return __result;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
atomicity.h | 66 _Atomic_word __result = *__mem; local 68 return __result;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
atomicity.h | 64 _Atomic_word __result = *__mem; local 66 return __result;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
atomicity.h | 64 _Atomic_word __result = *__mem; local 66 return __result;
|