Searched refs:NewBitOffset (Results 1 – 1 of 1) sorted by relevance
237 UINT32 NewBitOffset; in OpnDoFieldCommon() local307 NewBitOffset = ((UINT32) PkgLengthNode->Asl.Value.Integer) * 8; in OpnDoFieldCommon()313 if (NewBitOffset < CurrentBitOffset) in OpnDoFieldCommon()324 else if (NewBitOffset == CurrentBitOffset) in OpnDoFieldCommon()340 NewBitOffset - CurrentBitOffset; in OpnDoFieldCommon()341 CurrentBitOffset = NewBitOffset; in OpnDoFieldCommon()351 NewBitOffset = (UINT32) PkgLengthNode->Asl.Value.Integer; in OpnDoFieldCommon()352 CurrentBitOffset += NewBitOffset; in OpnDoFieldCommon()
Completed in 4 milliseconds