/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
random.tcc | 280 seed(unsigned long __value) 283 __detail::_Shift<_UIntType, __w>::__value>(__value); 292 __detail::_Shift<_UIntType, __w>::__value>(__x); 308 __detail::_Shift<_UIntType, __w>::__value>(__gen()); 426 seed(unsigned long __value) 428 if (__value == 0) 429 __value = 19780503; 432 __lcg(__value); 457 __factor *= __detail::_Shift<_UIntType, 32>::__value; [all...] |
special_function_util.h | 53 static const _Tp __value; member in struct:tr1::__detail::__floating_point_constant
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
random.tcc | 280 seed(unsigned long __value) 283 __detail::_Shift<_UIntType, __w>::__value>(__value); 292 __detail::_Shift<_UIntType, __w>::__value>(__x); 308 __detail::_Shift<_UIntType, __w>::__value>(__gen()); 426 seed(unsigned long __value) 428 if (__value == 0) 429 __value = 19780503; 432 __lcg(__value); 457 __factor *= __detail::_Shift<_UIntType, 32>::__value; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
random.tcc | 280 seed(unsigned long __value) 283 __detail::_Shift<_UIntType, __w>::__value>(__value); 292 __detail::_Shift<_UIntType, __w>::__value>(__x); 308 __detail::_Shift<_UIntType, __w>::__value>(__gen()); 426 seed(unsigned long __value) 428 if (__value == 0) 429 __value = 19780503; 432 __lcg(__value); 457 __factor *= __detail::_Shift<_UIntType, 32>::__value; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
random.tcc | 280 seed(unsigned long __value) 283 __detail::_Shift<_UIntType, __w>::__value>(__value); 292 __detail::_Shift<_UIntType, __w>::__value>(__x); 308 __detail::_Shift<_UIntType, __w>::__value>(__gen()); 426 seed(unsigned long __value) 428 if (__value == 0) 429 __value = 19780503; 432 __lcg(__value); 457 __factor *= __detail::_Shift<_UIntType, 32>::__value; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
list | 85 list(size_type __n, const _Tp& __value, 87 : _Base(__n, __value, __a) { } 90 list(size_type __n, const _Tp& __value = _Tp(), 92 : _Base(__n, __value, __a) { } 620 remove(const _Tp& __value) 624 if (*__x == __value) 803 { enum { __value = 1 }; };
|
safe_local_iterator.h | 66 _Safe_local_iterator>::__value; 122 typename _Sequence::local_iterator::iterator_type>::__value, 257 _Safe_local_iterator>::__value,
|
/external/libcxx/include/ |
atomic | 670 _Tp __value, memory_order __order) { 672 __atomic_exchange(&__a->__a_value, &__value, &__ret, 678 static inline _Tp __c11_atomic_exchange(_Atomic(_Tp)* __a, _Tp __value, 681 __atomic_exchange(&__a->__a_value, &__value, &__ret, 688 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, 690 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, 698 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success, 700 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, 708 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, 710 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
atomic | 667 _Tp __value, memory_order __order) { 669 __atomic_exchange(&__a->__a_value, &__value, &__ret, 675 static inline _Tp __c11_atomic_exchange(_Atomic(_Tp)* __a, _Tp __value, 678 __atomic_exchange(&__a->__a_value, &__value, &__ret, 685 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, 687 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, 695 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success, 697 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, 705 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, 707 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
list.tcc | 239 remove(const value_type& __value) 248 if (*__first == __value) 253 if (std::__addressof(*__first) != std::__addressof(__value))
|
stl_vector.h | 276 * @param __value An element to copy. 279 * This constructor fills the %vector with @a __n copies of @a __value. 281 vector(size_type __n, const value_type& __value, 284 { _M_fill_initialize(__n, __value); } 289 * @param __value An element to copy. 292 * This constructor fills the %vector with @a __n copies of @a __value. 295 vector(size_type __n, const value_type& __value = value_type(), 298 { _M_fill_initialize(__n, __value); } 1166 _M_fill_initialize(static_cast<size_type>(__n), __value); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
list.tcc | 239 remove(const value_type& __value) 248 if (*__first == __value) 253 if (std::__addressof(*__first) != std::__addressof(__value))
|
stl_vector.h | 276 * @param __value An element to copy. 279 * This constructor fills the %vector with @a __n copies of @a __value. 281 vector(size_type __n, const value_type& __value, 284 { _M_fill_initialize(__n, __value); } 289 * @param __value An element to copy. 292 * This constructor fills the %vector with @a __n copies of @a __value. 295 vector(size_type __n, const value_type& __value = value_type(), 298 { _M_fill_initialize(__n, __value); } 1166 _M_fill_initialize(static_cast<size_type>(__n), __value); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
list.tcc | 239 remove(const value_type& __value) 248 if (*__first == __value) 253 if (std::__addressof(*__first) != std::__addressof(__value))
|
stl_vector.h | 276 * @param __value An element to copy. 279 * This constructor fills the %vector with @a __n copies of @a __value. 281 vector(size_type __n, const value_type& __value, 284 { _M_fill_initialize(__n, __value); } 289 * @param __value An element to copy. 292 * This constructor fills the %vector with @a __n copies of @a __value. 295 vector(size_type __n, const value_type& __value = value_type(), 298 { _M_fill_initialize(__n, __value); } 1166 _M_fill_initialize(static_cast<size_type>(__n), __value); local [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
atomic | 667 _Tp __value, memory_order __order) { 669 __atomic_exchange(&__a->__a_value, &__value, &__ret, 675 static inline _Tp __c11_atomic_exchange(_Atomic(_Tp)* __a, _Tp __value, 678 __atomic_exchange(&__a->__a_value, &__value, &__ret, 685 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, 687 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, 695 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success, 697 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, 705 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, 707 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
envz.h | 53 __const char *__restrict __value) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
hash_map | 534 operator=(const typename _Container::value_type& __value) 536 container->insert(__value); 577 operator=(const typename _Container::value_type& __value) 579 container->insert(__value);
|
hash_set | 502 operator=(const typename _Container::value_type& __value) 504 container->insert(__value); 546 operator=(const typename _Container::value_type& __value) 548 container->insert(__value);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
hash_map | 534 operator=(const typename _Container::value_type& __value) 536 container->insert(__value); 577 operator=(const typename _Container::value_type& __value) 579 container->insert(__value);
|
hash_set | 502 operator=(const typename _Container::value_type& __value) 504 container->insert(__value); 546 operator=(const typename _Container::value_type& __value) 548 container->insert(__value);
|
string_conversions.h | 67 || (std::__are_same<_Ret, int>::__value
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
envz.h | 53 __const char *__restrict __value) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
hash_map | 534 operator=(const typename _Container::value_type& __value) 536 container->insert(__value); 577 operator=(const typename _Container::value_type& __value) 579 container->insert(__value);
|
hash_set | 502 operator=(const typename _Container::value_type& __value) 504 container->insert(__value); 546 operator=(const typename _Container::value_type& __value) 548 container->insert(__value);
|