HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 401 - 425 of 928) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
numeric 137 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value)
145 *__first++ = __value++;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
forward_list 71 forward_list(size_type __n, const _Tp& __value,
73 : _Base(__n, __value, __al)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_construct.h 79 _Construct(_T1* __p, const _T2& __value)
83 ::new(static_cast<void*>(__p)) _T1(__value);
stream_iterator.h 193 operator=(const _Tp& __value)
198 *_M_stream << __value; local
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
numeric 137 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value)
145 *__first++ = __value++;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
forward_list 75 forward_list(size_type __n, const _Tp& __value,
77 : _Base(__n, __value, __al)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_construct.h 79 _Construct(_T1* __p, const _T2& __value)
83 ::new(static_cast<void*>(__p)) _T1(__value);
stream_iterator.h 193 operator=(const _Tp& __value)
198 *_M_stream << __value; local
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
numeric 137 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value)
145 *__first++ = __value++;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
forward_list 75 forward_list(size_type __n, const _Tp& __value,
77 : _Base(__n, __value, __al)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
type_traits 661 static const bool __value = sizeof(__test<_Tp, _Args...>(0)) == 1;
676 static const bool __value = sizeof(__test<_Tp, _Arg>(0)) == 1;
686 _Args...>::__value>
691 { static const bool __value = false; };
695 { static const bool __value = noexcept(_Tp(declval<_Args>()...)); };
700 static const bool __value = noexcept(static_cast<_Tp>(declval<_Arg>()));
708 _Tp, _Args...>::__value>
765 { static const bool __value = is_void<_To>::value; };
782 static const bool __value = sizeof(__test<_From, _To>(0)) == 1;
791 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 661 static const bool __value = sizeof(__test<_Tp, _Args...>(0)) == 1;
676 static const bool __value = sizeof(__test<_Tp, _Arg>(0)) == 1;
686 _Args...>::__value>
691 { static const bool __value = false; };
695 { static const bool __value = noexcept(_Tp(declval<_Args>()...)); };
700 static const bool __value = noexcept(static_cast<_Tp>(declval<_Arg>()));
708 _Tp, _Args...>::__value>
765 { static const bool __value = is_void<_To>::value; };
782 static const bool __value = sizeof(__test<_From, _To>(0)) == 1;
791 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 661 static const bool __value = sizeof(__test<_Tp, _Args...>(0)) == 1;
676 static const bool __value = sizeof(__test<_Tp, _Arg>(0)) == 1;
686 _Args...>::__value>
691 { static const bool __value = false; };
695 { static const bool __value = noexcept(_Tp(declval<_Args>()...)); };
700 static const bool __value = noexcept(static_cast<_Tp>(declval<_Arg>()));
708 _Tp, _Args...>::__value>
765 { static const bool __value = is_void<_To>::value; };
782 static const bool __value = sizeof(__test<_From, _To>(0)) == 1;
791 __is_convertible_helper<_From, _To>::__value>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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-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...]
  /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/8/sources/cxx-stl/gnu-libstdc++/4.6/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/8/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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/9/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 }; };
  /external/libcxx/include/
atomic 659 _Tp __value, memory_order __order) {
661 __atomic_exchange(&__a->__a_value, &__value, &__ret,
667 static inline _Tp __c11_atomic_exchange(_Atomic(_Tp)* __a, _Tp __value,
670 __atomic_exchange(&__a->__a_value, &__value, &__ret,
677 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
679 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
687 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
689 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
697 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
699 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...]

Completed in 991 milliseconds

<<11121314151617181920>>