Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/smbpbi/
H A DSmbpbiSensor.cpp181 for (int byteI = 0; byteI < length; byteI++) in i2cReadDataBytesDouble() local
183 tempd |= static_cast<uint64_t>(buf[byteI]) << (8 * byteI); in i2cReadDataBytesDouble()
204 for (int byteI = 0; byteI < length; byteI++) in i2cReadDataBytesUI64() local
206 reading |= static_cast<uint64_t>(buf[byteI]) << (8 * byteI); in i2cReadDataBytesUI64()