Home
last modified time | relevance | path

Searched refs:tSize (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.cpp55 double offset, const std::string& label, size_t tSize, double pollRate, in PSUSensor() argument
94 if (label.empty() || tSize == thresholds.size()) in PSUSensor()
100 setInitialProperties(sensorUnits, label, tSize); in PSUSensor()
H A DPSUSensor.hpp32 const std::string& label, size_t tSize, double pollRate,
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c1286 U32 const tSize = (U32)(srcSize + dictSize); in ZSTD_adjustCParams_internal() local
1288 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()
1289 ZSTD_highbit32(tSize-1) + 1; in ZSTD_adjustCParams_internal()