Home
last modified time | relevance | path

Searched full:widths (Results 1 – 25 of 240) sorted by relevance

12345678910

/freebsd/contrib/kyua/utils/text/
H A Dtable.cpp45 /// Applies user overrides to the column widths of a table.
47 /// \param table The table from which to calculate the column widths.
48 /// \param user_widths The column widths provided by the user. This vector must
51 /// to the output widths vector, including width_refill.
53 /// \return A vector with the widths of the columns of the input table with any
60 text::widths_vector widths = table.column_widths(); in override_column_widths() local
62 // Override the actual width of the columns based on user-specified widths. in override_column_widths()
67 user_width >= widths[i], in override_column_widths()
68 "User-provided column widths must be larger than the " in override_column_widths()
70 widths[i] = user_width; in override_column_widths()
[all …]
H A Dtable.hpp55 /// Widths of the table columns so far.
97 /// Colletion of widths of the columns of a table.
100 /// Widths of the table columns.
102 /// Note that this only includes widths for the column widths explicitly
105 /// non-specified column widths are assumed to be width_auto.
/freebsd/contrib/dialog/
H A Dcolumns.c62 * Parse the source string, storing the offsets and widths of each column in
66 split_row(char *source, unsigned *offsets, unsigned *widths) in split_row() argument
76 widths[result - 1] = offset - offsets[result - 1] - (unsigned) mark; in split_row()
83 widths[result - 1] = offset - offsets[result - 1]; in split_row()
100 unsigned *widths; in dlg_align_columns() local
114 widths = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
118 assert_ptr(widths, "dlg_align_columns"); in dlg_align_columns()
122 /* now, determine the number of columns and the column-widths */ in dlg_align_columns()
124 unsigned cols = split_row(*value, offsets, widths); in dlg_align_columns()
128 if (maxwidth[n] < widths[n]) in dlg_align_columns()
[all …]
/freebsd/tools/tools/locale/
H A DMakefile41 all: tools-test posix build afterbuild widths
42 .ORDER: tools-test posix build afterbuild widths
177 # generate widths.txt using the data from libut8proc
180 WIDTHS= ${ETCDIR}/final-maps/widths.txt macro
189 widths: ${WIDTHS} target
190 ${WIDTHS}: posixcm ${GETWIDTHS}
H A DREADME64 make widths
65 Generate widths.txt. Requires pkgconf and utf8proc
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dbrcm,brcmstb-gpio.yaml40 brcm,gpio-bank-widths:
77 - brcm,gpio-bank-widths
92 brcm,gpio-bank-widths = <32 32 32 24>;
106 brcm,gpio-bank-widths = <18 4>;
H A Dbrcm,brcmstb-gpio.txt24 - brcm,gpio-bank-widths:
67 brcm,gpio-bank-widths = <32 32 32 24>;
82 brcm,gpio-bank-widths = <18 4>;
/freebsd/cddl/usr.sbin/dtrace/tests/common/printf/
H A DMakefile10 err.D_PRINTF_ARG_EXTRA.widths.d \
55 tst.widths.d \
56 tst.widths.d.out \
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dssd1307fb.txt34 - solomon,lookup-table: 8 bit value array of current drive pulse widths for
36 of 31 to 63 for pulse widths of 32 to 64. Color D
H A Dsolomon,ssd1307fb.yaml106 8 bit value array of current drive pulse widths for BANK0, and colors A,
107 B, and C. Each value in range of 31 to 63 for pulse widths of 32 to 64.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DScalarizer.h11 /// operations on smaller vector widths), in order to expose optimization
14 /// may also be useful for revectorizing code to different vector widths.
/freebsd/contrib/mandoc/
H A Dout.c111 * Calculate the abstract widths and decimal positions of columns in a
132 * widths and decimal positions for all cells in the column. It in tblcalc()
235 * Replace the minimum widths with the missing widths, in tblcalc()
263 * Rebuild the array of the widths of all columns in tblcalc()
/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbstowcs.c79 int widths[64]; member
184 wcwidth(wbuf[i]) == t->widths[i]) in ATF_TC_BODY()
189 t->wchars[i], t->widths[i]); in ATF_TC_BODY()
H A Dt_mbrtowc.c79 const wchar_t widths[64]; member
184 width != t->widths[nchar]) { in h_ctype2()
187 t->wchars[nchar], t->widths[nchar]); in h_ctype2()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Daudio-graph-port.yaml92 description: Mapping of sample widths to slot widths. For hardware
/freebsd/usr.bin/localedef/
H A Dlocaledef.c254 (void) fprintf(stderr, " -w widths : use screen widths file\n"); in usage()
346 (void) printf("Loading widths %s.\n", wfname); in main()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst4 …effectively regarded as unsigned), and negative. There are four possible widths for an integer – 1…
37 An integer item is created with one of the four widths. Because integers' `storage is bundled toget…
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h79 * and 64-bit widths regardless of whether there are corresponding exact-width
86 * descending widths.
93 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit).
494 * 16, 32, 64) bit widths when they don't have exact representations. It is
496 * widths.
/freebsd/contrib/libcbor/src/cbor/
H A Ddata.h57 /** Possible widths of #CBOR_TYPE_UINT items */
65 /** Possible widths of #CBOR_TYPE_FLOAT_CTRL items */
/freebsd/usr.sbin/i2c/
H A Di2c.c535 static const char *widths[] = { variable
606 for(u = 0; widths[u]; u++) { in command_bus()
607 length = strlen(widths[u]); in command_bus()
608 if (memcmp(cmd, widths[u], length)) in command_bus()
612 width = widths[u]; in command_bus()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_an_lt_wrapper_regs.h118 * selection between different bus widths:
127 * selection between different bus widths:
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
H A Dtst.widths.d31 * Test a variety of fixed and dynamic format widths.
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm7445.dtsi209 brcm,gpio-bank-widths = <32 32 32 24>;
222 brcm,gpio-bank-widths = <18 4>;
/freebsd/sys/ufs/ufs/
H A Ddinode.h119 * are defined by types with precise widths.
178 * are defined by types with precise widths.
/freebsd/stand/efi/include/
H A Defi.h43 // Basic EFI types of various widths.

12345678910