Searched refs:__width (Results 1 – 10 of 10) sorted by relevance
| /src/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 …]
|
| /src/contrib/llvm-project/libcxx/include/__charconv/ |
| H A D | to_chars_integral.h | 67 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) in __to_chars_itoa() 87 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) in __to_chars_itoa() 118 _LIBCPP_HIDE_FROM_ABI static constexpr int __width(_Tp __value) noexcept { 129 int __n = __width(__value); 154 _LIBCPP_HIDE_FROM_ABI static constexpr int __width(_Tp __value) noexcept { 165 int __n = __width(__value); 190 _LIBCPP_HIDE_FROM_ABI static constexpr int __width(_Tp __value) noexcept { 201 int __n = __width(__value); 228 return __itoa::__integral<_Base>::__width(__value);
|
| H A D | traits.h | 51 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI int __width(_Tp __v) { 77 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI int __width(_Tp __v) { 104 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI int __width(_Tp __v) {
|
| /src/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;
|
| /src/contrib/llvm-project/libcxx/include/__format/ |
| H A D | parser_std_format_spec.h | 1041 int __width = __width_estimation_table::__estimated_width(__cluster.__code_point_); 1048 if (__rounding == __column_width_rounding::__down && __result.__width_ + __width > __maximum) 1051 __result.__width_ += __width; 1158 size_t __width = std::min(__str.size(), __maximum); 1159 return {__width, __str.begin() + __width};
|
| 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()
|
| /src/usr.sbin/bsdconfig/share/ |
| H A D | dialog.subr | 382 local __height __width 429 if [ $__width -lt $__min_width ]; then 431 elif [ $__width -gt $__max_width_size_constrain ]; then 603 local __height=0 __width=0 __n 633 [ $__n -gt $__width ] && __width=$__n 641 [ $__n -gt $__width ] && __width=$__n 649 [ $__n -gt $__width ] && __width=$__n 658 [ $__n -gt $__width ] && __width=$__n 662 [ "$USE_XDIALOG" ] && __width=$(( $__width + $__width / 6 )) 664 setvar "$__var_width" $__width
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 913 int __width = __cv_->encoding(); 914 if (__file_ == nullptr || (__width <= 0 && __off != 0) || sync()) 916 // __width > 0 || __off == 0 932 if (fseek(__file_, __width > 0 ? __width * __off : 0, __whence)) 936 if (::fseeko(__file_, __width > 0 ? __width * __off : 0, __whence)) 990 int __width = __cv_->encoding(); 992 if (__width > 0) 993 __c += __width * (this->egptr() - this->gptr());
|
| H A D | locale | 3621 int __width = __cv_->encoding(); 3622 if (__cv_ == 0 || !__bufptr_ || (__width <= 0 && __off != 0) || sync()) 3624 // __width > 0 || __off == 0, now check __way 3627 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om); 3668 int __width = __cv_->encoding(); 3670 if (__width > 0) 3671 __c += __width * (this->egptr() - this->gptr());
|
| /src/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 \
|