Searched refs:totals (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | Opts.td | 16 def totals : FF<"totals", "Print totals of all objects - Berkeley format only">; 31 def : F<"t", "Alias for --totals">, Alias<totals>;
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 5475 Totals totals; member 5509 Totals totals; member 5528 Totals totals; member 5544 Totals totals; member 6134 void printTotals(Totals const& totals); 6137 void printTotalsDivider(Totals const& totals); 7987 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… 10924 totals( _totals ) in AssertionStats() 10959 totals( _totals ), in TestCaseStats() 10971 totals( _totals ), in TestGroupStats() [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.cpp | 3379 unsigned *totals = in __kmp_affinity_create_cpuinfo_map() local 3402 totals[index] = 1; in __kmp_affinity_create_cpuinfo_map() 3429 totals[index2]++; in __kmp_affinity_create_cpuinfo_map() 3437 totals[index]++; in __kmp_affinity_create_cpuinfo_map() 3472 __kmp_free(totals); in __kmp_affinity_create_cpuinfo_map() 3501 nPackages = totals[pkgIdIndex]; in __kmp_affinity_create_cpuinfo_map() 3507 __kmp_ncores = totals[coreIdIndex]; in __kmp_affinity_create_cpuinfo_map() 3532 KMP_ASSERT(totals[index] >= totals[index + 1]); in __kmp_affinity_create_cpuinfo_map() 3533 inMap[index] = (totals[index] > totals[index + 1]); in __kmp_affinity_create_cpuinfo_map() 3535 inMap[maxIndex] = (totals[maxIndex] > 1); in __kmp_affinity_create_cpuinfo_map() [all …]
|
/freebsd/contrib/ncurses/ |
H A D | configure | 12781 int totals = 0; 12793 ++totals; 12803 fprintf(stderr, "%d/%d passed wcwidth/graphics check\\n", passed, totals); 12804 return (totals == passed) ? 0 : 1;
|
H A D | aclocal.m4 | 1590 int totals = 0; 1602 ++totals; 1612 fprintf(stderr, "%d/%d passed wcwidth/graphics check\\n", passed, totals); 1613 return (totals == passed) ? 0 : 1;
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 1044 files-from null totals verbose label version \
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 4146 - initialize statistics totals for printout.
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 181489 static const u8 totals[] = 181499 prior = totals[count]; 181502 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
|