Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallouts.cpp31 pel >> _subsectionID >> _subsectionFlags >> _subsectionWordLength; in Callouts()
34 sizeof(_subsectionWordLength); in Callouts()
36 while ((_subsectionWordLength * 4) > currentLength) in Callouts()
45 pel << _subsectionID << _subsectionFlags << _subsectionWordLength; in flatten()
80 _subsectionWordLength += _callouts.back()->flattenedSize() / 4; in addCallout()
H A Dcallouts.hpp42 _subsectionWordLength(1) in Callouts()
68 return _subsectionWordLength * 4; in flattenedSize()
104 uint16_t _subsectionWordLength; member in openpower::pels::src::Callouts