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) in OpnDoFieldCommon()458 NewBitOffset - CurrentBitOffset; in OpnDoFieldCommon()459 CurrentBitOffset = NewBitOffset; in OpnDoFieldCommon()469 NewBitOffset - CurrentBitOffset; in OpnDoFieldCommon()470 CurrentBitOffset = NewBitOffset; in OpnDoFieldCommon()480 NewBitOffset = (UINT32) PkgLengthNode->Asl.Value.Integer; in OpnDoFieldCommon()481 CurrentBitOffset += NewBitOffset; in OpnDoFieldCommon()[all …]