HomeSort by relevance Sort by last modified time
    Searched refs:__r (Results 176 - 200 of 218) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 1047 address(reference __r) const _GLIBCXX_NOEXCEPT
1048 { return std::__addressof(__r); }
1051 address(const_reference __r) const _GLIBCXX_NOEXCEPT
1052 { return std::__addressof(__r); }
pointer.h 585 static pointer pointer_to(typename pointer::reference __r) noexcept
586 { return pointer(std::addressof(__r)); }
vstring.h 1973 int __r = traits_type::compare(this->_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 1047 address(reference __r) const _GLIBCXX_NOEXCEPT
1048 { return std::__addressof(__r); }
1051 address(const_reference __r) const _GLIBCXX_NOEXCEPT
1052 { return std::__addressof(__r); }
pointer.h 585 static pointer pointer_to(typename pointer::reference __r) noexcept
586 { return pointer(std::addressof(__r)); }
vstring.h 1973 int __r = traits_type::compare(this->_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 1047 address(reference __r) const _GLIBCXX_NOEXCEPT
1048 { return std::__addressof(__r); }
1051 address(const_reference __r) const _GLIBCXX_NOEXCEPT
1052 { return std::__addressof(__r); }
pointer.h 585 static pointer pointer_to(typename pointer::reference __r) noexcept
586 { return pointer(std::addressof(__r)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pointer.h 585 static pointer pointer_to(typename pointer::reference __r) noexcept
586 { return pointer(std::addressof(__r)); }
vstring.h 1973 int __r = traits_type::compare(this->_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 547 template<class _UIntType, int __w, int __n, int __m, int __r,
562 static const int mask_bits = __r;
724 template<typename _IntType, _IntType __m, int __s, int __r>
735 static const int long_lag = __r;
897 template<typename _RealType, int __w, int __s, int __r>
906 static const int long_lag = __r;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 547 template<class _UIntType, int __w, int __n, int __m, int __r,
562 static const int mask_bits = __r;
724 template<typename _IntType, _IntType __m, int __s, int __r>
735 static const int long_lag = __r;
897 template<typename _RealType, int __w, int __s, int __r>
906 static const int long_lag = __r;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 547 template<class _UIntType, int __w, int __n, int __m, int __r,
562 static const int mask_bits = __r;
724 template<typename _IntType, _IntType __m, int __s, int __r>
735 static const int long_lag = __r;
897 template<typename _RealType, int __w, int __s, int __r>
906 static const int long_lag = __r;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 547 template<class _UIntType, int __w, int __n, int __m, int __r,
562 static const int mask_bits = __r;
724 template<typename _IntType, _IntType __m, int __s, int __r>
735 static const int long_lag = __r;
897 template<typename _RealType, int __w, int __s, int __r>
906 static const int long_lag = __r;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 433 * @tparam __r The separation point bit index.
445 size_t __n, size_t __m, size_t __r,
455 static_assert(__r <= __w, "template argument substituting "
456 "__r out of bound");
486 static constexpr size_t mask_bits = __r;
636 size_t __n, size_t __m, size_t __r,
642 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
644 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
667 template<typename _UIntType, size_t __w, size_t __s, size_t __r>
672 static_assert(0u < __s && __s < __r,
    [all...]
basic_string.h 2231 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 433 * @tparam __r The separation point bit index.
445 size_t __n, size_t __m, size_t __r,
455 static_assert(__r <= __w, "template argument substituting "
456 "__r out of bound");
486 static constexpr size_t mask_bits = __r;
636 size_t __n, size_t __m, size_t __r,
642 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
644 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
667 template<typename _UIntType, size_t __w, size_t __s, size_t __r>
672 static_assert(0u < __s && __s < __r,
    [all...]
basic_string.h 2231 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
random.h 433 * @tparam __r The separation point bit index.
445 size_t __n, size_t __m, size_t __r,
455 static_assert(__r <= __w, "template argument substituting "
456 "__r out of bound");
486 static constexpr size_t mask_bits = __r;
636 size_t __n, size_t __m, size_t __r,
642 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
644 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
667 template<typename _UIntType, size_t __w, size_t __s, size_t __r>
672 static_assert(0u < __s && __s < __r,
    [all...]
basic_string.h 2231 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h 435 * @tparam __r The separation point bit index.
447 size_t __n, size_t __m, size_t __r,
457 static_assert(__r <= __w, "template argument substituting "
458 "__r out of bound");
488 static constexpr size_t mask_bits = __r;
638 size_t __n, size_t __m, size_t __r,
644 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
646 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
669 template<typename _UIntType, size_t __w, size_t __s, size_t __r>
674 static_assert(0u < __s && __s < __r,
    [all...]
basic_string.h 2250 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyopers.swg 209 #define %pybinopermaybecall(oper) %pythonmaybecall __ ## oper ## __; %pythonmaybecall __r ## oper ## __
  /external/libunwind_llvm/src/
Registers.hpp 1346 uint32_t __r[13]; \/\/ r0-r12 member in struct:libunwind::Registers_arm::GPRs
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 1346 uint32_t __r[13]; \/\/ r0-r12 member in struct:libunwind::Registers_arm::GPRs
    [all...]

Completed in 923 milliseconds

1 2 3 4 5 6 78 9