Home
last modified time | relevance | path

Searched refs:widths (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12.1/contrib/dialog/
H A Dcolumns.c66 split_row(char *source, unsigned *offsets, unsigned *widths) in split_row() argument
83 widths[result - 1] = offset - offsets[result - 1]; in split_row()
102 unsigned *widths; in dlg_align_columns() local
115 widths = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
119 assert_ptr(widths, "dlg_align_columns"); in dlg_align_columns()
125 unsigned cols = split_row(*value, offsets, widths); in dlg_align_columns()
129 if (maxwidth[n] < widths[n]) in dlg_align_columns()
130 maxwidth[n] = widths[n]; in dlg_align_columns()
140 unsigned cols = split_row(*value, offsets, widths); in dlg_align_columns()
148 memcpy(text + offset, *value + offsets[n], (size_t) widths[n]); in dlg_align_columns()
[all …]
/freebsd-12.1/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-12.1/cddl/usr.sbin/dtrace/tests/common/printf/
H A DMakefile12 err.D_PRINTF_ARG_EXTRA.widths.d \
57 tst.widths.d \
58 tst.widths.d.out \
/freebsd-12.1/sys/gnu/dts/arm/
H A Dbcm7445.dtsi209 brcm,gpio-bank-widths = <32 32 32 24>;
222 brcm,gpio-bank-widths = <18 4>;
/freebsd-12.1/share/ctypedef/
H A DMakefile13 localedef ${LOCALEDEF_ENDIAN} -D -U -c -w ${MAPLOC}/widths.txt \
244 localedef ${LOCALEDEF_ENDIAN} -D -U -c -w ${MAPLOC}/widths.txt \
/freebsd-12.1/contrib/mandoc/
H A DNEWS39 * tbl(7): better column widths in the presence of horizontal spans
90 particular all hard-coded indentations and column widths, and
163 * tbl(7): Ignore explicitly specified negative column widths rather than
442 * mdoc(7): Make trailing whitespace significant in .Bl -tag widths.
456 * man(7): Make trailing whitespace significant in .TP widths.
464 * terminal output: Improve rounding rules for horizontal scaling widths.
590 * man(7): Support negative horizontal widths.
H A DTODO443 The same applies to .Bl -column column widths;
/freebsd-12.1/contrib/libxo/doc/
H A Dfield-roles.rst295 appear after the "/". Note that only "%d" is supported for widths.
H A Dlibxo.txt716 appear after the "/". Note that only "%d" is supported for widths.
/freebsd-12.1/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt144 # Selection of tuples for LE filter lookup, fields (and widths which
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARM.td212 // VFP register widths.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticGroups.td992 def ASMOperandWidths : DiagGroup<"asm-operand-widths">;
H A DAttrDocs.td1670 maximum vector widths still apply. This means even if you ask for something
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-20061162 (neon_shape_el_size): Register widths of above, where appropriate.
1930 (neon_shape): Enumerate shapes (permitted register widths, etc.) for
/freebsd-12.1/contrib/diff/
H A DChangeLog425 (main): Allow widths up to SIZE_MAX.
3195 * diff.c, diff.h, side.c: Calculate column widths so that tabs line up.
/freebsd-12.1/contrib/tnftp/
H A DChangeLog375 - Printf field widths and size_t don't always mix well, so
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrCompiler.td277 // Other widths can also make use of the 32-bit xor, which may have a smaller
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dfilesystems1437 # http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/determining-fat-widths.html
/freebsd-12.1/contrib/gcc/doc/include/
H A Dtexinfo.tex2686 % Either define widths of columns in terms of percent of \hsize:
4827 % \tt widths. Each \tt character is 1en, so two makes it 1em.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19961663 * class.c (finish_struct_1): Fix handling of named bitfield widths.
/freebsd-12.1/contrib/amd/doc/
H A Dtexinfo.tex3012 % \tt widths. Each \tt character is 1en, so two makes it 1em.
3789 % Either define widths of columns in terms of percent of \hsize:
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td1569 /* Direct moves of various widths from GPR's into VSR's. Each move lines
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td1235 HelpText<"Use separate accesses for consecutive bitfield runs with legal widths and alignments.">;
/freebsd-12.1/contrib/gcc/doc/
H A Drtl.texi1928 quotient widths are not all the same; you should represent

12