Searched
full:__result (Results
276 -
300 of
725) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
workstealing.h | 85 * @param __r Functor to @a add a single __result to the already 164 _Result __result = _Result(); local 193 __result = __f(__op, __begin + __my_first); 231 __result = __r(__result, __f(__op, __current)); 296 __output = __r(__output, __result);
|
/external/stlport/stlport/stl/ |
_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/ |
_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/i686-linux/include/c++/4.4.3/ext/ |
atomicity.h | 64 _Atomic_word __result = *__mem; local 66 return __result;
|
algorithm | 79 _OutputIterator __result, 84 *__result = *__first; 86 ++__result; 88 return pair<_InputIterator, _OutputIterator>(__first, __result); 94 _OutputIterator __result, 100 __result)); 119 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result) 126 return __copy_n(__first, __count, __result, 160 const int __result = __builtin_memcmp(__first1, __first2, 162 return __result != 0 ? __resul [all...] |