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

/freebsd-11-stable/contrib/xz/src/xz/
H A Dlist.c112 } totals = { 0, 0, 0, 0, 0, 0, 0, 0, 50000002, true }; variable in typeref:struct:__anon4479
643 // when printing the totals line if there are no valid input files.
1004 ++totals.files;
1005 totals.streams += lzma_index_stream_count(xfi->idx);
1006 totals.blocks += lzma_index_block_count(xfi->idx);
1007 totals.compressed_size += lzma_index_file_size(xfi->idx);
1008 totals.uncompressed_size += lzma_index_uncompressed_size(xfi->idx);
1009 totals.stream_padding += xfi->stream_padding;
1010 totals.checks |= lzma_index_checks(xfi->idx);
1012 if (totals
[all...]
/freebsd-11-stable/contrib/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;
369 for (t = incl_entry->totals; t != NULL; t = t->next)
397 t->next = incl_entry->totals;
398 incl_entry->totals = t;
H A Daoutx.h3430 /* A linked list of totals that we have found for a particular header
3444 /* List of totals we have found for this file. */
3445 struct aout_link_includes_totals *totals;
3504 ret->totals = NULL;
5098 for (t = incl_entry->totals; t != NULL; t = t->next)
5110 t->next = incl_entry->totals;
5111 incl_entry->totals = t;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1727 unsigned *totals = (unsigned *)__kmp_allocate(depth * sizeof(unsigned)); local
1732 totals[level] = 1;
1748 totals[j]++;
1760 totals[level]++;
1771 __kmp_free(totals);
1789 nPackages = totals[pkgLevel];
1792 __kmp_ncores = totals[coreLevel];
1804 bool uniform = (prod == totals[level - 1]);
1827 __kmp_str_buf_print(&buf, "%d", totals[0]);
1846 __kmp_free(totals);
2387 unsigned *totals = local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dggc-page.c2039 unsigned totals[NUM_ORDERS];
2067 d->d.totals[order]++;
2077 a += ROUND_UP (d->d.totals[i] * OBJECT_SIZE (i), G.pagesize);
2090 a += ROUND_UP (d->d.totals[i] * OBJECT_SIZE (i), G.pagesize);
2169 if (d->written[order] == d->d.totals[order]
2170 && fseek (f, ROUND_UP_VALUE (d->d.totals[order] * OBJECT_SIZE (order),
2277 if (d.totals[i] == 0)
2280 bytes = ROUND_UP (d.totals[i] * OBJECT_SIZE (i), G.pagesize);
2033 unsigned totals[NUM_ORDERS]; member in struct:ggc_pch_data::ggc_pch_ondisk
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c165708 static const u8 totals[] = local
[all...]

Completed in 655 milliseconds