Home
last modified time | relevance | path

Searched refs:__width (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h40 int __width = warpSize) { \
42 ((warpSize - __width) << 8) | (__Mask)); \
45 int __width = warpSize) { \
47 ((warpSize - __width) << 8) | (__Mask)); \
50 int __width = warpSize) { \
52 ::__FnName(static_cast<int>(__val), __offset, __width)); \
55 int __width = warpSize) { \
63 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
64 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
70 int __width = warpSize) { \
[all …]
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dfstream.tcc672 int __width = 0; in seekoff() local
674 __width = _M_codecvt->encoding(); in seekoff()
675 if (__width < 0) in seekoff()
676 __width = 0; in seekoff()
679 const bool __testfail = __off != 0 && __width <= 0; in seekoff()
691 off_type __computed_off = __off * __width; in seekoff()
H A Dlocale_facets.tcc1693 const size_type __width = static_cast<size_type>(__io.width()); in _M_insert() local
1695 && __len < __width); in _M_insert()
1722 __res.append(__width - __len, __fill); in _M_insert()
1728 __res.append(__width - __len, __fill); in _M_insert()
1739 if (__width > __len) in _M_insert()
1743 __res.append(__width - __len, __fill); in _M_insert()
1746 __res.insert(0, __width - __len, __fill); in _M_insert()
1747 __len = __width; in _M_insert()
/freebsd-12.1/contrib/libc++/include/
H A Dfstream928 int __width = __cv_->encoding();
929 if (__file_ == 0 || (__width <= 0 && __off != 0) || sync())
931 // __width > 0 || __off == 0
948 if (fseek(__file_, __width > 0 ? __width * __off : 0, __whence))
952 if (fseeko(__file_, __width > 0 ? __width * __off : 0, __whence))
1014 int __width = __cv_->encoding();
1016 if (__width > 0)
1017 __c += __width * (this->egptr() - this->gptr());
H A Dcharconv164 static _LIBCPP_INLINE_VISIBILITY int __width(_Tp __v)
186 static _LIBCPP_INLINE_VISIBILITY int __width(_Tp __v)
317 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff)
H A Dlocale4208 int __width = __cv_->encoding();
4209 if (__cv_ == 0 || __bufptr_ == 0 || (__width <= 0 && __off != 0) || sync())
4211 // __width > 0 || __off == 0, now check __way
4214 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om);
4262 int __width = __cv_->encoding();
4264 if (__width > 0)
4265 __c += __width * (this->egptr() - this->gptr());
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Ddialog.subr375 local __height __width
422 if [ $__width -lt $__min_width ]; then
424 elif [ $__width -gt $__max_width_size_constrain ]; then
596 local __height=0 __width=0 __n
626 [ $__n -gt $__width ] && __width=$__n
634 [ $__n -gt $__width ] && __width=$__n
642 [ $__n -gt $__width ] && __width=$__n
651 [ $__n -gt $__width ] && __width=$__n
655 [ "$USE_XDIALOG" ] && __width=$(( $__width + $__width / 6 ))
657 setvar "$__var_width" $__width
/freebsd-12.1/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr959 local __height __width __rows
960 eval f_dialog_radiolist_size __height __width __rows \
975 $__height $__width $__rows \