Searched refs:__width (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_intrinsics.h | 26 int __width = warpSize) { \ 28 ((warpSize - __width) << 8) | (__Mask)); \ 31 int __width = warpSize) { \ 33 ((warpSize - __width) << 8) | (__Mask)); \ 36 int __width = warpSize) { \ 38 ::__FnName(static_cast<int>(__val), __offset, __width)); \ 41 int __width = warpSize) { \ 49 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \ 50 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \ 56 int __width = warpSize) { \ [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__charconv/ |
| H A D | to_chars_integral.h | 66 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) in __to_chars_itoa() 86 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) in __to_chars_itoa() 117 _LIBCPP_HIDE_FROM_ABI static constexpr int __width(_Tp __value) noexcept { 128 int __n = __width(__value); 153 _LIBCPP_HIDE_FROM_ABI static constexpr int __width(_Tp __value) noexcept { 164 int __n = __width(__value); 189 _LIBCPP_HIDE_FROM_ABI static constexpr int __width(_Tp __value) noexcept { 200 int __n = __width(__value); 227 return __itoa::__integral<_Base>::__width(__value);
|
| H A D | traits.h | 50 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI int __width(_Tp __v) { 76 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI int __width(_Tp __v) { 103 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI int __width(_Tp __v) {
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | hh_mm_ss.h | 42 …_LIBCPP_HIDE_FROM_ABI static constexpr unsigned __width(uint64_t __n, uint64_t __d = 10, unsigned … 44 return 1 + __width(__n, __d % __n * 10, __w + 1); 50 __width(__CommonType::period::den) < 19 ? __width(__CommonType::period::den) : 6u;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__format/ |
| H A D | formatter_output.h | 71 __padding_size(size_t __size, size_t __width, __format_spec::__alignment __align) { in __padding_size() argument 72 _LIBCPP_ASSERT_INTERNAL(__width > __size, "don't call this function when no padding is required"); in __padding_size() 76 size_t __fill = __width - __size; in __padding_size()
|
| H A D | parser_std_format_spec.h | 1044 int __width = __width_estimation_table::__estimated_width(__cluster.__code_point_); 1051 if (__rounding == __column_width_rounding::__down && __result.__width_ + __width > __maximum) 1054 __result.__width_ += __width;
|
| /freebsd-14.2/usr.sbin/bsdconfig/share/ |
| H A D | dialog.subr | 373 local __height __width 420 if [ $__width -lt $__min_width ]; then 422 elif [ $__width -gt $__max_width_size_constrain ]; then 594 local __height=0 __width=0 __n 624 [ $__n -gt $__width ] && __width=$__n 632 [ $__n -gt $__width ] && __width=$__n 640 [ $__n -gt $__width ] && __width=$__n 649 [ $__n -gt $__width ] && __width=$__n 653 [ "$USE_XDIALOG" ] && __width=$(( $__width + $__width / 6 )) 655 setvar "$__var_width" $__width
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 878 int __width = __cv_->encoding(); 879 if (__file_ == nullptr || (__width <= 0 && __off != 0) || sync()) 881 // __width > 0 || __off == 0 897 if (fseek(__file_, __width > 0 ? __width * __off : 0, __whence)) 901 if (::fseeko(__file_, __width > 0 ? __width * __off : 0, __whence)) 955 int __width = __cv_->encoding(); 957 if (__width > 0) 958 __c += __width * (this->egptr() - this->gptr());
|
| H A D | locale | 3590 int __width = __cv_->encoding(); 3591 if (__cv_ == 0 || !__bufptr_ || (__width <= 0 && __off != 0) || sync()) 3593 // __width > 0 || __off == 0, now check __way 3596 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om); 3637 int __width = __cv_->encoding(); 3639 if (__width > 0) 3640 __c += __width * (this->egptr() - this->gptr());
|
| /freebsd-14.2/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | user_input.subr | 958 local __height __width __rows 959 eval f_dialog_radiolist_size __height __width __rows \ 974 $__height $__width $__rows \
|