HomeSort by: relevance | last modified time | path
    Searched refs:repeated (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
sh-dots.exp 6 repeated repeated
19 repeated delayed repeated
20 repeated delayed twice repeated
directive-include.mk 18 # Between 2015-11-26 and 2020-10-31, the very last file could be repeated,
var-eval-short.mk 71 # '****', which are repeated repetitions as well.
  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c 74 arguments are often repeated. */
89 an initial segment and an endlessly repeated loop segment.
102 repeated; /* Endlessly repeated segment. */ member in struct:format_arg_list
174 ASSERT (list->repeated.count <= list->repeated.allocated);
176 for (i = 0; i < list->repeated.count; i++)
178 verify_element (&list->repeated.element[i]);
179 total_repcount += list->repeated.element[i].repcount;
181 ASSERT (total_repcount == list->repeated.length)
    [all...]
format-scheme.c 77 arguments are often repeated. */
92 an initial segment and an endlessly repeated loop segment.
105 repeated; /* Endlessly repeated segment. */ member in struct:format_arg_list
177 ASSERT (list->repeated.count <= list->repeated.allocated);
179 for (i = 0; i < list->repeated.count; i++)
181 verify_element (&list->repeated.element[i]);
182 total_repcount += list->repeated.element[i].repcount;
184 ASSERT (total_repcount == list->repeated.length)
    [all...]
xgettext.c 2133 bool repeated = true; local
2139 repeated = false;
2143 if (repeated)
  /src/external/mit/expat/dist/fuzz/
xml_lpm_fuzzer.proto 56 repeated Action actions = 2;
57 repeated int32 fail_allocations = 3;
  /src/external/gpl3/gdb/dist/gdb/
f-valprint.c 194 bool repeated = (m_options->repeat_count_threshold < UINT_MAX local
202 if (repeated)
204 if (!repeated || last_p)
217 if (!repeated)
225 index - nrepeats + repeated,
227 walk_1 (elt_type_prev, elt_off_prev, repeated && i == 1);
230 if (!repeated)
263 bool repeated = false; local
275 repeated = ((e_prev->entirely_available ()
282 if (repeated)
    [all...]
valprint.c 79 /* How many times this character(s) is repeated. */
225 gdb_printf (file, _("Threshold for repeated print elements is %s.\n"),
2020 whether it is repeated. */
2102 bool repeated = ((available
2107 if (!repeated)
2373 /* Count repeated characters or bytes. */
3124 N_("Set threshold for repeated print elements."),
3125 N_("Show threshold for repeated print elements."),
2101 bool repeated = ((available local
ChangeLog-3.x 940 do "info history +" when command is repeated.
1662 repeated value.
2398 appropriate for it to be saved (and repeated).
  /src/external/gpl3/gdb.old/dist/gdb/
f-valprint.c 194 bool repeated = (m_options->repeat_count_threshold < UINT_MAX local
202 if (repeated)
204 if (!repeated || last_p)
217 if (!repeated)
225 index - nrepeats + repeated,
227 walk_1 (elt_type_prev, elt_off_prev, repeated && i == 1);
230 if (!repeated)
263 bool repeated = false; local
275 repeated = ((e_prev->entirely_available ()
282 if (repeated)
    [all...]
valprint.c 79 /* How many times this character(s) is repeated. */
225 gdb_printf (file, _("Threshold for repeated print elements is %s.\n"),
1946 whether it is repeated. */
2028 bool repeated = ((available
2033 if (!repeated)
2299 /* Count repeated characters or bytes. */
3050 N_("Set threshold for repeated print elements."),
3051 N_("Show threshold for repeated print elements."),
2027 bool repeated = ((available local
ChangeLog-3.x 940 do "info history +" when command is repeated.
1662 repeated value.
2398 appropriate for it to be saved (and repeated).
  /src/sys/arch/xen/xenbus/
xenbus_xs.c 749 bool found, repeated; local
763 repeated = false;
769 repeated = true;
773 if (!repeated) {
780 if (!found || repeated) {
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev67/
popcount.asm 47 C discarded, and src[0] is repeated by the main loop.
hamdist.asm 45 C is even that result is discarded, and is repeated by the main loop.
  /src/usr.sbin/sysinst/
README.md_defs 40 repeated with _BOOT1_ or _BOOT2_ name instead of _BOOT_.
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
copyi.asm 39 C Destination prefetching is done to avoid repeated write-throughs on lines
  /src/external/gpl2/groff/dist/src/roff/troff/
env.h 94 void add_tab(hunits pos, tab_type type, int repeated);
env.cpp 2731 void tab_stops::add_tab(hunits pos, tab_type type, int repeated)
2734 for (p = repeated ? &repeated_list : &initial_list; *p; p = &(*p)->next)
2764 int repeated = 0; local
2769 repeated = 1;
2790 tabs.add_tab(pos, type, repeated);
  /src/common/dist/zlib/contrib/pascal/
example.pas 28 (* "hello world" would be more standard, but the repeated "hello"
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
example.pas 28 (* "hello world" would be more standard, but the repeated "hello"
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
example.pas 28 (* "hello world" would be more standard, but the repeated "hello"
  /src/external/gpl3/gdb/dist/zlib/contrib/pascal/
example.pas 28 (* "hello world" would be more standard, but the repeated "hello"
  /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
example.pas 28 (* "hello world" would be more standard, but the repeated "hello"

Completed in 114 milliseconds

1 2