/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
sigset.h | 84 const sigset_t *__right = (right); \ 87 & __right->__val[__cnt]); \ 93 const sigset_t *__right = (right); \ 96 | __right->__val[__cnt]); \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
sigset.h | 84 const sigset_t *__right = (right); \ 87 & __right->__val[__cnt]); \ 93 const sigset_t *__right = (right); \ 96 | __right->__val[__cnt]); \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local 160 __fetch_and_add(&__right, -__chunk_size); 201 __rightold = __right, 202 __rightnew = __right + __leftover_right * __chunk_size; 218 __reserved_right[((__thread_right_border - 1) - __right) 281 __right = __rightnew; 282 __dist = __right - __left + 1; 285 # pragma omp flush(__left, __right) 288 _DifferenceType __final_left = __left, __final_right = __right; 375 // Left side: < __pivot_pos; __right side: >= __pivot_po [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local 160 __fetch_and_add(&__right, -__chunk_size); 201 __rightold = __right, 202 __rightnew = __right + __leftover_right * __chunk_size; 218 __reserved_right[((__thread_right_border - 1) - __right) 281 __right = __rightnew; 282 __dist = __right - __left + 1; 285 # pragma omp flush(__left, __right) 288 _DifferenceType __final_left = __left, __final_right = __right; 375 // Left side: < __pivot_pos; __right side: >= __pivot_po [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local 160 __fetch_and_add(&__right, -__chunk_size); 201 __rightold = __right, 202 __rightnew = __right + __leftover_right * __chunk_size; 218 __reserved_right[((__thread_right_border - 1) - __right) 281 __right = __rightnew; 282 __dist = __right - __left + 1; 285 # pragma omp flush(__left, __right) 288 _DifferenceType __final_left = __left, __final_right = __right; 375 // Left side: < __pivot_pos; __right side: >= __pivot_po [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local 160 __fetch_and_add(&__right, -__chunk_size); 201 __rightold = __right, 202 __rightnew = __right + __leftover_right * __chunk_size; 218 __reserved_right[((__thread_right_border - 1) - __right) 281 __right = __rightnew; 282 __dist = __right - __left + 1; 285 # pragma omp flush(__left, __right) 288 _DifferenceType __final_left = __left, __final_right = __right; 375 // Left side: < __pivot_pos; __right side: >= __pivot_po [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local 160 __fetch_and_add(&__right, -__chunk_size); 201 __rightold = __right, 202 __rightnew = __right + __leftover_right * __chunk_size; 218 __reserved_right[((__thread_right_border - 1) - __right) 281 __right = __rightnew; 282 __dist = __right - __left + 1; 285 # pragma omp flush(__left, __right) 288 _DifferenceType __final_left = __left, __final_right = __right; 375 // Left side: < __pivot_pos; __right side: >= __pivot_po [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
rope | 418 const rope<_CharT, _Alloc>& __right); 422 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 426 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
rope | 418 const rope<_CharT, _Alloc>& __right); 422 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 426 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
rope | 418 const rope<_CharT, _Alloc>& __right); 422 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 426 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 415 const rope<_CharT, _Alloc>& __right); 419 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 423 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 415 const rope<_CharT, _Alloc>& __right); 419 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 423 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 415 const rope<_CharT, _Alloc>& __right); 419 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 423 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
rope | 415 const rope<_CharT, _Alloc>& __right); 419 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 423 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
rope | 417 const rope<_CharT, _Alloc>& __right); 421 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 425 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
rope | 419 const rope<_CharT, _Alloc>& __right); 423 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 427 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
rope | 417 const rope<_CharT, _Alloc>& __right); 421 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 425 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
rope | 419 const rope<_CharT, _Alloc>& __right); 423 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 427 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
rope | 418 const rope<_CharT, _Alloc>& __right); 422 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 426 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
rope | 418 const rope<_CharT, _Alloc>& __right); 422 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 426 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 794 // __right. Assumes path_cache_len <= 9. [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 794 // __right. Assumes path_cache_len <= 9. [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 794 // __right. Assumes path_cache_len <= 9. [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 794 // __right. Assumes path_cache_len <= 9. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 794 // __right. Assumes path_cache_len <= 9. [all...] |