/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_fb.c | 140 mode_cmd.width = sizes->surface_width; in tegra_fb_probe() 177 drm_fb_helper_fill_var(info, helper, fb->drm_fb.width, in tegra_fb_probe() 181 fb->drm_fb.width, fb->drm_fb.height, fb->drm_fb.depth, in tegra_fb_probe() 271 int width, height, size, bpp; in tegra_drm_fb_create() local 282 width = cmd->width; in tegra_drm_fb_create() 285 width /= hsub; in tegra_drm_fb_create() 296 width * bpp + cmd->offsets[i]; in tegra_drm_fb_create()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | phy-ctxt.c | 14 switch (chandef->width) { in iwl_mvm_get_channel_width() 27 WARN(1, "Invalid channel width=%u", chandef->width); in iwl_mvm_get_channel_width() 280 ctxt->width = chandef->width; in iwl_mvm_phy_ctxt_add() 330 ctxt->width == chandef->width && in iwl_mvm_phy_ctxt_changed() 352 ctxt->width = chandef->width; in iwl_mvm_phy_ctxt_changed()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | safe_sprintf.c | 84 int width = -1; in _nc_printf_length() local 96 if (width < 0) in _nc_printf_length() 97 width = 0; in _nc_printf_length() 98 width = (width * 10) + num; in _nc_printf_length() 109 width = ival; in _nc_printf_length()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats_timing.cpp | 88 std::string formatSI(double interval, int width, char unit) { in formatSI() argument 104 os << std::setw(width - 3) << std::right << "0.00" << std::setw(3) in formatSI() 118 os << std::fixed << std::setprecision(2) << std::setw(width - 3) in formatSI() 126 os << std::setprecision(2) << std::fixed << std::right << std::setw(width - 3) in formatSI()
|
/freebsd/sys/dev/qcom_clk/ |
H A D | qcom_clk_ro_div.c | 61 uint32_t width; member 83 idx = (reg >> sc->shift) & ((1U << sc->width) - 1); in qcom_clk_ro_div_recalc() 144 sc->width = clkdef->width; in qcom_clk_ro_div_register()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | renesas,h8300-div-clock.txt | 13 - renesas,width: bit width of selector 23 renesas,width = <2>;
|
/freebsd/sys/compat/linux/ |
H A D | linux_videodev_compat.h | 25 int32_t width, height; member 32 uint32_t width, height; member 42 l_int height, width; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_phy.h | 14 switch (dev->mphy.chandef.width) { in mt76x02_get_rssi_gain_thresh() 27 switch (dev->mphy.chandef.width) { in mt76x02_get_low_rssi_gain_thresh() 43 void mt76x02_phy_set_bw(struct mt76x02_dev *dev, int width, u8 ctrl);
|
/freebsd/contrib/xz/src/common/ |
H A D | tuklib_mbstr_width.c | 36 size_t width = 0; in tuklib_mbstr_width() local 53 width += (size_t)wc_width; in tuklib_mbstr_width() 62 return width; in tuklib_mbstr_width()
|
/freebsd/bin/ls/ |
H A D | ls.c | 726 u_long width[9]; in display() local 737 width[i] = 0; in display() 744 width[i] = 0; in display() 763 maxinode = width[0]; in display() 764 maxblock = width[1]; in display() 765 maxnlink = width[2]; in display() 766 maxuser = width[3]; in display() 767 maxgroup = width[4]; in display() 768 maxflags = width[5]; in display() 769 maxsize = width[6]; in display() [all …]
|
/freebsd/contrib/ntp/html/drivers/scripts/ |
H A D | footer.txt | 3 <td width='33%' align='center'><img src='../icons/home.gif' align='middle'>\ 5 <td width='33%' ><img src='../icons/sitemap.png' align='middle'>\ 7 <td width='33%' ><img src='../icons/mail2.gif' align='middle'>\
|
/freebsd/contrib/diff/lib/ |
H A D | strftime.c | 472 int width = -1; variable 595 width = 0; 598 if (width > INT_MAX / 10 601 width = INT_MAX; 604 width *= 10; 605 width += *f - L_('0'); 630 digits = d > width ? d : width; \ 633 digits = d > width ? d : width; \ 900 width = width > padding ? width - padding : 0; 919 width = 0; [all …]
|
/freebsd/contrib/dialog/ |
H A D | formbox.c | 466 int width, in dlg_form() argument 492 int old_width = width; in dlg_form() 526 DLG_TRACE2N("width", width); in dlg_form() 560 dlg_print_size(height, width); in dlg_form() 561 dlg_ctl_size(height, width); in dlg_form() 563 x = dlg_box_x_ordinate(width); in dlg_form() 579 form_width = width - 6; in dlg_form() 635 FALSE, width); in dlg_form() 787 width = old_width; in dlg_form() 930 int width, in dialog_form() argument [all …]
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_clk_nm.c | 316 sc->m.width = clkdef->m.width; in aw_clk_nm_register() 317 sc->m.mask = ((1 << sc->m.width) - 1) << sc->m.shift; in aw_clk_nm_register() 322 sc->n.width = clkdef->n.width; in aw_clk_nm_register() 323 sc->n.mask = ((1 << sc->n.width) - 1) << sc->n.shift; in aw_clk_nm_register() 328 sc->prediv.width = clkdef->prediv.width; in aw_clk_nm_register() 329 sc->prediv.mask = ((1 << sc->prediv.width) - 1) << sc->prediv.shift; in aw_clk_nm_register()
|
/freebsd/sys/amd64/vmm/ |
H A D | x86.c | 82 width, x2apic_id; in x86_emulate_cpuid() local 152 width = MIN(0xF, log2(threads * cores)); in x86_emulate_cpuid() 153 if (width < 0x4) in x86_emulate_cpuid() 154 width = 0; in x86_emulate_cpuid() 156 regs[2] = (width << AMDID_COREID_SIZE_SHIFT) | logical_cpus; in x86_emulate_cpuid() 487 width = log2(logical_cpus); in x86_emulate_cpuid() 494 width = log2(logical_cpus); in x86_emulate_cpuid() 500 width = 0; in x86_emulate_cpuid() 506 regs[0] = width & 0x1f; in x86_emulate_cpuid()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | adi,axi-dmac.txt | 21 - adi,source-bus-width, 22 adi,destination-bus-width: Width of the source or destination bus in bits. 31 - adi,length-width: Width of the DMA transfer length register. 55 adi,source-bus-width = <32>; 57 adi,destination-bus-width = <64>;
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-xilinx.txt | 20 - xlnx,gpio-width : gpio width 25 - xlnx,gpio2-width : as above but for the second channel 42 xlnx,gpio-width = <0x2>; 43 xlnx,gpio2-width = <0x2>;
|
H A D | xlnx,gpio-xilinx.yaml | 15 a single or a dual-channel device. The width of each channel is 78 xlnx,gpio-width: 80 description: The value defines the bit width of the GPIO channel1. 85 xlnx,gpio2-width: 87 description: The value defines the bit width of the GPIO channel2. 146 xlnx,gpio-width = <0x20>; 147 xlnx,gpio2-width = <0x20>;
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.aggpackbanner.ksh | 16 let width=8 20 banner $3 | /bin/nawk -v line=$1 -v pos=$2 -v width=$width '{ \
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | footer.txt | 3 <td width='33%' align='center'><img src='icons/home.gif' align='middle'>\ 5 <td width='33%' align='center'><img src='icons/sitemap.png' align='middle'>\ 7 <td width='33%' align='center'><img src='icons/mail2.gif' align='middle'>\
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 289 int columns, width = 0, lines; in help() local 295 if (len > width) in help() 296 width = len; in help() 298 width = (width + 8) &~ 7; in help() 299 columns = 80 / width; in help() 313 while (w < width) { in help()
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-inventec-transformers.dts | 71 spi-tx-bus-width = <2>; 72 spi-rx-bus-width = <2>; 81 spi-tx-bus-width = <2>; 82 spi-rx-bus-width = <2>; 96 spi-tx-bus-width = <1>; 97 spi-rx-bus-width = <1>; 315 bus-width = <8>;
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx27-eukrea-cpuimx27.dtsi | 45 nand-bus-width = <8>; 60 bus-width = <4>; 98 bank-width = <2>; 112 reg-io-width = <1>; 125 reg-io-width = <1>; 138 reg-io-width = <1>; 151 reg-io-width = <1>;
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi_oc_tiny.txt | 8 - baud-width: width, in bits, of the programmable divider used to scale 11 The clock-frequency and baud-width properties are needed only if the divider
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrFormatsV.td | 206 bits<3> width, dag outs, dag ins, string opcodestr, 219 let Inst{14-12} = width; 227 class RVInstVLS<bits<3> nf, bit mew, bits<3> width, 241 let Inst{14-12} = width; 249 class RVInstVLX<bits<3> nf, bit mew, RISCVMOP mop, bits<3> width, 263 let Inst{14-12} = width; 285 let Inst{14-12} = width; 292 class RVInstVSS<bits<3> nf, bit mew, bits<3> width, 306 let Inst{14-12} = width; 313 class RVInstVSX<bits<3> nf, bit mew, RISCVMOP mop, bits<3> width, [all …]
|