Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCSchedule.cpp92 std::optional<double> Throughput; in getReciprocalThroughput() local
101 Throughput = Throughput ? std::min(*Throughput, Temp) : Temp; in getReciprocalThroughput()
103 if (Throughput) in getReciprocalThroughput()
104 return 1.0 / *Throughput; in getReciprocalThroughput()
138 std::optional<double> Throughput; in getReciprocalThroughput() local
145 Throughput = Throughput ? std::min(*Throughput, Temp) : Temp; in getReciprocalThroughput()
147 if (Throughput) in getReciprocalThroughput()
148 return 1.0 / *Throughput; in getReciprocalThroughput()
/freebsd-head/contrib/llvm-project/llvm/lib/MCA/
HDSupport.cpp100 double Throughput = static_cast<double>(ReleaseAtCycles) / MCDesc.NumUnits; in computeBlockRThroughput() local
101 Max = std::max(Max, Throughput); in computeBlockRThroughput()
/freebsd-head/sys/contrib/device-tree/Bindings/
HDproperty-units.txt46 Throughput
/freebsd-head/usr.sbin/ppp/
HDREADME.changes75 o Throughput statistics are enabled by default.
/freebsd-head/contrib/wpa/hostapd/
HDdefconfig158 # IEEE 802.11ac (Very High Throughput) support
/freebsd-head/contrib/wpa/wpa_supplicant/
HDandroid.config441 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
HDdefconfig502 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
/freebsd-head/usr.sbin/bsnmpd/modules/snmp_wlan/
HDBEGEMOT-WIRELESS-MIB.txt480 "The hardware High Throughput capabilities of this cloned
950 "The value of this object specifies whether use of High Throughput
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SchedNeoverseV2.td1224 // NOTE: SOG p. 19: Throughput of LDN?P X-form should be 2, but reported as 3.