Searched refs:totals (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-threads.c169 totals ();
H A Dtest-benchmark.c240 totals ();
H A Dharness.h423 totals ();
H A Dtest-fuzzer.c466 totals ();
H A Dtest-nested-contexts.c656 totals ();
/haiku-buildtools/legacy/binutils/bfd/
H A Dstabs.c51 /* A linked list of totals that we have found for a particular header
72 /* List of totals we have found for this file. */
73 struct stab_link_includes_totals *totals; member in struct:stab_link_includes_entry
139 ret->totals = NULL;
368 for (t = incl_entry->totals; t != NULL; t = t->next)
396 t->next = incl_entry->totals;
397 incl_entry->totals = t;
H A Dpdp11.c204 /* A linked list of totals that we have found for a particular header
218 /* List of totals we have found for this file. */
219 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
2881 ret->totals = NULL;
4365 for (t = incl_entry->totals; t != NULL; t = t->next)
4377 t->next = incl_entry->totals;
4378 incl_entry->totals = t;
H A Daoutx.h3408 /* A linked list of totals that we have found for a particular header
3422 /* List of totals we have found for this file. */
3423 struct aout_link_includes_totals *totals;
3482 ret->totals = NULL;
5076 for (t = incl_entry->totals; t != NULL; t = t->next)
5088 t->next = incl_entry->totals;
5089 incl_entry->totals = t;
/haiku-buildtools/binutils/bfd/
H A Dstabs.c52 /* A linked list of totals that we have found for a particular header
73 /* List of totals we have found for this file. */
74 struct stab_link_includes_totals *totals; member in struct:stab_link_includes_entry
140 ret->totals = NULL;
371 for (t = incl_entry->totals; t != NULL; t = t->next)
401 t->next = incl_entry->totals;
402 incl_entry->totals = t;
H A Dpdp11.c199 /* A linked list of totals that we have found for a particular header
213 /* List of totals we have found for this file. */
214 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
2908 ret->totals = NULL;
4378 for (t = incl_entry->totals; t != NULL; t = t->next)
4390 t->next = incl_entry->totals;
4391 incl_entry->totals = t;
H A Daoutx.h3540 /* A linked list of totals that we have found for a particular header
3554 /* List of totals we have found for this file. */
3555 struct aout_link_includes_totals *totals;
3615 ret->totals = NULL;
5213 for (t = incl_entry->totals; t != NULL; t = t->next)
5226 t->next = incl_entry->totals;
5227 incl_entry->totals = t;
3546 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
/haiku-buildtools/gcc/gcc/
H A Dggc-page.c2353 unsigned totals[NUM_ORDERS];
2384 d->d.totals[order]++;
2394 a += PAGE_ALIGN (d->d.totals[i] * OBJECT_SIZE (i));
2407 a += PAGE_ALIGN (d->d.totals[i] * OBJECT_SIZE (i));
2485 if (d->written[order] == d->d.totals[order]
2486 && fseek (f, ROUND_UP_VALUE (d->d.totals[order] * OBJECT_SIZE (order),
2596 if (d.totals[i] == 0)
2599 bytes = PAGE_ALIGN (d.totals[i] * OBJECT_SIZE (i));
2347 unsigned totals[NUM_ORDERS]; member in struct:ggc_pch_ondisk

Completed in 421 milliseconds