Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dfru_utils.cpp467 std::time_t timeValue = timegm(&fruTime); in formatIPMIFRU() local
468 timeValue += static_cast<long>(minutes) * 60; in formatIPMIFRU()
469 fruTime = *std::gmtime(&timeValue); in formatIPMIFRU()
/openbmc/qemu/ui/
H A Dcocoa.m670 1000 * period.timeValue / period.timeScale);
671 info.refresh_rate = (int64_t)1000 * period.timeScale / period.timeValue;