Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Dasloperands.c237 UINT32 NewBitOffset; in OpnDoFieldCommon() local
307 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