Searched refs:lowThreshold (Results 1 – 2 of 2) sorted by relevance
/openbmc/pldm/platform-mc/test/ |
H A D | numeric_sensor_test.cpp | 195 double lowThreshold = 30; in TEST() local 205 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 213 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 221 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 229 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 237 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 245 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 253 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 261 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 269 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST()
|
/openbmc/linux/lib/zstd/compress/ |
H A D | fse_compress.c | 395 U32 const lowThreshold = (U32)(total >> tableLog); in FSE_normalizeM2() local 403 if (count[s] <= lowThreshold) { in FSE_normalizeM2() 492 U32 lowThreshold = (U32)(total >> tableLog); in FSE_normalizeCount() local 497 if (count[s] <= lowThreshold) { in FSE_normalizeCount()
|