/freebsd/contrib/kyua/utils/text/ |
H A D | table.cpp | 45 /// 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 D | table.hpp | 55 /// 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 D | columns.c | 62 * 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 D | Makefile | 41 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 D | README | 64 make widths 65 Generate widths.txt. Requires pkgconf and utf8proc
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | brcm,brcmstb-gpio.yaml | 40 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 D | brcm,brcmstb-gpio.txt | 24 - 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 D | Makefile | 10 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 D | ssd1307fb.txt | 34 - 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 D | solomon,ssd1307fb.yaml | 106 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 D | Scalarizer.h | 11 /// 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 D | out.c | 111 * 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 D | t_mbstowcs.c | 79 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 D | t_mbrtowc.c | 79 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 D | audio-graph-port.yaml | 92 description: Mapping of sample widths to slot widths. For hardware
|
/freebsd/usr.bin/localedef/ |
H A D | localedef.c | 254 (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 D | type_0_1.rst | 4 …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 D | stdint.h | 79 * 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 D | data.h | 57 /** Possible widths of #CBOR_TYPE_UINT items */ 65 /** Possible widths of #CBOR_TYPE_FLOAT_CTRL items */
|
/freebsd/usr.sbin/i2c/ |
H A D | i2c.c | 535 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 D | al_hal_an_lt_wrapper_regs.h | 118 * selection between different bus widths: 127 * selection between different bus widths:
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/ |
H A D | tst.widths.d | 31 * Test a variety of fixed and dynamic format widths.
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm7445.dtsi | 209 brcm,gpio-bank-widths = <32 32 32 24>; 222 brcm,gpio-bank-widths = <18 4>;
|
/freebsd/sys/ufs/ufs/ |
H A D | dinode.h | 119 * are defined by types with precise widths. 178 * are defined by types with precise widths.
|
/freebsd/stand/efi/include/ |
H A D | efi.h | 43 // Basic EFI types of various widths.
|