Home
last modified time | relevance | path

Searched defs:oddIt (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/control/
H A Dutility.cpp21 const auto oddIt = values.begin() + values.size() / 2; in getMedian() local
/openbmc/phosphor-dbus-monitor/src/
H A Dmedian.hpp81 const auto oddIt = values.begin() + values.size() / 2; in operator ()() local