/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/ |
gthr-tpf.h | 213 int __r; local 215 __r = __gthrw_(pthread_mutexattr_init) (&__attr); 216 if (!__r) 217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr, 219 if (!__r) 220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr); 221 if (!__r) 222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); 223 return __r;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/ |
gthr-tpf.h | 213 int __r; local 215 __r = __gthrw_(pthread_mutexattr_init) (&__attr); 216 if (!__r) 217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr, 219 if (!__r) 220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr); 221 if (!__r) 222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); 223 return __r;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/ |
gthr-tpf.h | 213 int __r; local 215 __r = __gthrw_(pthread_mutexattr_init) (&__attr); 216 if (!__r) 217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr, 219 if (!__r) 220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr); 221 if (!__r) 222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); 223 return __r;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/ |
gthr-tpf.h | 213 int __r; local 215 __r = __gthrw_(pthread_mutexattr_init) (&__attr); 216 if (!__r) 217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr, 219 if (!__r) 220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr); 221 if (!__r) 222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr); 223 return __r;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
pod_char_traits.h | 179 int_type __r = { -1 }; local 180 return __r;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
pod_char_traits.h | 178 int_type __r = { -1 }; local 179 return __r;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
balanced_quicksort.h | 151 _RAIter __r; local 152 for (__r = __begin; __r != __pivot_pos; ++__r) 153 _GLIBCXX_PARALLEL_ASSERT(__comp(*__r, *__pivot_pos)); 154 for (; __r != __end; ++__r) 155 _GLIBCXX_PARALLEL_ASSERT(!__comp(*__r, *__pivot_pos));
|
set_operations.h | 47 std::pair<_IIter, _IIter> __e, _OutputIterator __r) 53 *__r++ = *__b.first++; 60 *__r++ = *__b.second++; 62 return __r; 80 _OutputIterator __r) const 86 *__r = *__a; 88 ++__r; 92 *__r = *__c; 94 ++__r; 102 return std::copy(__c, __d, std::copy(__a, __b, __r)); 442 _OutputIterator __r = __result; local [all...] |
/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.4.3/i686-linux/include/c++/4.4.3/bits/ |
atomic_0.h | 48 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 50 __r; }) 66 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 69 __r; }) 75 bool __r; \ 79 if (__t__ == *__q) { *__p = __v; __r = true; } \ 80 else { *__q = __t__; __r = false; } \ 82 __r; }) 183 void* __r = *__p; local 186 return __r; 195 void* __r = *__p; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
atomic_0.h | 67 __i_type __r = *__p; \ 69 __r; }) 87 __i_type __r = *__p; \ 90 __r; }) 97 bool __r; \ 104 __r = true; \ 106 else { *__q = __t; __r = false; } \ 108 __r; }) 591 __pointer_type __r = *__p2; local 594 __r; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
atomic_0.h | 67 __i_type __r = *__p; \ 69 __r; }) 87 __i_type __r = *__p; \ 90 __r; }) 97 bool __r; \ 104 __r = true; \ 106 else { *__q = __t; __r = false; } \ 108 __r; }) 591 __pointer_type __r = *__p2; local 594 __r; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_0.h | 48 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 50 __r; }) 66 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 69 __r; }) 75 bool __r; \ 79 if (__t__ == *__q) { *__p = __v; __r = true; } \ 80 else { *__q = __t__; __r = false; } \ 82 __r; }) 183 void* __r = *__p; local 186 return __r; 195 void* __r = *__p; local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/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/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_0.h | 48 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 50 __r; }) 66 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 69 __r; }) 75 bool __r; \ 79 if (__t__ == *__q) { *__p = __v; __r = true; } \ 80 else { *__q = __t__; __r = false; } \ 82 __r; }) 183 void* __r = *__p; local 186 return __r; 195 void* __r = *__p; local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/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/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_0.h | 48 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 50 __r; }) 66 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 69 __r; }) 75 bool __r; \ 79 if (__t__ == *__q) { *__p = __v; __r = true; } \ 80 else { *__q = __t__; __r = false; } \ 82 __r; }) 183 void* __r = *__p; local 186 return __r; 195 void* __r = *__p; local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/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.4.3/include/bits/ |
atomic_0.h | 48 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 50 __r; }) 66 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \ 69 __r; }) 75 bool __r; \ 79 if (__t__ == *__q) { *__p = __v; __r = true; } \ 80 else { *__q = __t__; __r = false; } \ 82 __r; }) 183 void* __r = *__p; local 186 return __r; 195 void* __r = *__p; local [all...] |
/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/bits/ |
atomic_0.h | 67 __i_type __r = *__p; \ 69 __r; }) 87 __i_type __r = *__p; \ 90 __r; }) 97 bool __r; \ 104 __r = true; \ 106 else { *__q = __t; __r = false; } \ 108 __r; }) 591 __pointer_type __r = *__p2; local 594 __r; [all...] |
/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);
|