HomeSort by: relevance | last modified time | path
    Searched defs:repeated (Results 1 - 10 of 10) sorted by relevancy

  /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/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"),
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
  /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
  /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/gpl2/groff/dist/src/roff/troff/
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/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 3174 int i, j, repeated, fsmbi, repeat;
3226 repeated = 1;
3230 repeated = 0;
3232 if (repeated)
3258 if (repeated)
3325 /* Check that bytes are repeated. */
3357 /* Check that bytes are repeated. */
3392 /* Check that bytes are repeated. */
3435 /* Check that bytes are repeated. */
5033 than 16 bytes, the value is repeated across the rest of the array. *
3166 int i, j, repeated, fsmbi, repeat; local
    [all...]

Completed in 46 milliseconds