Home
last modified time | relevance | path

Searched defs:tempValue (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dplatform_numeric_effecter.hpp58 auto tempValue = std::get<uint8_t>(value); in getEffecterRawValue() local
63 auto tempValue = std::get<uint8_t>(value); in getEffecterRawValue() local
94 auto tempValue = std::get<uint16_t>(value); in getEffecterRawValue() local
99 auto tempValue = std::get<uint16_t>(value); in getEffecterRawValue() local
117 auto tempValue = std::get<int16_t>(value); in getEffecterRawValue() local
122 auto tempValue = std::get<int16_t>(value); in getEffecterRawValue() local
140 auto tempValue = std::get<uint32_t>(value); in getEffecterRawValue() local
145 auto tempValue = std::get<uint32_t>(value); in getEffecterRawValue() local
163 auto tempValue = std::get<int32_t>(value); in getEffecterRawValue() local
168 auto tempValue = std::get<int32_t>(value); in getEffecterRawValue() local
/openbmc/openpower-occ-control/
H A Docc_manager.cpp972 double tempValue{0}; in readTempSensors() local
1127 double tempValue{0}; in readPowerSensors() local
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c760 s8 tempValue = 0, tempPwrLmt = 0; in PHY_ConvertTxPowerLimitToPowerIndex() local