Home
last modified time | relevance | path

Searched full:grouping (Results 1 – 25 of 222) sorted by relevance

123456789

/freebsd/lib/libc/stdlib/
H A Dstrfmon.c493 get_groups(int size, char *grouping) in get_groups() argument
497 if (*grouping == CHAR_MAX || *grouping <= 0) /* no grouping ? */ in get_groups()
500 while (size > (int)*grouping) { in get_groups()
502 size -= (int)*grouping++; in get_groups()
503 /* no more grouping ? */ in get_groups()
504 if (*grouping == CHAR_MAX) in get_groups()
506 /* rest grouping with same value ? */ in get_groups()
507 if (*grouping == 0) { in get_groups()
508 chars += (size - 1) / *(grouping - 1); in get_groups()
530 char *grouping; in __format_grouped_double() local
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp87 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain()
91 cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false), in gcovMain()
95 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false), in gcovMain()
100 cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false), in gcovMain()
104 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false), in gcovMain()
115 cl::Grouping, cl::NotHidden, in gcovMain()
121 cl::Grouping, cl::NotHidden, cl::aliasopt(Demangle)); in gcovMain()
123 cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false), in gcovMain()
133 cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false), in gcovMain()
138 "r", cl::Grouping, in gcovMain()
[all...]
/freebsd/lib/libc/stdio/
H A Dxprintf_float.c56 * most space for base 10 conversions with thousands' grouping
164 const char *grouping; /* locale specific numeric grouping rules */ in __printf_render_float() local
186 grouping = NULL; in __printf_render_float()
188 grouping = localeconv()->grouping; in __printf_render_float()
306 if (grouping && expt > 0) { in __printf_render_float()
307 /* space for thousands' grouping */ in __printf_render_float()
310 while (*grouping != CHAR_MAX) { in __printf_render_float()
311 if (lead <= *grouping) in __printf_render_float()
313 lead -= *grouping; in __printf_render_float()
314 if (*(grouping+1)) { in __printf_render_float()
[all …]
H A Dxprintf_int.c74 * conversions with thousands' grouping characters between
123 * If (*grp == CHAR_MAX) then no more grouping in __ultoa()
132 * use *grp character (last grouping rule) in __ultoa()
189 * If (*grp == CHAR_MAX) then no more grouping in __ujtoa()
198 * use *grp character (last grouping rule) in __ujtoa()
265 const char *grouping; /* locale specific numeric grouping rules */ in __printf_render_int() local
277 grouping = localeconv()->grouping; in __printf_render_int()
281 grouping = NULL; in __printf_render_int()
350 p = __ultoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping); in __printf_render_int()
352 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping); in __printf_render_int()
H A Dvfprintf.c82 const char *grouping; /* locale-specific numeric grouping rules */ member
89 * Initialize the thousands' grouping state in preparation to print a
99 gs->grouping = locale->grouping; in grouping_init()
105 while (*gs->grouping != CHAR_MAX) { in grouping_init()
106 if (gs->lead <= *gs->grouping) in grouping_init()
108 gs->lead -= *gs->grouping; in grouping_init()
109 if (*(gs->grouping+1)) { in grouping_init()
111 gs->grouping++; in grouping_init()
134 gs->grouping--; in grouping_print()
139 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale)) in grouping_print()
[all …]
H A Dvfwprintf.c80 const char *grouping; /* locale-specific numeric grouping rules */ member
118 * Initialize the thousands' grouping state in preparation to print a
126 gs->grouping = localeconv_l(locale)->grouping; in grouping_init()
131 while (*gs->grouping != CHAR_MAX) { in grouping_init()
132 if (gs->lead <= *gs->grouping) in grouping_init()
134 gs->lead -= *gs->grouping; in grouping_init()
135 if (*(gs->grouping+1)) { in grouping_init()
137 gs->grouping++; in grouping_init()
160 gs->grouping--; in grouping_print()
165 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale)) in grouping_print()
[all …]
H A Dprintflocal.h46 #define GROUPING 0x200 /* use grouping ("'" flag) */ macro
/freebsd/usr.bin/localedef/
H A Dnumeric.c81 free((char *)numeric.grouping); in reset_numeric_group()
82 numeric.grouping = NULL; in reset_numeric_group()
90 if (numeric.grouping == NULL) { in add_numeric_group()
93 (void) asprintf(&s, "%s;%d", numeric.grouping, n); in add_numeric_group()
98 free((char *)numeric.grouping); in add_numeric_group()
99 numeric.grouping = s; in add_numeric_group()
113 (putl_category(numeric.grouping, f) == EOF)) { in dump_numeric()
/freebsd/lib/libc/iconv/
H A Dcitrus_fix_grouping.h40 _citrus_fixup_char_max_md(char *grouping) in _citrus_fixup_char_max_md() argument
44 for (p = grouping; *p != '\0'; ++p) in _citrus_fixup_char_max_md()
48 #define _CITRUS_FIXUP_CHAR_MAX_MD(grouping) \ argument
49 _citrus_fixup_char_max_md(__DECONST(void *, grouping))
51 #define _CITRUS_FIXUP_CHAR_MAX_MD(grouping) /* nothing to do */ argument
/freebsd/share/man/man9/
H A Dosd.9136 and provide a high-level grouping for slots to be registered under.
152 argument specifies which high-level type grouping from
180 argument specifies which high-level type grouping from
197 argument specifies which high-level type grouping from
233 argument specifies which high-level type grouping from
252 argument specifies which high-level type grouping from
279 argument specifies which high-level type grouping from
300 argument specifies which high-level type grouping from
/freebsd/lib/libc/locale/
H A Dlnumeric.c48 numempty /* grouping */
78 l->grouping = in numeric_load_locale()
79 __fix_locale_grouping_str(l->grouping); in numeric_load_locale()
123 "grouping = %s\n", in numericdebug()
126 _numeric_locale.grouping in numericdebug()
H A Dlocaleconv.357 char *grouping;
90 .It Va grouping
102 no more grouping is performed.
113 .Va grouping
H A Dfix_grouping.c36 * Internal helper used to convert grouping sequences from string
65 /* broken grouping string */ in __fix_locale_grouping_str()
78 /* NOTE: assume all input started with "0" as 'no grouping' */ in __fix_locale_grouping_str()
/freebsd/crypto/openssl/util/
H A Dlang-compress.pl51 ( # Grouping for the replacement
72 ( # Grouping for the replacement
87 ( # Grouping for the replacement
156 ( # Grouping for the replacement
177 ( # Grouping for the replacement
/freebsd/crypto/openssh/
H A Dopenssh.xml.in35 grouping='require_all'
43 grouping='require_all'
52 grouping='optional_all'>
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h78 * Determines the required grouping based on the size of the input.
80 * The grouping's last element will be repeated. For simplicity this repeating
89 * @note The grouping field of the locale is always a @c std::string,
94 … "The slow grouping formatting is used while there will be no separators written"); in __determine_grouping()
113 // Skip grouping with a width of 0. in __determine_grouping()
250 … __r != __e, "The slow grouping formatting is used while there will be no separators written."); in __write_using_decimal_separators()
303 string __grouping = __np.grouping(); in __format_integer()
/freebsd/sys/contrib/dev/rtw88/
H A Dbf.c195 u8 grouping = 0, codebookinfo = 1, coefficientsize = 3; in rtw_bf_enable_bfee_su() local
223 (grouping << 6) | in rtw_bf_enable_bfee_su()
244 u8 grouping = 0, codebookinfo = 1, coefficientsize = 0; in rtw_bf_enable_bfee_mu() local
251 (grouping << 6) | in rtw_bf_enable_bfee_mu()
256 nc_index, nr_index, grouping, codebookinfo, in rtw_bf_enable_bfee_mu()
/freebsd/contrib/ofed/infiniband-diags/man/
H A Dibnetdiscover.849 \fB\-g, \-\-grouping\fP
50 Show grouping. Grouping correlates IB nodes by different vendor specific
385 When grouping is used, IB nodes are organized into chassis which are
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp12 // implementation that looks to optimize decoder grouping and balance the
190 // Once we know we have seen all SUs that affect grouping or use unbuffered in pickNode()
204 // Check the grouping cost. For a node that must begin / end a in Candidate()
216 // Check decoder grouping. in operator <()
H A DSystemZMachineScheduler.h12 // implementation that looks to optimize decoder grouping and balance the
64 dbgs() << " Grouping cost:" << GroupingCost; in dumpCosts()
/freebsd/usr.bin/locale/tests/
H A Dlocale_test.sh68 grouping
135 grouping
H A Dk_flag_posix_numeric.out3 grouping=-1
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h19 /// Style for sorting and grouping C++ #include directives.
62 /// The custom priority to sort before grouping.
95 /// order of ``#include blocks`` and also allows the grouping of ``#includes``
/freebsd/share/i18n/csmapper/APPLE/
H A DKEYBOARD%UCS.src115 # transcoding hints are "grouping hints" - they indicate that the next
124 # grouping tags, 0xF860-61, and one variant tag, 0xF87F. Since these
130 # F1 key, is mapped to Unicode using the grouping tag F860 (group next
H A DUCS%KEYBOARD.src115 # transcoding hints are "grouping hints" - they indicate that the next
124 # grouping tags, 0xF860-61, and one variant tag, 0xF87F. Since these
130 # F1 key, is mapped to Unicode using the grouping tag F860 (group next

123456789