Searched refs:__base (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h788 boolalpha(ios_base& __base) argument
790 __base.setf(ios_base::boolalpha);
791 return __base;
796 noboolalpha(ios_base& __base) argument
798 __base.unsetf(ios_base::boolalpha);
799 return __base;
804 showbase(ios_base& __base) argument
806 __base.setf(ios_base::showbase);
807 return __base;
812 noshowbase(ios_base& __base) argument
820 showpoint(ios_base& __base) argument
828 noshowpoint(ios_base& __base) argument
836 showpos(ios_base& __base) argument
844 noshowpos(ios_base& __base) argument
852 skipws(ios_base& __base) argument
860 noskipws(ios_base& __base) argument
868 uppercase(ios_base& __base) argument
876 nouppercase(ios_base& __base) argument
884 unitbuf(ios_base& __base) argument
892 nounitbuf(ios_base& __base) argument
901 internal(ios_base& __base) argument
909 left(ios_base& __base) argument
917 right(ios_base& __base) argument
926 dec(ios_base& __base) argument
934 hex(ios_base& __base) argument
942 oct(ios_base& __base) argument
951 fixed(ios_base& __base) argument
959 scientific(ios_base& __base) argument
[all...]
H A Dlocale_classes.h157 locale(const locale& __base, const char* __s, category __cat);
170 locale(const locale& __base, const locale& __add, category __cat);
328 _M_coalesce(const locale& __base, const locale& __add, category __cat);
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Dexec.c36 uint32_t __base; variable
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dshared_mutex.cpp108 shared_timed_mutex::shared_timed_mutex() : __base() {}
109 void shared_timed_mutex::lock() { return __base.lock(); }
110 bool shared_timed_mutex::try_lock() { return __base.try_lock(); }
111 void shared_timed_mutex::unlock() { return __base.unlock(); }
112 void shared_timed_mutex::lock_shared() { return __base.lock_shared(); }
113 bool shared_timed_mutex::try_lock_shared() { return __base.try_lock_shared(); }
114 void shared_timed_mutex::unlock_shared() { return __base.unlock_shared(); }
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxv86.h62 extern u_int32_t __base;
65 #define PTOV(pa) ((caddr_t)(pa) - __base)
66 #define VTOP(va) ((vm_offset_t)(va) + __base)
H A Dbtxcsu.S39 popl __base
48 .comm __base,4 # Client base address
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxv86.h61 extern uint32_t __base;
64 #define PTOV(pa) ((caddr_t)(pa) - __base)
65 #define VTOP(va) ((vm_offset_t)(va) + __base)
H A Dbtxcsu.S39 popl __base
48 .comm __base,4 # Client base address
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmath64.h36 uint32_t __base = (base); \
38 __rem = ((uint64_t)(n)) % __base; \
39 (n) = ((uint64_t)(n)) / __base; \
/freebsd-11-stable/sys/powerpc/include/
H A 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) - \
H A Dvarargs.h73 (ap).__base = __va_reg_args, \
H A D_types.h156 char *__base; member in struct:__anon8384
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocalename.cc146 locale::locale(const locale& __base, const char* __s, category __cat) argument
153 _M_coalesce(__base, __add, __cat);
156 locale::locale(const locale& __base, const locale& __add, category __cat) argument
158 { _M_coalesce(__base, __add, __cat); }
161 locale::_M_coalesce(const locale& __base, const locale& __add, argument
165 _M_impl = new _Impl(*__base._M_impl, 1);
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dsafe_sequence.h77 _After_nth_from(const difference_type& __n, const _Iterator& __base) argument
78 : _M_base(__base), _M_n(__n) { }
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dropeimpl.h719 _S_substring(_RopeRep* __base, size_t __start, size_t __endp1) argument
721 if (0 == __base)
723 size_t __len = __base->_M_size;
731 __base->_M_ref_nonnil();
732 return __base;
741 switch(__base->_M_tag)
745 _RopeConcatenation* __c = (_RopeConcatenation*)__base;
767 _RopeLeaf* __l = (_RopeLeaf*)__base;
778 __base->get_allocator());
784 __base
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h143 __DEVICE__ float pow(float __base, float __exp) { argument
144 return ::powf(__base, __exp);
146 __DEVICE__ float pow(float __base, int __iexp) { argument
147 return ::powif(__base, __iexp);
149 __DEVICE__ double pow(double __base, int __iexp) { argument
150 return ::powi(__base, __iexp);
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iomanip.h132 setbase(int __base) argument
135 __x._M_base = __base;
H A Dstd_sstream.h234 _M_sync(char_type* __base, __size_type __i, __size_type __o);
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dcxxabi.h436 __si_class_type_info(const char *__n, const __class_type_info *__base) argument
437 : __class_type_info(__n), __base_type(__base) { }
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c229 (roundup2(__base + (int32_t)&_end, 0x10000) - __base);
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c333 dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base);
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c208 dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base);
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c270 dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base);
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c714 dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base);

Completed in 154 milliseconds