Home
last modified time | relevance | path

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

/acpica-latest/source/compiler/
Dasloperands.c345 UINT32 NewBitOffset; in OpnDoFieldCommon() local
415 NewBitOffset = ((UINT32) PkgLengthNode->Asl.Value.Integer) * 8; in OpnDoFieldCommon()
421 if (NewBitOffset < CurrentBitOffset) in OpnDoFieldCommon()
437 else if (NewBitOffset == CurrentBitOffset) in OpnDoFieldCommon()
463 NewBitOffset - CurrentBitOffset; in OpnDoFieldCommon()
464 CurrentBitOffset = NewBitOffset; in OpnDoFieldCommon()
475 NewBitOffset - CurrentBitOffset; in OpnDoFieldCommon()
476 CurrentBitOffset = NewBitOffset; in OpnDoFieldCommon()
486 NewBitOffset = (UINT32) PkgLengthNode->Asl.Value.Integer; in OpnDoFieldCommon()
487 CurrentBitOffset += NewBitOffset; in OpnDoFieldCommon()
[all …]