Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtable.cpp60 text::widths_vector widths = table.column_widths(); in override_column_widths() local
67 user_width >= widths[i], in override_column_widths()
70 widths[i] = user_width; in override_column_widths()
74 return widths; in override_column_widths()
87 find_refill_column(const text::widths_vector& widths) in find_refill_column() argument
90 for (; i < widths.size(); ++i) { in find_refill_column()
91 if (widths[i] == text::table_formatter::width_refill) in find_refill_column()
112 refill_widths(text::widths_vector& widths, in refill_widths() argument
119 const std::size_t total_padding = column_padding * (widths.size() - 1); in refill_widths()
124 find_refill_column(widths); in refill_widths()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/
H A Dgen_wcwidth.py36 widths = [1] * (1 + 0x10FFFF) variable
53 widths[begin:end] = [width] * (end - begin)
74 widths[0:255] = [1] * 255
79 for i, width in enumerate(widths):
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/
H A Dgen_wcwidth.py36 widths = [1] * (1 + 0x10FFFF) variable
53 widths[begin:end] = [width] * (end - begin)
74 widths[0:255] = [1] * 255
79 for i, width in enumerate(widths):
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py1034 widths = []
1037 widths += [cell_width]
1038 return widths
1057 def add_divider(widths, header_flag): argument
1059 return ' '.join(['='*w for w in widths])
1061 return '-'.join(['-'*w for w in widths])
1063 return ' '.join(['-'*w for w in widths])
/netbsd-src/tests/lib/libc/locale/
H A Dt_mbstowcs.c79 int widths[64]; member
192 wcwidth(wbuf[i]) == t->widths[i]) in ATF_TC_BODY()
197 t->wchars[i], t->widths[i]); in ATF_TC_BODY()
H A Dt_mbrtowc.c79 const wchar_t widths[64]; member
193 width != t->widths[nchar]) { in h_ctype2()
196 t->wchars[nchar], t->widths[nchar]); in h_ctype2()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmulti.c370 int *widths = xmalloc (ncolumns * sizeof (int)); in do_multitable() local
373 widths[i] = envs[i+1].fill_column; in do_multitable()
374 xml_begin_multitable (ncolumns, widths); in do_multitable()
375 free (widths); in do_multitable()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsun6i_dma.c104 uint8_t widths; member
121 .widths = WIDTHS_1_2_4,
131 .widths = WIDTHS_1_2_4,
141 .widths = WIDTHS_1_2_4_8,
151 .widths = WIDTHS_1_2_4,
161 .widths = WIDTHS_1_2_4_8,
171 .widths = WIDTHS_1_2_4_8,
495 sc->sc_widths = conf->widths; in sun6idma_attach()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1yStatus.rst39 :widths: auto
50 :widths: auto
H A DCxx2bStatus.rst38 :widths: auto
48 :widths: auto
H A DCxx1zStatus.rst39 :widths: auto
55 :widths: auto
H A DRangesStatus.rst32 :widths: auto
51 :widths: auto
H A DFormatStatus.rst33 :widths: auto
53 :widths: auto
H A DCxx2aStatus.rst39 :widths: auto
57 :widths: auto
H A DFeatureTestMacroTable.rst22 :widths: auto
/netbsd-src/external/mit/libcbor/dist/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…
/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A DMakefile22 CWARNFLAGS.clang+= -Wno-asm-operand-widths
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dbcm7445.dtsi209 brcm,gpio-bank-widths = <32 32 32 24>;
222 brcm,gpio-bank-widths = <18 4>;
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/
H A Dbcm7358.dtsi246 brcm,gpio-bank-widths = <32 32 32 29 4>;
261 brcm,gpio-bank-widths = <21 32 2>;
H A Dbcm7360.dtsi249 brcm,gpio-bank-widths = <32 32 32 29 4>;
264 brcm,gpio-bank-widths = <21 32 2>;
H A Dbcm7362.dtsi245 brcm,gpio-bank-widths = <32 32 32 29 4>;
260 brcm,gpio-bank-widths = <21 32 2>;
H A Dbcm7346.dtsi273 brcm,gpio-bank-widths = <32 32 16>;
288 brcm,gpio-bank-widths = <27 32 2>;
H A Dbcm7435.dtsi287 brcm,gpio-bank-widths = <32 32 32 21>;
302 brcm,gpio-bank-widths = <18 4>;
H A Dbcm7425.dtsi272 brcm,gpio-bank-widths = <32 32 32 21>;
287 brcm,gpio-bank-widths = <18 4>;
H A Dbcm7125.dtsi217 brcm,gpio-bank-widths = <32 32 32 18>;

1234567