Home
last modified time | relevance | path

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

12

/trueos/contrib/dialog/
HDcolumns.c66 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()
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()
[all …]
/trueos/contrib/netbsd-tests/lib/libc/locale/
HDt_mbstowcs.c79 int widths[64]; member
182 wcwidth(wbuf[i]) == t->widths[i]) in ATF_TC_BODY()
187 t->wchars[i], t->widths[i]); in ATF_TC_BODY()
HDt_mbrtowc.c79 const wchar_t widths[64]; member
186 width != t->widths[nchar]) { in h_ctype2()
189 t->wchars[nchar], t->widths[nchar]); in h_ctype2()
/trueos/contrib/texinfo/makeinfo/
HDmulti.c368 int *widths = xmalloc (ncolumns * sizeof (int)); in do_multitable() local
371 widths[i] = envs[i+1].fill_column; in do_multitable()
372 xml_begin_multitable (ncolumns, widths); in do_multitable()
373 free (widths); in do_multitable()
/trueos/contrib/llvm/lib/Target/R600/
HDR600RegisterInfo.td133 // XXX: Only use the X channel, until we support wider stack widths
/trueos/contrib/ofed/management/doc/
HDdiagtools.txt398 scans the network to validate the active link widths and reports any 1x
/trueos/contrib/ofed/management/infiniband-diags/
HDREADME397 scans the network to validate the active link widths and reports any 1x
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticGroups.td614 def ASMOperandWidths : DiagGroup<"asm-operand-widths">;
/trueos/sys/dev/cxgbe/firmware/
HDt5fw_cfg_fpga.txt144 # Selection of tuples for LE filter lookup, fields (and widths which
/trueos/contrib/groff/tmac/
HDhyphenex.us723 text-widths
/trueos/contrib/groff/
HDChangeLog.1151557 line length to the sum of the widths (plus possibly the column
2726 continued format. Give warning for changing equal widths or
2916 * lib/font.c (font::get_width): Cache scaled widths.
4986 * tbl/main.c (process_format): If multiple widths are specified
4987 for a column but all the widths are the same, don't give an error
5267 whether space widths need adjusting.
HDChangeLog.1171121 original widths of spaces.
HDChangeLog3825 html_table::is_gap): Compute table widths after converting border
4865 Improve some glyph offsets and widths.
HDNEWS176 troff always use unscaled character widths.
/trueos/contrib/top/
HDChanges248 Redid display.c to allow for varying line widths and dynamic
/trueos/contrib/binutils/gas/
HDChangeLog-20061162 (neon_shape_el_size): Register widths of above, where appropriate.
1930 (neon_shape): Enumerate shapes (permitted register widths, etc.) for
/trueos/contrib/texinfo/doc/
HDtexinfo.txi393 * Multitable Column Widths:: Defining multitable column widths.
8915 You define the column widths on the @code{@@multitable} line itself, and
8921 * Multitable Column Widths:: Defining multitable column widths.
8927 @cindex Multitable column widths
8928 @cindex Column widths, defining for multitables
8931 You can define the column widths for a multitable in two ways: as
8933 methods is not supported. In either case, the widths are defined
8939 @cindex Line length, column widths as fraction of
8940 To specify column widths as fractions of the line length, write
8953 @cindex Prototype row, column widths defined by
[all …]
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrCompiler.td229 // Other widths can also make use of the 32-bit xor, which may have a smaller
/trueos/contrib/diff/
HDChangeLog425 (main): Allow widths up to SIZE_MAX.
3195 * diff.c, diff.h, side.c: Calculate column widths so that tabs line up.
/trueos/contrib/tnftp/
HDChangeLog375 - Printf field widths and size_t don't always mix well, so
/trueos/contrib/file/magic/Magdir/
HDfilesystems1439 # http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/determining-fat-widths.html
/trueos/contrib/amd/doc/
HDtexinfo.tex2512 % Either define widths of columns in terms of percent of \hsize:
4632 % \tt widths. Each \tt character is 1en, so two makes it 1em.
/trueos/contrib/groff/doc/
HDtexinfo.tex2585 % Either define widths of columns in terms of percent of \hsize:
4704 % \tt widths. Each \tt character is 1en, so two makes it 1em.
/trueos/contrib/gcc/doc/include/
HDtexinfo.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.
/trueos/contrib/gcc/cp/
HDChangeLog-19961663 * class.c (finish_struct_1): Fix handling of named bitfield widths.

12