Home
last modified time | relevance | path

Searched refs:Total (Results 26 – 50 of 114) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp130 RemWeight = Dist.Total; in DitheringDistributer()
148 uint64_t NewTotal = Total + Amount; in add()
151 bool IsOverflow = NewTotal < Total; in add()
156 Total = NewTotal; in add()
247 Total = 1; in normalize()
259 else if (Total > UINT32_MAX) in normalize()
260 Shift = 33 - llvm::countl_zero(Total); in normalize()
266 assert(Total == std::accumulate(Weights.begin(), Weights.end(), UINT64_C(0), in normalize()
276 Total = 0; in normalize()
287 Total += W.Amount; in normalize()
[all …]
H A DTensorSpec.cpp39 static std::array<std::string, static_cast<size_t>(TensorType::Total)> in SUPPORTED_TENSOR_TYPES()
118 case TensorType::Total: in tensorValueToString()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp95 unsigned Total = 0; in getFullDataSizeForType() local
101 Total = llvm::alignTo(Total, Align); in getFullDataSizeForType()
102 Total += TypeSizer().Visit(TyLoc); in getFullDataSizeForType()
105 Total = llvm::alignTo(Total, MaxAlign); in getFullDataSizeForType()
106 return Total; in getFullDataSizeForType()
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dvexpress-v2p-ca15_a7.dts360 /* Total current for the two A15 cores */
367 /* Total current for the three A7 cores */
381 /* Total power for the two A15 cores */
388 /* Total power for the three A7 cores */
395 /* Total energy for the two A15 cores */
402 /* Total energy for the three A7 cores */
H A Dvexpress-v2p-ca15-tc1.dts211 /* Total current for the two cores */
225 /* Total power */
232 /* Total energy */
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp318 [&Columns, &Opts](unsigned Hit, unsigned Total, float Pctg) { in emitTableRow() argument
322 if (Total) in emitTableRow()
326 RSO << '(' << Hit << '/' << Total << ')'; in emitTableRow()
329 if (!Total) in emitTableRow()
929 uint64_t Total = R.ExecutionCount + R.FalseExecutionCount; in renderBranchView() local
931 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
932 TruePercent = ((double)(R.ExecutionCount) / (double)Total) * 100.0; in renderBranchView()
933 FalsePercent = ((double)(R.FalseExecutionCount) / (double)Total) * 100.0; in renderBranchView()
H A DSourceCoverageViewText.cpp302 uint64_t Total = R.ExecutionCount + R.FalseExecutionCount; in renderBranchView() local
304 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
305 TruePercent = ((double)(R.ExecutionCount) / (double)Total) * 100.0; in renderBranchView()
306 FalsePercent = ((double)(R.FalseExecutionCount) / (double)Total) * 100.0; in renderBranchView()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp25 enum class LVCompareItem { Scope, Symbol, Type, Line, Total }; enumerator
34 {LVCompareItem::Total, LVCompareEntry("Total", 0, 0, 0)}};
59 IterTotal = Results.find(LVCompareItem::Total); in zeroResults()
418 if (Entry.first == LVCompareItem::Total) in printSummary()
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_10.H.out1Total Sold</div><div class="title effect-underline"> In Stock</div><div class="title effect-und…
H A Dtest_10.HP.out23 <div class="title effect-bold effect-underline"> Total Sold</div>
75 <div class="label">Total sold</div>
107 <div class="label">Total sold</div>
139 <div class="label">Total sold</div>
171 <div class="label">Total sold</div>
203 <div class="label">Total sold</div>
235 <div class="label effect-bold color-fg-white color-bg-blue">Total sold</div>
H A Dtest_09.T.out23 Total:: six
H A Dtest_01.H.out3Total Sold</div><div class="title"> In Stock</div><div class="title"> On Order</div><div cla…
H A Dtest_01.HP.out69 <div class="title"> Total Sold</div>
121 <div class="label">Total sold</div>
153 <div class="label">Total sold</div>
185 <div class="label">Total sold</div>
217 <div class="label">Total sold</div>
249 <div class="label">Total sold</div>
281 <div class="label">Total sold</div>
337 <div class="title"> Total Sold</div>
/freebsd/crypto/heimdal/lib/wind/
H A DCompositionExclusions-3.2.0.txt86 # Total code points: 67
109 # Total code points: 14
159 # Total code points: 924
175 # Total code points: 4
/freebsd/usr.bin/systat/
H A Dvmstat.c107 struct vmtotal Total; member
121 #define total s.Total
774 size = sizeof(ls->Total); in getinfo()
777 if (sysctl(mib, 2, &ls->Total, &size, NULL, 0) < 0) { in getinfo()
779 bzero(&ls->Total, sizeof(ls->Total)); in getinfo()
/freebsd/contrib/one-true-awk/testdir/
H A Dp.5216 printf "\n%-10s\t\t %6d\n", "World Total", wtotal }
/freebsd/sys/dev/pwm/
H A Dpwmbus_if.m51 # Config the period (Total number of cycle in ns) and
62 # Get the period (Total number of cycle in ns) and
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp138 for (size_t Reg = 0, Total = getNumRegs(); Reg != Total; ++Reg) { in getReservedRegs() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h1081 unsigned Total = CoverageTracker.countBodyRecords(Samples, PSI);
1082 unsigned Coverage = CoverageTracker.computeCoverage(Used, Total);
1086 Twine(Used) + " of " + Twine(Total) + " available profile records (" +
1094 uint64_t Total = CoverageTracker.countBodySamples(Samples, PSI);
1095 unsigned Coverage = CoverageTracker.computeCoverage(Used, Total);
1099 Twine(Used) + " of " + Twine(Total) + " available profile samples (" +
H A DSampleProfileLoaderBaseUtil.h39 unsigned computeCoverage(unsigned Used, unsigned Total) const;
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmc-nor.txt22 - gpmc,rd-cycle-ns: Total read cycle time
23 - gpmc,wr-cycle-ns: Total write cycle time
/freebsd/sys/contrib/device-tree/Bindings/eeprom/
H A Dat25.yaml57 Total eeprom size in bytes.
85 Total eeprom size in bytes. Deprecated, use "size" property instead.
/freebsd/sys/contrib/device-tree/Bindings/iio/chemical/
H A Daosong,ags02ma.yaml10 AGS02MA is an TVOC (Total Volatile Organic Compounds) i2c sensor with default
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti,gpmc-child.yaml103 description: Total read cycle time
107 description: Total write cycle time
198 Total width of device(s) connected to a GPMC
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc81 // Total allocated space (bytes)
84 // Total free space (bytes)
101 // Total allocated space (bytes)
103 // Total free space (bytes)

12345