Home
last modified time | relevance | path

Searched refs:__base (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-9-stable/contrib/libstdc++/include/bits/
Dios_base.h788 boolalpha(ios_base& __base) in boolalpha() argument
790 __base.setf(ios_base::boolalpha); in boolalpha()
791 return __base; in boolalpha()
796 noboolalpha(ios_base& __base) in noboolalpha() argument
798 __base.unsetf(ios_base::boolalpha); in noboolalpha()
799 return __base; in noboolalpha()
804 showbase(ios_base& __base) in showbase() argument
806 __base.setf(ios_base::showbase); in showbase()
807 return __base; in showbase()
812 noshowbase(ios_base& __base) in noshowbase() argument
[all …]
Dsstream.tcc231 _M_sync(char_type* __base, __size_type __i, __size_type __o) in _M_sync() argument
235 char_type* __endg = __base + _M_string.size(); in _M_sync()
236 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
238 if (__base != _M_string.data()) in _M_sync()
247 this->setg(__base, __base + __i, __endg); in _M_sync()
250 this->setp(__base, __endp); in _M_sync()
Dlocale_classes.h157 locale(const locale& __base, const char* __s, category __cat); in _GLIBCXX_BEGIN_NAMESPACE()
170 locale(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_BEGIN_NAMESPACE()
328 _M_coalesce(const locale& __base, const locale& __add, category __cat); in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-9-stable/contrib/libc++/include/
Ddeque1191 typedef __deque_base<value_type, allocator_type> __base;
1193 typedef typename __base::__alloc_traits __alloc_traits;
1194 typedef typename __base::reference reference;
1195 typedef typename __base::const_reference const_reference;
1196 typedef typename __base::iterator iterator;
1197 typedef typename __base::const_iterator const_iterator;
1198 typedef typename __base::size_type size_type;
1199 typedef typename __base::difference_type difference_type;
1201 typedef typename __base::pointer pointer;
1202 typedef typename __base::const_pointer const_pointer;
[all …]
Dlimits443 typedef __libcpp_numeric_limits<typename remove_cv<_Tp>::type> __base;
444 typedef typename __base::type type;
446 static _LIBCPP_CONSTEXPR const bool is_specialized = __base::is_specialized;
447 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return __base::min();}
448 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() _NOEXCEPT {return __base::max();}
449 …_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT {return __base::lowest(…
451 static _LIBCPP_CONSTEXPR const int digits = __base::digits;
452 static _LIBCPP_CONSTEXPR const int digits10 = __base::digits10;
453 static _LIBCPP_CONSTEXPR const int max_digits10 = __base::max_digits10;
454 static _LIBCPP_CONSTEXPR const bool is_signed = __base::is_signed;
[all …]
D__functional_03233 template<class _Fp> class __base;
236 class __base<_Rp()>
238 __base(const __base&);
239 __base& operator=(const __base&);
241 __base() {}
242 virtual ~__base() {}
243 virtual __base* __clone() const = 0;
244 virtual void __clone(__base*) const = 0;
255 class __base<_Rp(_A0)>
257 __base(const __base&);
[all …]
Dfunctional1272 template<class _Fp> class __base;
1275 class __base<_Rp(_ArgTypes...)>
1277 __base(const __base&);
1278 __base& operator=(const __base&);
1280 _LIBCPP_INLINE_VISIBILITY __base() {}
1281 _LIBCPP_INLINE_VISIBILITY virtual ~__base() {}
1282 virtual __base* __clone() const = 0;
1283 virtual void __clone(__base*) const = 0;
1297 : public __base<_Rp(_ArgTypes...)>
1319 virtual __base<_Rp(_ArgTypes...)>* __clone() const;
[all …]
Dset411 typedef __tree<value_type, value_compare, allocator_type> __base;
413 typedef typename __base::__node_holder __node_holder;
415 __base __tree_;
418 typedef typename __base::pointer pointer;
419 typedef typename __base::const_pointer const_pointer;
420 typedef typename __base::size_type size_type;
421 typedef typename __base::difference_type difference_type;
422 typedef typename __base::const_iterator iterator;
423 typedef typename __base::const_iterator const_iterator;
487 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
[all …]
Dfuture1843 typedef __packaged_task_base<_Rp(_ArgTypes...)> __base;
1845 __base* __f_;
1876 else if (__f.__f_ == (__base*)&__f.__buf_)
1878 __f_ = (__base*)&__buf_;
1897 __f_ = (__base*)&__buf_;
1905 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1921 __f_ = (__base*)&__buf_;
1929 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1940 if (__f_ == (__base*)&__buf_)
1947 else if (__f.__f_ == (__base*)&__f.__buf_)
[all …]
Dmap821 typedef __tree<__value_type, __vc, __allocator_type> __base;
822 typedef typename __base::__node_traits __node_traits;
825 __base __tree_;
832 typedef __map_iterator<typename __base::iterator> iterator;
833 typedef __map_const_iterator<typename __base::const_iterator> const_iterator;
908 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
917 _NOEXCEPT_(is_nothrow_move_assignable<__base>::value)
1086 _NOEXCEPT_(__is_nothrow_swappable<__base>::value)
1166 typedef typename __base::__node __node;
1167 typedef typename __base::__node_allocator __node_allocator;
[all …]
Dvector481 typedef __vector_base<_Tp, _Allocator> __base;
487 typedef typename __base::__alloc_traits __alloc_traits;
488 typedef typename __base::reference reference;
489 typedef typename __base::const_reference const_reference;
490 typedef typename __base::size_type size_type;
491 typedef typename __base::difference_type difference_type;
492 typedef typename __base::pointer pointer;
493 typedef typename __base::const_pointer const_pointer;
511 : __base(__a)
656 {return __base::capacity();}
[all …]
/freebsd-9-stable/sys/ofed/include/linux/
Dmath64.h37 uint32_t __base = (base); \
39 __rem = ((uint64_t)(n)) % __base; \
40 (n) = ((uint64_t)(n)) / __base; \
93 uint32_t __base = (base); \
97 __rem = (uint32_t)(n) % __base; \
98 (n) = (uint32_t)(n) / __base; \
100 __rem = __div64_32(&(n), __base); \
/freebsd-9-stable/sys/boot/i386/btx/lib/
Dbtxv86.h53 extern u_int32_t __base;
56 #define PTOV(pa) ((caddr_t)(pa) - __base)
57 #define VTOP(va) ((vm_offset_t)(va) + __base)
Dbtxcsu.S39 popl __base
48 .comm __base,4 # Client base address
/freebsd-9-stable/sys/boot/pc98/btx/lib/
Dbtxv86.h53 extern u_int32_t __base;
56 #define PTOV(pa) ((caddr_t)(pa) - __base)
57 #define VTOP(va) ((vm_offset_t)(va) + __base)
Dbtxcsu.S39 popl __base
48 .comm __base,4 # Client base address
/freebsd-9-stable/contrib/libstdc++/src/
Dlocalename.cc146 locale::locale(const locale& __base, const char* __s, category __cat) in locale() argument
153 _M_coalesce(__base, __add, __cat); in locale()
156 locale::locale(const locale& __base, const locale& __add, category __cat) in locale() argument
158 { _M_coalesce(__base, __add, __cat); } in locale()
161 locale::_M_coalesce(const locale& __base, const locale& __add, in _M_coalesce() argument
165 _M_impl = new _Impl(*__base._M_impl, 1); in _M_coalesce()
/freebsd-9-stable/sys/powerpc/include/
Dstdarg.h79 (ap).__base = __va_reg_args, \
110 ((ap).__base + (ap).__gpr * sizeof(int) - sizeof(type))
113 ((ap).__base + 8 * sizeof(int) + (ap).__fpr * sizeof(double) - \
Dvarargs.h73 (ap).__base = __va_reg_args, \
/freebsd-9-stable/contrib/libstdc++/include/ext/
Dropeimpl.h719 _S_substring(_RopeRep* __base, size_t __start, size_t __endp1) in _S_substring() argument
721 if (0 == __base) in _S_substring()
723 size_t __len = __base->_M_size; in _S_substring()
731 __base->_M_ref_nonnil(); in _S_substring()
732 return __base; in _S_substring()
741 switch(__base->_M_tag) in _S_substring()
745 _RopeConcatenation* __c = (_RopeConcatenation*)__base; in _S_substring()
767 _RopeLeaf* __l = (_RopeLeaf*)__base; in _S_substring()
778 __base->get_allocator()); in _S_substring()
784 __base-> in _S_substring()
[all …]
/freebsd-9-stable/sys/i386/xen/
Dclock.c143 unsigned long __upper, __low, __high, __mod, __base; \
144 __base = (base); \
148 __upper = __high % (__base); \
149 __high = __high / (__base); \
151 __asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (__base), "0" (__low), "1" (__upper)); \
/freebsd-9-stable/contrib/libstdc++/include/debug/
Dsafe_sequence.h77 _After_nth_from(const difference_type& __n, const _Iterator& __base) in _After_nth_from() argument
78 : _M_base(__base), _M_n(__n) { } in _After_nth_from()
/freebsd-9-stable/sys/boot/i386/efi/
Dexec.c36 uint32_t __base; variable
/freebsd-9-stable/contrib/libstdc++/include/std/
Dstd_iomanip.h132 setbase(int __base) in setbase() argument
135 __x._M_base = __base; in setbase()
/freebsd-9-stable/contrib/libstdc++/libsupc++/
Dcxxabi.h436 __si_class_type_info(const char *__n, const __class_type_info *__base) in __si_class_type_info() argument
437 : __class_type_info(__n), __base_type(__base) { } in __si_class_type_info()

12