HomeSort by relevance Sort by last modified time
    Searched full:__shift (Results 1 - 25 of 39) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_list_to_vector.h 129 __opr_insert(std::size_t __shift, std::size_t __size)
131 _M_shift_count += __shift;
199 __opr_insert(const void* __obj, std::size_t __shift, std::size_t __size)
203 __res->__opr_insert(__shift, __size);
231 __vector_cost(std::size_t __shift, std::size_t __iterate)
234 return (__shift
241 __list_cost(std::size_t __shift, std::size_t __iterate)
243 return (__shift
286 std::size_t __shift, std::size_t __size)
291 _GLIBCXX_PROFILE_DATA(_S_list_to_vector)->__opr_insert(__obj, __shift,
    [all...]
profiler_vector_to_list.h 232 __vector_cost(std::size_t __shift, std::size_t __iterate,
235 return (__shift
244 __list_cost(std::size_t __shift, std::size_t __iterate,
247 return (__shift
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_list_to_vector.h 129 __opr_insert(std::size_t __shift, std::size_t __size)
131 _M_shift_count += __shift;
199 __opr_insert(const void* __obj, std::size_t __shift, std::size_t __size)
203 __res->__opr_insert(__shift, __size);
231 __vector_cost(std::size_t __shift, std::size_t __iterate)
234 return (__shift
241 __list_cost(std::size_t __shift, std::size_t __iterate)
243 return (__shift
286 std::size_t __shift, std::size_t __size)
291 _GLIBCXX_PROFILE_DATA(_S_list_to_vector)->__opr_insert(__obj, __shift,
    [all...]
profiler_vector_to_list.h 232 __vector_cost(std::size_t __shift, std::size_t __iterate,
235 return (__shift
244 __list_cost(std::size_t __shift, std::size_t __iterate,
247 return (__shift
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_list_to_vector.h 129 __opr_insert(std::size_t __shift, std::size_t __size)
131 _M_shift_count += __shift;
199 __opr_insert(const void* __obj, std::size_t __shift, std::size_t __size)
203 __res->__opr_insert(__shift, __size);
231 __vector_cost(std::size_t __shift, std::size_t __iterate)
234 return (__shift
241 __list_cost(std::size_t __shift, std::size_t __iterate)
243 return (__shift
286 std::size_t __shift, std::size_t __size)
291 _GLIBCXX_PROFILE_DATA(_S_list_to_vector)->__opr_insert(__obj, __shift,
    [all...]
profiler_vector_to_list.h 232 __vector_cost(std::size_t __shift, std::size_t __iterate,
235 return (__shift
244 __list_cost(std::size_t __shift, std::size_t __iterate,
247 return (__shift
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_list_to_vector.h 129 __opr_insert(std::size_t __shift, std::size_t __size)
131 _M_shift_count += __shift;
199 __opr_insert(const void* __obj, std::size_t __shift, std::size_t __size)
203 __res->__opr_insert(__shift, __size);
231 __vector_cost(std::size_t __shift, std::size_t __iterate)
234 return (__shift
241 __list_cost(std::size_t __shift, std::size_t __iterate)
243 return (__shift
286 std::size_t __shift, std::size_t __size)
291 _GLIBCXX_PROFILE_DATA(_S_list_to_vector)->__opr_insert(__obj, __shift,
    [all...]
profiler_vector_to_list.h 232 __vector_cost(std::size_t __shift, std::size_t __iterate,
235 return (__shift
244 __list_cost(std::size_t __shift, std::size_t __iterate,
247 return (__shift
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) {
36 if (__shift != 0) {
37 const size_t __wshift = __shift / __BITS_PER_WORD;
38 const size_t __offset = __shift % __BITS_PER_WORD;
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) {
58 if (__shift != 0) {
59 const size_t __wshift = __shift / __BITS_PER_WORD;
60 const size_t __offset = __shift % __BITS_PER_WORD;
_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/current/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) {
36 if (__shift != 0) {
37 const size_t __wshift = __shift / __BITS_PER_WORD;
38 const size_t __offset = __shift % __BITS_PER_WORD;
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) {
58 if (__shift != 0) {
59 const size_t __wshift = __shift / __BITS_PER_WORD;
60 const size_t __offset = __shift % __BITS_PER_WORD;
_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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
dynamic_bitset.tcc 44 __dynamic_bitset_base<_WordT, _Alloc>::_M_do_left_shift(size_t __shift)
46 if (__builtin_expect(__shift != 0, 1))
48 const size_t __wshift = __shift / _S_bits_per_block;
49 const size_t __offset = __shift % _S_bits_per_block;
70 __dynamic_bitset_base<_WordT, _Alloc>::_M_do_right_shift(size_t __shift)
72 if (__builtin_expect(__shift != 0, 1))
74 const size_t __wshift = __shift / _S_bits_per_block;
75 const size_t __offset = __shift % _S_bits_per_block;
dynamic_bitset 225 _M_do_left_shift(size_t __shift);
228 _M_do_right_shift(size_t __shift);
463 size_type __shift = this->_M_Nb % bits_per_block;
464 if (__shift > 0)
465 this->_M_hiword() &= ~((~static_cast<block_type>(0)) << __shift);
472 size_type __shift = this->_M_Nb % bits_per_block;
473 if (__shift > 0)
474 this->_M_hiword() |= ((~static_cast<block_type>(0)) << __shift);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
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/current/sources/cxx-stl/gnu-libstdc++/4.9/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]

Completed in 1637 milliseconds

1 2