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

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dlist.c108 } totals = { 0, 0, 0, 0, 0, 0, 0, 0, true }; variable in typeref:struct:__anon2946
936 ++totals.files;
937 totals.streams += lzma_index_stream_count(xfi->idx);
938 totals.blocks += lzma_index_block_count(xfi->idx);
939 totals.compressed_size += lzma_index_file_size(xfi->idx);
940 totals.uncompressed_size += lzma_index_uncompressed_size(xfi->idx);
941 totals.stream_padding += xfi->stream_padding;
942 totals.checks |= lzma_index_checks(xfi->idx);
944 if (totals.memusage_max < xfi->memusage_max)
945 totals
[all...]
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dcoalesce.c337 int totals[COALESCE_MAXERROR]; local
340 memset(totals, 0, sizeof(totals));
348 ++totals[r];
352 if (totals[i])
354 totals[i]);
356 return totals[COALESCE_OK];
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dstabs.c53 /* A linked list of totals that we have found for a particular header
74 /* List of totals we have found for this file. */
75 struct stab_link_includes_totals *totals; member in struct:stab_link_includes_entry
141 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.c200 /* A linked list of totals that we have found for a particular header
214 /* List of totals we have found for this file. */
215 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
2896 ret->totals = NULL;
4374 for (t = incl_entry->totals; t != NULL; t = t->next)
4386 t->next = incl_entry->totals;
4387 incl_entry->totals = t;
H A Daoutx.h3478 /* A linked list of totals that we have found for a particular header
3492 /* List of totals we have found for this file. */
3493 struct aout_link_includes_totals *totals;
3553 ret->totals = NULL;
5164 for (t = incl_entry->totals; t != NULL; t = t->next)
5177 t->next = incl_entry->totals;
5178 incl_entry->totals = t;
3484 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dstabs.c53 /* A linked list of totals that we have found for a particular header
74 /* List of totals we have found for this file. */
75 struct stab_link_includes_totals *totals; member in struct:stab_link_includes_entry
141 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.c200 /* A linked list of totals that we have found for a particular header
214 /* List of totals we have found for this file. */
215 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
2898 ret->totals = NULL;
4376 for (t = incl_entry->totals; t != NULL; t = t->next)
4388 t->next = incl_entry->totals;
4389 incl_entry->totals = t;
H A Daoutx.h3478 /* A linked list of totals that we have found for a particular header
3492 /* List of totals we have found for this file. */
3493 struct aout_link_includes_totals *totals;
3553 ret->totals = NULL;
5164 for (t = incl_entry->totals; t != NULL; t = t->next)
5177 t->next = incl_entry->totals;
5178 incl_entry->totals = t;
3484 struct aout_link_includes_totals *totals; member in struct:aout_link_includes_entry
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dggc-page.c2097 unsigned totals[NUM_ORDERS];
2129 d->d.totals[order]++;
2139 a += ROUND_UP (d->d.totals[i] * OBJECT_SIZE (i), G.pagesize);
2152 a += ROUND_UP (d->d.totals[i] * OBJECT_SIZE (i), G.pagesize);
2231 if (d->written[order] == d->d.totals[order]
2232 && fseek (f, ROUND_UP_VALUE (d->d.totals[order] * OBJECT_SIZE (order),
2342 if (d.totals[i] == 0)
2345 bytes = ROUND_UP (d.totals[i] * OBJECT_SIZE (i), G.pagesize);
2091 unsigned totals[NUM_ORDERS]; member in struct:ggc_pch_ondisk
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dggc-page.c2013 unsigned totals[NUM_ORDERS];
2041 d->d.totals[order]++;
2051 a += ROUND_UP (d->d.totals[i] * OBJECT_SIZE (i), G.pagesize);
2064 a += ROUND_UP (d->d.totals[i] * OBJECT_SIZE (i), G.pagesize);
2143 if (d->written[order] == d->d.totals[order]
2144 && fseek (f, ROUND_UP_VALUE (d->d.totals[order] * OBJECT_SIZE (order),
2251 if (d.totals[i] == 0)
2254 bytes = ROUND_UP (d.totals[i] * OBJECT_SIZE (i), G.pagesize);
2007 unsigned totals[NUM_ORDERS]; member in struct:ggc_pch_data::ggc_pch_ondisk
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c1855 struct load_progress_data *totals;
1862 totals = args->cumulative;
1894 totals->data_count += bytes;
1897 totals->write_count += 1;
1909 totals->data_count,
1910 totals->total_size);
1853 struct load_progress_data *totals; local
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_netbsdkintf.c985 RF_AccTotals_t *totals; local
1516 totals = (RF_AccTotals_t *) data;
1517 *totals = raidPtr->acc_totals;

Completed in 323 milliseconds