Searched refs:tSize (Results 1 – 3 of 3) sorted by relevance
55 double offset, const std::string& label, size_t tSize, double pollRate, in PSUSensor() argument94 if (label.empty() || tSize == thresholds.size()) in PSUSensor()100 setInitialProperties(sensorUnits, label, tSize); in PSUSensor()
32 const std::string& label, size_t tSize, double pollRate,
1286 U32 const tSize = (U32)(srcSize + dictSize); in ZSTD_adjustCParams_internal() local1288 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()1289 ZSTD_highbit32(tSize-1) + 1; in ZSTD_adjustCParams_internal()