Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dasloperands.c345 UINT32 NewBitOffset; in OpnDoFieldCommon() local
415 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 …]