Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dpack.hpp149 size_t appendCount = std::min(count, static_cast<size_t>(CHAR_BIT)); in op() local
180 size_t appendCount = std::min(count, size_t(CHAR_BIT)); in op() local