/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
bitset | 139 _M_do_left_shift(size_t __shift); 142 _M_do_right_shift(size_t __shift); 214 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) 216 if (__builtin_expect(__shift != 0, 1)) 218 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 219 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; 240 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) 242 if (__builtin_expect(__shift != 0, 1)) 244 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 245 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
bitset | 156 _M_do_left_shift(size_t __shift); 159 _M_do_right_shift(size_t __shift); 236 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) 238 if (__builtin_expect(__shift != 0, 1)) 240 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; 262 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) 264 if (__builtin_expect(__shift != 0, 1)) 266 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
bitset | 156 _M_do_left_shift(size_t __shift); 159 _M_do_right_shift(size_t __shift); 236 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) 238 if (__builtin_expect(__shift != 0, 1)) 240 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; 262 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) 264 if (__builtin_expect(__shift != 0, 1)) 266 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
bitset | 156 _M_do_left_shift(size_t __shift); 159 _M_do_right_shift(size_t __shift); 236 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) 238 if (__builtin_expect(__shift != 0, 1)) 240 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; 262 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) 264 if (__builtin_expect(__shift != 0, 1)) 266 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
bitset | 156 _M_do_left_shift(size_t __shift) _GLIBCXX_NOEXCEPT; 159 _M_do_right_shift(size_t __shift) _GLIBCXX_NOEXCEPT; 238 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) _GLIBCXX_NOEXCEPT 240 if (__builtin_expect(__shift != 0, 1)) 242 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 243 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; 264 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) _GLIBCXX_NOEXCEPT 266 if (__builtin_expect(__shift != 0, 1)) 268 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 269 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD [all...] |
ratio | 221 static constexpr int __shift = __builtin_clzll(__d); 222 static constexpr int __coshift_ = sizeof(uintmax_t) * 8 - __shift; 223 static constexpr int __coshift = (__shift != 0) ? __coshift_ : 0; 224 static constexpr uintmax_t __c1 = uintmax_t(1) << __shift; 229 static constexpr uintmax_t __n0_top = (__shift != 0) ? (__n0 / __c2) : 0;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
bitset | 156 _M_do_left_shift(size_t __shift); 159 _M_do_right_shift(size_t __shift); 236 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) 238 if (__builtin_expect(__shift != 0, 1)) 240 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; 262 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) 264 if (__builtin_expect(__shift != 0, 1)) 266 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
bitset | 156 _M_do_left_shift(size_t __shift) _GLIBCXX_NOEXCEPT; 159 _M_do_right_shift(size_t __shift) _GLIBCXX_NOEXCEPT; 238 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) _GLIBCXX_NOEXCEPT 240 if (__builtin_expect(__shift != 0, 1)) 242 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 243 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; 264 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) _GLIBCXX_NOEXCEPT 266 if (__builtin_expect(__shift != 0, 1)) 268 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 269 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD [all...] |
ratio | 221 static constexpr int __shift = __builtin_clzll(__d); 222 static constexpr int __coshift_ = sizeof(uintmax_t) * 8 - __shift; 223 static constexpr int __coshift = (__shift != 0) ? __coshift_ : 0; 224 static constexpr uintmax_t __c1 = uintmax_t(1) << __shift; 229 static constexpr uintmax_t __n0_top = (__shift != 0) ? (__n0 / __c2) : 0;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
bitset | 154 _M_do_left_shift(size_t __shift) _GLIBCXX_NOEXCEPT; 157 _M_do_right_shift(size_t __shift) _GLIBCXX_NOEXCEPT; 236 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) _GLIBCXX_NOEXCEPT 238 if (__builtin_expect(__shift != 0, 1)) 240 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 241 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD; 262 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) _GLIBCXX_NOEXCEPT 264 if (__builtin_expect(__shift != 0, 1)) 266 const size_t __wshift = __shift / _GLIBCXX_BITSET_BITS_PER_WORD; 267 const size_t __offset = __shift % _GLIBCXX_BITSET_BITS_PER_WORD [all...] |
ratio | 218 static constexpr int __shift = __builtin_clzll(__d); 219 static constexpr int __coshift_ = sizeof(uintmax_t) * 8 - __shift; 220 static constexpr int __coshift = (__shift != 0) ? __coshift_ : 0; 221 static constexpr uintmax_t __c1 = uintmax_t(1) << __shift; 226 static constexpr uintmax_t __n0_top = (__shift != 0) ? (__n0 / __c2) : 0;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
dynamic_bitset | 221 _M_do_left_shift(size_t __shift); 224 _M_do_right_shift(size_t __shift); 371 __dynamic_bitset_base<_WordT, _Alloc>::_M_do_left_shift(size_t __shift) 373 if (__builtin_expect(__shift != 0, 1)) 375 const size_t __wshift = __shift / _S_bits_per_block; 376 const size_t __offset = __shift % _S_bits_per_block; 397 __dynamic_bitset_base<_WordT, _Alloc>::_M_do_right_shift(size_t __shift) 399 if (__builtin_expect(__shift != 0, 1)) 401 const size_t __wshift = __shift / _S_bits_per_block; 402 const size_t __offset = __shift % _S_bits_per_block [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
dynamic_bitset | 221 _M_do_left_shift(size_t __shift); 224 _M_do_right_shift(size_t __shift); 371 __dynamic_bitset_base<_WordT, _Alloc>::_M_do_left_shift(size_t __shift) 373 if (__builtin_expect(__shift != 0, 1)) 375 const size_t __wshift = __shift / _S_bits_per_block; 376 const size_t __offset = __shift % _S_bits_per_block; 397 __dynamic_bitset_base<_WordT, _Alloc>::_M_do_right_shift(size_t __shift) 399 if (__builtin_expect(__shift != 0, 1)) 401 const size_t __wshift = __shift / _S_bits_per_block; 402 const size_t __offset = __shift % _S_bits_per_block [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/ |
dynamic_bitset | 220 _M_do_left_shift(size_t __shift); 223 _M_do_right_shift(size_t __shift); 370 __dynamic_bitset_base<_WordT, _Alloc>::_M_do_left_shift(size_t __shift) 372 if (__builtin_expect(__shift != 0, 1)) 374 const size_t __wshift = __shift / _S_bits_per_block; 375 const size_t __offset = __shift % _S_bits_per_block; 396 __dynamic_bitset_base<_WordT, _Alloc>::_M_do_right_shift(size_t __shift) 398 if (__builtin_expect(__shift != 0, 1)) 400 const size_t __wshift = __shift / _S_bits_per_block; 401 const size_t __offset = __shift % _S_bits_per_block [all...] |
/external/stlport/stlport/stl/ |
_bitset.h | 156 void _M_do_left_shift(size_t __shift); 158 void _M_do_right_shift(size_t __shift); 241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local 242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 156 void _M_do_left_shift(size_t __shift); 158 void _M_do_right_shift(size_t __shift); 241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local 242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 156 void _M_do_left_shift(size_t __shift); 158 void _M_do_right_shift(size_t __shift); 241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local 242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 156 void _M_do_left_shift(size_t __shift); 158 void _M_do_right_shift(size_t __shift); 241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local 242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 156 void _M_do_left_shift(size_t __shift); 158 void _M_do_right_shift(size_t __shift); 241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local 242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 156 void _M_do_left_shift(size_t __shift); 158 void _M_do_right_shift(size_t __shift); 241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local 242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_bitset.h | 156 void _M_do_left_shift(size_t __shift); 158 void _M_do_right_shift(size_t __shift); 241 void _M_do_left_shift(size_t __shift) { _M_w <<= __shift; } local 242 void _M_do_right_shift(size_t __shift) { _M_w >>= __shift; } local
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
list | 586 size_type __shift = 0; 589 __shift++; 592 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
list | 586 size_type __shift = 0; 589 __shift++; 592 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
list | 586 size_type __shift = 0; 589 __shift++; 592 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
list | 587 size_type __shift = 0; 590 __shift++; 593 __profcxx_list_insert(this, __shift, __size);
|