Searched refs:max_width (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/contrib/kyua/utils/cmdline/
H A Dui.cpp172 const optional< std::size_t > max_width = screen_width(); local
173 if (max_width) {
175 message, max_width.get());
198 const optional< std::size_t > max_width = screen_width(); local
199 if (max_width && max_width.get() > tag.length()) {
201 message, max_width.get() - tag.length());
229 const optional< std::size_t > max_width = screen_width(); local
230 if (max_width)
231 formatter.set_table_width(max_width
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.h12 u32 max_width; /* us */ member in struct:mt7996_dfs_pulse
/freebsd-current/crypto/openssh/
H A Dutf8.c116 int total_width, max_width, print; local
137 max_width = wp == NULL ? INT_MAX : *wp;
165 total_width > max_width - width))
187 total_width > max_width - 4))
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.h42 u32 max_width; /* us */ member in struct:mt7915_dfs_pulse
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h116 /// max_width will be the width in characters of the terminal you are
119 std::string AsTable(uint32_t max_width) const;
/freebsd-current/usr.sbin/bsdconfig/
H A Dbsdconfig125 local max_width="${max_size#*[$IFS]}"
126 f_dprintf "max_width=[%s]" "$max_width"
135 while [ $x -lt $max_width ]; do
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp138 std::string RegisterFlags::AsTable(uint32_t max_width) const {
164 if (current_width && ((current_width + column_width + 1) >= max_width)) {
/freebsd-current/sbin/geom/core/
H A Dgeom.c695 int max_width, width; local
697 max_width = width = indent + strlen(gp->lg_name);
708 if (width > max_width)
709 max_width = width;
715 return (max_width);
723 int max_width, width; local
725 max_width = width = 0;
732 if (width > max_width)
733 max_width = width;
737 return (max_width);
[all...]
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen.c585 int max_width = 0; local
594 if(strlen(m->name) > max_width)
595 max_width = strlen(m->name);
597 max_width += 3;
598 if(max_width < 16) max_width = 16;
600 int width = max_width;
/freebsd-current/contrib/kyua/utils/text/
H A Dtable.cpp120 const text::widths_vector::value_type max_width = std::max( local
132 widths[refill_column] = max_width - width;
/freebsd-current/contrib/ee/
H A Dee.c308 void paint_menu(struct menu_entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size);
3342 int max_width, max_height; local
3361 max_width = 0;
3364 if ((length = strlen(menu_list[counter].item_string)) > max_width)
3365 max_width = length;
3367 max_width += 3;
3368 max_width = max(max_width, strlen(menu_cancel_msg));
3369 max_width = max(max_width, ma
3551 paint_menu(struct menu_entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size) argument
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_mode.h107 __u32 min_width, max_width; member in struct:drm_mode_card_res
H A Ddrm_fb_helper.c1335 width = dev->mode_config.max_width;
1420 dev->mode_config.max_width,
1451 u32 max_width, max_height, bpp_sel; local
1473 max_width = fb_helper->fb->width;
1477 drm_fb_helper_probe_connector_modes(fb_helper, max_width,
H A Ddrm_crtc.h452 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
755 * @max_width: maximum pixel width on this device
786 int max_width, max_height; member in struct:drm_mode_config
H A Ddrm_crtc.c1262 card_res->max_width = dev->mode_config.max_width;
1502 dev->mode_config.max_width,
2164 if ((config->min_width > r.width) || (r.width > config->max_width))
2343 if ((config->min_width > r->width) || (r->width > config->max_width)) {
2345 r->width, config->min_width, config->max_width);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.h289 u32 max_width; /* us */ member in struct:mt7615_dfs_pulse
H A Dmcu.c1908 __le32 max_width; /* us */ member in struct:__anon252
1918 __req_field(max_width),
/freebsd-current/stand/efi/loader/
H A Dframebuffer.c746 int height, max_height, max_width, width; local
749 efi_get_max_resolution(&max_width, &max_height);
759 if ((max_width != 0 && width > max_width) ||
/freebsd-current/cddl/usr.sbin/dwatch/
H A Ddwatch481 local max_width="${max_size#*[$IFS]}"
487 while [ $x -lt $max_width ]; do
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dauto113 local max_width=$(( $width - 3 - $plen ))
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c784 uint32_t max_width = get_max_width(mad_get_field(port->info, 0, local
788 if ((max_width & mad_get_field(port->info, 0,
794 buf, 64, &max_width));
/freebsd-current/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c200 drm_dev->mode_config.max_width = 4096;
/freebsd-current/sys/contrib/v4l/
H A Dvideodev2.h415 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise
/freebsd-current/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c275 enum ntb_width max_width)
274 amd_ntb_link_enable(device_t dev, enum ntb_speed max_speed, enum ntb_width max_width) argument
/freebsd-current/contrib/dialog/
H A Dutil.c1284 int max_width = max_x; local
1307 while (car < ar && max_x < max_width) {

Completed in 264 milliseconds

12