Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Dasloperands.c236 UINT32 CurrentBitOffset; in OpnDoFieldCommon() local
284 CurrentBitOffset = 0; in OpnDoFieldCommon()
290 Next->Asl.ExtraValue = CurrentBitOffset; 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()
352 CurrentBitOffset += NewBitOffset; in OpnDoFieldCommon()

Completed in 3 milliseconds