Searched refs:_subsectionWordLength (Results 1 – 2 of 2) sorted by relevance
31 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()
42 _subsectionWordLength(1) in Callouts()68 return _subsectionWordLength * 4; in flattenedSize()104 uint16_t _subsectionWordLength; member in openpower::pels::src::Callouts