Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
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) && 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()