HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 276 - 300 of 677) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 114 _Base_bitset(unsigned long __val) {
116 _M_w[0] = __val;
217 _Base_bitset(unsigned long __val) : _M_w(__val) {}
333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val)
334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); }
417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); }
487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) {
488 if (__val)
    [all...]
_list.h 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
312 list(size_type __n, const_reference __val)
314 { this->insert(begin(), __n, __val); }
315 list(size_type __n, const_reference __val, const allocator_type& __a)
318 { this->insert(begin(), __n, __val); } local
555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); }
557 void _M_fill_assign(size_type __n, const_reference __val);
567 void _M_assign_dispatch(_Integer __n, _Integer __val,
569 _M_fill_assign(__n, __val);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
bitset 136 constexpr bitset(unsigned long long __val) noexcept
138 bitset(unsigned long __val)
140 : _Base(__val) { }
220 set(size_t __pos, bool __val = true)
222 _Base::set(__pos, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 311 _PseudoSequenceIterator(const _Tp& __val, _DifferenceType __pos)
312 : _M_val(__val), _M_pos(__pos) { }
368 * @param __val Element of the sequence.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
bitset 102 constexpr bitset(unsigned long long __val) noexcept
104 bitset(unsigned long __val)
106 : _Base(__val) { }
186 set(size_t __pos, bool __val = true)
188 _Base::set(__pos, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
bitset 136 constexpr bitset(unsigned long long __val) noexcept
138 bitset(unsigned long __val)
140 : _Base(__val) { }
220 set(size_t __pos, bool __val = true)
222 _Base::set(__pos, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 311 _PseudoSequenceIterator(const _Tp& __val, _DifferenceType __pos)
312 : _M_val(__val), _M_pos(__pos) { }
368 * @param __val Element of the sequence.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
bitset 102 constexpr bitset(unsigned long long __val) noexcept
104 bitset(unsigned long __val)
106 : _Base(__val) { }
186 set(size_t __pos, bool __val = true)
188 _Base::set(__pos, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
bitset 136 constexpr bitset(unsigned long long __val) noexcept
138 bitset(unsigned long __val)
140 : _Base(__val) { }
220 set(size_t __pos, bool __val = true)
222 _Base::set(__pos, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
base.h 311 _PseudoSequenceIterator(const _Tp& __val, _DifferenceType __pos)
312 : _M_val(__val), _M_pos(__pos) { }
368 * @param __val Element of the sequence.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
bitset 102 constexpr bitset(unsigned long long __val) noexcept
104 bitset(unsigned long __val)
106 : _Base(__val) { }
186 set(size_t __pos, bool __val = true)
188 _Base::set(__pos, __val);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
bitset 136 constexpr bitset(unsigned long long __val) noexcept
138 bitset(unsigned long __val)
140 : _Base(__val) { }
220 set(size_t __pos, bool __val = true)
222 _Base::set(__pos, __val);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 311 _PseudoSequenceIterator(const _Tp& __val, _DifferenceType __pos)
312 : _M_val(__val), _M_pos(__pos) { }
368 * @param __val Element of the sequence.
371 _PseudoSequence(const _Tp& __val, _DifferenceType __count)
372 : _M_val(__val), _M_count(__count) { }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
bitset 102 constexpr bitset(unsigned long long __val) noexcept
104 bitset(unsigned long __val)
106 : _Base(__val) { }
186 set(size_t __pos, bool __val = true)
188 _Base::set(__pos, __val);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 787 inline size_t operator()(GUID __val) const;
790 inline size_t hash<GUID>::operator()(GUID __val) const
792 return raw_hash(__val);
798 inline size_t operator()(c_string __val) const;
801 inline size_t hash<c_string>::operator()(c_string __val) const
803 return raw_hash(__val.p, strlen(__val.p));
809 inline size_t operator()(std::pair<T, U> __val) const;
813 inline size_t hash<std::pair<T, U> >::operator()(std::pair<T, U> __val) const
816 p.first = hash<T>()(__val.first)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
slist 396 assign(size_type __n, const _Tp& __val)
397 { _M_fill_assign(__n, __val); }
400 _M_fill_assign(size_type __n, const _Tp& __val);
412 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
413 { _M_fill_assign((size_type) __n, (_Tp) __val); }
698 remove(const _Tp& __val);
753 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val)
759 __node->_M_data = __val;
764 _M_insert_after_fill(__prev, __n, __val);
859 slist<_Tp, _Alloc>::remove(const _Tp& __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
slist 396 assign(size_type __n, const _Tp& __val)
397 { _M_fill_assign(__n, __val); }
400 _M_fill_assign(size_type __n, const _Tp& __val);
412 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
413 { _M_fill_assign((size_type) __n, (_Tp) __val); }
698 remove(const _Tp& __val);
753 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val)
759 __node->_M_data = __val;
764 _M_insert_after_fill(__prev, __n, __val);
859 slist<_Tp, _Alloc>::remove(const _Tp& __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
slist 396 assign(size_type __n, const _Tp& __val)
397 { _M_fill_assign(__n, __val); }
400 _M_fill_assign(size_type __n, const _Tp& __val);
412 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
413 { _M_fill_assign((size_type) __n, (_Tp) __val); }
698 remove(const _Tp& __val);
753 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val)
759 __node->_M_data = __val;
764 _M_insert_after_fill(__prev, __n, __val);
859 slist<_Tp, _Alloc>::remove(const _Tp& __val)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
slist 396 assign(size_type __n, const _Tp& __val)
397 { _M_fill_assign(__n, __val); }
400 _M_fill_assign(size_type __n, const _Tp& __val);
412 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
413 { _M_fill_assign((size_type) __n, (_Tp) __val); }
698 remove(const _Tp& __val);
753 slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val)
759 __node->_M_data = __val;
764 _M_insert_after_fill(__prev, __n, __val);
859 slist<_Tp, _Alloc>::remove(const _Tp& __val)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 1858 __val = _GLIBCXX_MOVE(*__last); local
1883 __val = _GLIBCXX_MOVE(*__i); local
    [all...]
forward_list.tcc 217 resize(size_type __sz, const value_type& __val)
230 insert_after(__k, __sz - __len, __val);
272 insert_after(const_iterator __pos, size_type __n, const _Tp& __val)
276 forward_list __tmp(__n, __val, get_allocator());
300 remove(const _Tp& __val)
307 if (*__tmp->_M_valptr() == __val)
309 if (__tmp->_M_valptr() != std::__addressof(__val))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.tcc 217 resize(size_type __sz, const value_type& __val)
230 insert_after(__k, __sz - __len, __val);
272 insert_after(const_iterator __pos, size_type __n, const _Tp& __val)
276 forward_list __tmp(__n, __val, get_allocator());
300 remove(const _Tp& __val)
307 if (*__tmp->_M_valptr() == __val)
309 if (__tmp->_M_valptr() != std::__addressof(__val))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.tcc 217 resize(size_type __sz, const value_type& __val)
230 insert_after(__k, __sz - __len, __val);
272 insert_after(const_iterator __pos, size_type __n, const _Tp& __val)
276 forward_list __tmp(__n, __val, get_allocator());
300 remove(const _Tp& __val)
307 if (*__tmp->_M_valptr() == __val)
309 if (__tmp->_M_valptr() != std::__addressof(__val))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.tcc 217 resize(size_type __sz, const value_type& __val)
230 insert_after(__k, __sz - __len, __val);
272 insert_after(const_iterator __pos, size_type __n, const _Tp& __val)
276 forward_list __tmp(__n, __val, get_allocator());
300 remove(const _Tp& __val)
307 if (*__tmp->_M_valptr() == __val)
309 if (__tmp->_M_valptr() != std::__addressof(__val))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
dynamic_bitset 105 __dynamic_bitset_base(size_type __nbits, unsigned long long __val = 0ULL,
109 __val, __alloc)
116 this->_M_w[__i] = (__val & __mask) >> (__i * _S_bits_per_block);
141 block_type __val = 0;
143 __val = std::numeric_limits<block_type>::max();
144 this->_M_w.resize(__sz, __val);
489 _M_unchecked_set(size_type __pos, int __val)
491 if (__val)
607 dynamic_bitset(size_type __nbits, unsigned long long __val = 0ULL,
609 : _Base(__nbits, __val, __alloc)
    [all...]

Completed in 757 milliseconds

<<11121314151617181920>>