Searched refs:NewBitOffset (Results 1 – 1 of 1) sorted by relevance
345 UINT32 NewBitOffset; in OpnDoFieldCommon() local415 NewBitOffset = ((UINT32) PkgLengthNode->Asl.Value.Integer) * 8; in OpnDoFieldCommon()421 if (NewBitOffset < CurrentBitOffset) in OpnDoFieldCommon()432 else if ((NewBitOffset == CurrentBitOffset) && Gbl_OptimizeTrivialParseNodes) in OpnDoFieldCommon()448 NewBitOffset - CurrentBitOffset; in OpnDoFieldCommon()449 CurrentBitOffset = NewBitOffset; in OpnDoFieldCommon()459 NewBitOffset = (UINT32) PkgLengthNode->Asl.Value.Integer; in OpnDoFieldCommon()460 CurrentBitOffset += NewBitOffset; in OpnDoFieldCommon()462 if ((NewBitOffset == 0) && in OpnDoFieldCommon()