Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasloperands.c344 UINT32 CurrentBitOffset; in OpnDoFieldCommon() local
392 CurrentBitOffset = 0; in OpnDoFieldCommon()
398 Next->Asl.ExtraValue = CurrentBitOffset; 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()
487 CurrentBitOffset += NewBitOffset; in OpnDoFieldCommon()