Home
last modified time | relevance | path

Searched refs:width (Results 226 – 250 of 3134) sorted by relevance

12345678910>>...126

/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dpdm360ng.dts27 bank-width = <0x1>;
46 bank-width = <4>;
47 device-width = <2>;
81 bank-width = <2>;
87 bank-width = <2>;
H A Dsbc8548.dts35 bank-width = <1>;
36 device-width = <1>;
89 bank-width = <4>;
90 device-width = <1>;
/freebsd/contrib/libcbor/src/cbor/
H A Dfloats_ctrls.c14 return item->metadata.float_ctrl_metadata.width; in cbor_float_get_width()
104 .metadata = {.float_ctrl_metadata = {.width = CBOR_FLOAT_0, in cbor_new_ctrl()
117 .metadata = {.float_ctrl_metadata = {.width = CBOR_FLOAT_16}}}; in cbor_new_float2()
129 .metadata = {.float_ctrl_metadata = {.width = CBOR_FLOAT_32}}}; in cbor_new_float4()
141 .metadata = {.float_ctrl_metadata = {.width = CBOR_FLOAT_64}}}; in cbor_new_float8()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Danatop-regulator.yaml29 anatop-vol-bit-width:
53 anatop-delay-bit-width:
69 - anatop-vol-bit-width
86 anatop-vol-bit-width = <5>;
89 anatop-delay-bit-width = <2>;
/freebsd/usr.bin/who/
H A Dwho.c299 long width; in ttywidth() local
304 width = strtol(cols, &ep, 10); in ttywidth()
305 if (errno || width <= 0 || width > INT_MAX || ep == cols || in ttywidth()
309 return (width); in ttywidth()
/freebsd/usr.bin/rwho/
H A Drwho.c79 int width; in main() local
166 width = 0; in main()
172 if (j > width) in main()
173 width = j; in main()
189 mp->myutmp.out_name, width, buf, cbuf); in main()
/freebsd/sbin/geom/core/
H A Dgeom.c695 int max_width, width; in compute_tree_width_geom() local
708 if (width > max_width) in compute_tree_width_geom()
709 max_width = width; in compute_tree_width_geom()
723 int max_width, width; in compute_tree_width() local
725 max_width = width = 0; in compute_tree_width()
732 if (width > max_width) in compute_tree_width()
733 max_width = width; in compute_tree_width()
750 width - indent, width - indent, gp->lg_name, in show_tree_geom()
757 width - indent, width - indent, gp->lg_name, in show_tree_geom()
781 int error, width; in show_tree() local
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c541 int columns, width = 0, lines; in help() local
547 if (len > width) in help()
548 width = len; in help()
550 width = (width + 8) &~ 7; in help()
551 columns = 80 / width; in help()
570 while (w < width) { in help()
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dsnps,dma-spear1340.yaml93 data-width:
95 description: Data bus width per each DMA master in bytes.
105 Data bus width per each DMA master in (2^n * 8) bits. This property is
106 deprecated. It' usage is discouraged in favor of data-width one. Moreover
107 the property incorrectly permits to define data-bus width of 8 and 16
140 CTLx.SRC_TR_WIDTH/CTLx.DST_TR_WIDTH fields (data width).
181 data-width = <8 8>;
/freebsd/usr.bin/localedef/
H A Dwide.c482 int width = 2; in towide_euc_impl() local
504 width = 2; in towide_euc_impl()
506 width = cs2width; in towide_euc_impl()
508 width = cs3width; in towide_euc_impl()
511 if ((int)n < width) { in towide_euc_impl()
516 for (i = 1; i < width; i++) { in towide_euc_impl()
523 return (width); in towide_euc_impl()
/freebsd/sys/contrib/device-tree/Bindings/csky/
H A Dpmu.txt24 - count-width
27 Definition: the width of pmu counter
37 count-width = <48>;
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dintel,ixp4xx-flash.txt9 - bank-width : width in bytes of flash interface, should be <2>
21 bank-width = <2>;
/freebsd/contrib/less/
H A Dscrsize.c70 win_attributes.width -= hints.base_width;
74 win_attributes.width -= hints.min_width;
77 *p_width = win_attributes.width / hints.width_inc;
/freebsd/usr.sbin/bsdconfig/console/
H A Dconsole63 local height width rows
64 eval f_dialog_menu_size height width rows \
83 $height $width $rows \
H A Drepeat61 local height width rows
62 eval f_dialog_menu_size height width rows \
85 $height $width $rows \
/freebsd/usr.sbin/bsdconfig/usermgmt/
H A Dusermgmt67 local height width rows
68 eval f_dialog_menu_size height width rows \
93 $height $width $rows \
/freebsd/lib/libc/stdio/
H A Dxprintf.c164 if ((!pi->left) && pi->width > len) in __printf_out()
165 ret += __printf_pad(io, pi->width - len, pi->pad == '0'); in __printf_out()
167 if (pi->left && pi->width > len) in __printf_out()
168 ret += __printf_pad(io, pi->width - len, pi->pad == '0'); in __printf_out()
376 pi->width = n; in __v2printf()
520 if (pi->width) fprintf(stderr, " width %d", pi->width); in __v2printf()
533 pi->width = args[pi->get_width].intarg; in __v2printf()
540 if (pi->width < 0) { in __v2printf()
542 pi->width = -pi->width; in __v2printf()
/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c692 fb->width, fb->height, fb->bits_per_pixel);
1013 info->fb_width = fb->width; in drm_fb_helper_fill_var()
1043 if (drm_mode_width(mode) > width || in drm_has_preferred_mode()
1060 int width, int height) in drm_pick_cmdline_mode() argument
1138 bool *enabled, int width, int height) in drm_target_cloned() argument
1211 bool *enabled, int width, int height) in drm_target_preferred() argument
1246 int n, int width, int height) in drm_pick_crtcs() argument
1310 width, height); in drm_pick_crtcs()
1330 int width, height; in drm_setup_crtcs() local
1335 width = dev->mode_config.max_width; in drm_setup_crtcs()
[all …]
/freebsd/sys/kern/
H A Dsubr_msan.c1400 #define MSAN_BUS_READ_FUNC(func, width, type) \ argument
1407 KMSAN_STATE_INITED, (width)); \
1413 #define MSAN_BUS_READ_PTR_FUNC(func, width, type) \ argument
1419 (width) * count); \
1420 bus_space_read_##func##_##width(tag, hnd, size, buf, \
1454 #define MSAN_BUS_WRITE_FUNC(func, width, type) \ argument
1461 #define MSAN_BUS_WRITE_PTR_FUNC(func, width, type) \ argument
1495 #define MSAN_BUS_SET_FUNC(func, width, type) \ argument
1519 #define MSAN_BUS_PEEK_FUNC(width, type) \ argument
1520 int kmsan_bus_space_peek_##width(bus_space_tag_t tag, \
[all …]
/freebsd/contrib/expat/doc/
H A Dok.min.css2width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[t…
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dnvidia,tegra20-gmi.txt43 - nvidia,snor-data-width-32bit: Use 32bit data-bus, default is 16bit.
56 - nvidia,snor-muxed-width: Number of cycles MUX address/data asserted on the
58 - nvidia,snor-hold-width: Number of cycles CE stays asserted after the
61 - nvidia,snor-adv-width: Number of cycles during which ADV stays asserted.
63 - nvidia,snor-ce-width: Number of cycles before CE is asserted.
65 - nvidia,snor-we-width: Number of cycles during which WE stays asserted.
67 - nvidia,snor-oe-width: Number of cycles during which OE stays asserted.
69 - nvidia,snor-wait-width: Number of cycles before READY is asserted.
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtda1997x.txt40 - nxp,audout-width : width of audio output data bus (1-4).
73 nxp,audout-width = <16>;
92 bus-width = <16>;
115 nxp,audout-width = <16>;
134 bus-width = <16>;
157 nxp,audout-width = <16>;
172 bus-width = <16>;
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dphy.c139 enum nl80211_chan_width width = dev->mphy.chandef.width; in mt76x2_phy_set_txpower() local
148 if (width == NL80211_CHAN_WIDTH_40) in mt76x2_phy_set_txpower()
150 else if (width == NL80211_CHAN_WIDTH_80) in mt76x2_phy_set_txpower()
255 dev->mphy.chandef.width >= NL80211_CHAN_WIDTH_40) in mt76x2_phy_set_gain_val()
260 dev->mphy.chandef.width < NL80211_CHAN_WIDTH_40) in mt76x2_phy_set_gain_val()
300 if (dev->mphy.chandef.width == NL80211_CHAN_WIDTH_80) { in mt76x2_phy_update_channel_gain()
322 else if (dev->mphy.chandef.width == NL80211_CHAN_WIDTH_80) in mt76x2_phy_update_channel_gain()
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Datmel-hsmci.txt40 - bus-width: number of data lines connected to the controller
51 bus-width = <4>;
65 bus-width = <4>;
71 bus-width = <4>;
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,v-tpg.txt18 - xlnx,video-format, xlnx,video-width: Video format and width, as defined in
54 xlnx,video-width = <8>;
64 xlnx,video-width = <8>;

12345678910>>...126