/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
sso_string_base.h | 561 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local 564 this->_S_copy(__r, _M_data(), __pos); 566 this->_S_copy(__r + __pos, __s, __len2); 568 this->_S_copy(__r + __pos + __len2, 572 _M_data(__r);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
sso_string_base.h | 567 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local 570 this->_S_copy(__r, _M_data(), __pos); 572 this->_S_copy(__r + __pos, __s, __len2); 574 this->_S_copy(__r + __pos + __len2, 578 _M_data(__r);
|
bitmap_allocator.h | 1045 address(reference __r) const 1046 { return std::__addressof(__r); } 1049 address(const_reference __r) const 1050 { return std::__addressof(__r); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
sso_string_base.h | 546 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local 549 this->_S_copy(__r, _M_data(), __pos); 551 this->_S_copy(__r + __pos, __s, __len2); 553 this->_S_copy(__r + __pos + __len2, 557 _M_data(__r);
|
bitmap_allocator.h | 1042 address(reference __r) const _GLIBCXX_NOEXCEPT 1043 { return std::__addressof(__r); } 1046 address(const_reference __r) const _GLIBCXX_NOEXCEPT 1047 { return std::__addressof(__r); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
sso_string_base.h | 567 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local 570 this->_S_copy(__r, _M_data(), __pos); 572 this->_S_copy(__r + __pos, __s, __len2); 574 this->_S_copy(__r + __pos + __len2, 578 _M_data(__r);
|
bitmap_allocator.h | 1045 address(reference __r) const 1046 { return std::__addressof(__r); } 1049 address(const_reference __r) const 1050 { return std::__addressof(__r); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
sso_string_base.h | 546 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local 549 this->_S_copy(__r, _M_data(), __pos); 551 this->_S_copy(__r + __pos, __s, __len2); 553 this->_S_copy(__r + __pos + __len2, 557 _M_data(__r);
|
bitmap_allocator.h | 1042 address(reference __r) const _GLIBCXX_NOEXCEPT 1043 { return std::__addressof(__r); } 1046 address(const_reference __r) const _GLIBCXX_NOEXCEPT 1047 { return std::__addressof(__r); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
sso_string_base.h | 545 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local 548 this->_S_copy(__r, _M_data(), __pos); 550 this->_S_copy(__r + __pos, __s, __len2); 552 this->_S_copy(__r + __pos + __len2, 556 _M_data(__r);
|
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); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
multiseq_selection.h | 146 __nmax, __n, __r; local 184 __r = __rd_log2(__nmax) + 1; 188 __l = (1ULL << __r) - 1; 408 _DifferenceType __nmax, __n, __r; 435 __r = __rd_log2(__nmax) + 1; 439 __l = __round_up_to_pow2(__r) - 1;
|
/external/kernel-headers/original/asm-arm/ |
bitops.h | 278 ({ int __r; asm("clz\t%0, %1" : "=r"(__r) : "r"(x) : "cc"); 32-__r; }) )
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 361 volatile __typeof(a) __ia, __ib, __r, __vw; \ 374 __r = __ia - __vw; \ 375 __r += __ib; \ 376 assert(__vw == (a) && __r == (b)); \
|
/external/blktrace/ |
blkparse_fmt.c | 154 struct blk_io_trace_remap *__r = pdu_start(t); local 155 __u64 sector_from = __r->sector_from; 157 r->device_from = be32_to_cpu(__r->device_from); 158 r->device_to = be32_to_cpu(__r->device_to);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex_grep_matcher.h | 108 _Results& __r,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex_grep_matcher.h | 108 _Results& __r,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_grep_matcher.h | 108 _Results& __r,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_grep_matcher.h | 108 _Results& __r,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_grep_matcher.h | 108 _Results& __r,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_grep_matcher.h | 108 _Results& __r,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_grep_matcher.h | 114 _Results& __r,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
bitmap_allocator.h | 1045 address(reference __r) const 1046 { return std::__addressof(__r); } 1049 address(const_reference __r) const 1050 { return std::__addressof(__r); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
bitmap_allocator.h | 1045 address(reference __r) const 1046 { return std::__addressof(__r); } 1049 address(const_reference __r) const 1050 { return std::__addressof(__r); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...] |