Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallouts.cpp33 size_t currentLength = sizeof(_subsectionID) + sizeof(_subsectionFlags) + in Callouts() local
36 while ((_subsectionWordLength * 4) > currentLength) in Callouts()
39 currentLength += _callouts.back()->flattenedSize(); in Callouts()