Home
last modified time | relevance | path

Searched refs:Throughput (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp109 double Throughput = in getReciprocalThroughput() local
112 MinThroughput ? std::min(*MinThroughput, Throughput) : Throughput; in getReciprocalThroughput()
149 std::optional<double> Throughput; in getReciprocalThroughput() local
156 Throughput = Throughput ? std::min(*Throughput, Temp) : Temp; in getReciprocalThroughput()
158 if (Throughput) in getReciprocalThroughput()
159 return 1.0 / *Throughput; in getReciprocalThroughput()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp100 double Throughput = static_cast<double>(ReleaseAtCycles) / MCDesc.NumUnits; in computeBlockRThroughput() local
101 Max = std::max(Max, Throughput); in computeBlockRThroughput()
/freebsd/sys/contrib/device-tree/Bindings/
H A Dproperty-units.txt46 Throughput
/freebsd/usr.sbin/ppp/
H A DREADME.changes75 o Throughput statistics are enabled by default.
/freebsd/contrib/wpa/hostapd/
H A Ddefconfig158 # IEEE 802.11ac (Very High Throughput) support
/freebsd/contrib/wpa/wpa_supplicant/
H A Dandroid.config441 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
H A Ddefconfig502 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt480 "The hardware High Throughput capabilities of this cloned
950 "The value of this object specifies whether use of High Throughput
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedNeoverseV2.td1235 // NOTE: SOG p. 19: Throughput of LDN?P X-form should be 2, but reported as 3.