Searched refs:total (Results 251 - 275 of 354) sorted by path

<<1112131415

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h63 unsigned total = 0; local
65 total += llvm::countPopulation(Val);
66 return total;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp67 uint32_t total = 0; local
69 total += Sources[i]->GetNumExternalSelectors();
70 return total;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp71 unsigned total = 0, unreachable = 0; local
76 ++total;
105 NumBlocks += total;
108 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc362 * Return the total size in bytes of the on-disk value profile data
393 * Return the total size of \c ValueProfileData.
478 * Return the total size of the value profile record including the
498 * Return the total number of value data for \c This record.
531 * Return the total size in bytes of the on-disk value profile data
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
H A Dmodsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp122 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, argument
125 if (total) *total = n_contexts_;
H A Dsanitizer_thread_registry.h93 void GetNumberOfThreads(uptr *total = nullptr, uptr *running = nullptr,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc45 // Maximum total allocated space (bytes)
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DTimer.cpp32 if (parent && total.count() == 0)
38 total += (std::chrono::high_resolution_clock::now() - startTime);
49 // We want to print the grand total under all the intermediate phases, so we
50 // print all children first, then print the total under that.
61 total)
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h50 std::chrono::nanoseconds total; member in class:lld::Timer
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h291 if (uint32_t total = Sources[i]->GetNumExternalSelectors())
292 return total;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp50 uint32_t total = 0; local
52 total = 10 * total + (type.Next() - '0');
53 return total;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc362 * Return the total size in bytes of the on-disk value profile data
393 * Return the total size of \c ValueProfileData.
478 * Return the total size of the value profile record including the
498 * Return the total number of value data for \c This record.
531 * Return the total size in bytes of the on-disk value profile data
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp10 // that is, it prints out the size of each section, and the total size of all
221 uint64_t total = 0; local
231 total += Seg.vmsize;
258 total += Seg.vmsize;
279 outs() << "total " << format(fmt.str().c_str(), total) << "\n";
346 uint64_t total = total_text + total_data + total_objc + total_others; local
353 << total_others << "\t" << total << "\t" << format("%" PRIx64, total)
361 uint64_t total local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1890 static float percent(kmp_uint32 count, kmp_uint32 total) { argument
1891 return (total == 0) ? 0.0 : (100.0 * count) / total;
1909 kmp_adaptive_lock_statistics_t total = destroyedStats; local
1913 __kmp_add_stats(&total, lck);
1915 kmp_adaptive_lock_statistics_t *t = &total;
2018 // total number of times we started speculation since all speculations must
H A Dkmp_settings.cpp1020 int total = 0; // Count elements that were set. It'll be used as an array size local
1038 if (total == 0 || prev_comma) {
1039 total++;
1049 total++;
1058 if (!__kmp_dflt_max_active_levels_set && total > 1)
1060 KMP_DEBUG_ASSERT(total > 0);
1061 if (total <= 0) {
1069 nth_array->nth = (int *)KMP_INTERNAL_MALLOC(sizeof(int) * total * 2);
1073 nth_array->size = total * 2;
1075 if (nth_array->size < total) {
4185 int total = 0; // Count elements that were set. It'll be used as an array size local
4286 int total = 0; // Count elements that were set. It'll be used as an array size local
[all...]
H A Dkmp_stats.cpp135 std::string statistic::format(char unit, bool total) const {
142 if (total)
149 if (total)
207 bins[bin].total += sample;
228 << formatSI(count(i), 9, ' ') << ", " << formatSI(total(i), 9, unit);
H A Dkmp_stats.h327 double total; member in struct:logHistogram::__anon3444
360 bins[i].total = 0;
368 double total(int b) const { return bins[b + logOffset].total; } function in class:logHistogram
375 bins[i].total += o.bins[i].total;
439 std::string format(char unit, bool total = false) const;
509 // time(EXECUTING_TASK) + time(DOING_NOTHING) = total time thread is alive
H A Dz_Windows_NT-586_asm.asm563 add edx,eax ; Calculate total size of the stack decrement.
/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c379 ** l <= r iff !(r < l) (assuming a total order). If the metamethod
471 ** Main operation for concatenation: concat 'total' values in the stack,
472 ** from 'L->top - total' up to 'L->top - 1'.
474 void luaV_concat (lua_State *L, int total) { argument
475 lua_assert(total >= 2);
490 /* collect total length and number of strings */
491 for (n = 1; n < total && tostring(L, top - n - 1); n++) {
508 total -= n-1; /* got 'n' strings to create 1 new */
510 } while (total > 1); /* repeat until only 1 result left */
686 int total local
[all...]
H A Dlvm.h107 LUAI_FUNC void luaV_concat (lua_State *L, int total);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh433 total=$(wc -l /COPYRIGHT | sed 's/[^0-9]//g')
437 # match the total line count and as long as they don't match each other.
441 atf_check -o not-inline:"${total}" cat xpositive.count
442 atf_check -o not-inline:"${total}" cat xnegative.count
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c65 int16_t base_tai; /* total leaps before first entry */
606 int total,
625 || !leapsec_raw(pt, &tt64, total, FALSE) )
630 pt->lsig.taiof = (int16_t)total;
H A Drefclock_nmea.c259 u_int total; member in struct:__anon11::__anon12
702 up->tally.total++;
1154 up->tally.total, up->tally.accepted,
1340 * function is called repeatedly with increasing indices, the total load
1342 * decreasing indices, the total load is O(n^2). Try not to go backwards

Completed in 278 milliseconds

<<1112131415