Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmps.cpp20 size_t byteCount = std::min(regData.length() / 2, size_t(4)); in extractData() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp87 char* byteCount = (char*)calloc(11, sizeof(char)); in dumpHex() local
/openbmc/entity-manager/src/fru_device/
H A Dfru_utils.cpp1089 static size_t getBlockCount(size_t byteCount) in getBlockCount()