Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
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()
481 CurrentBitOffset += NewBitOffset; in OpnDoFieldCommon()