Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmbuffer.c218 UINT32 CurrentIndex; in AcpiDmDisasmByteList() local
241 CurrentIndex = i + j; in AcpiDmDisasmByteList()
242 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
250 AcpiOsPrintf (" 0x%2.2X", ByteData[CurrentIndex]); in AcpiDmDisasmByteList()
254 if (CurrentIndex < (ByteCount - 1)) in AcpiDmDisasmByteList()
269 CurrentIndex = i + j; in AcpiDmDisasmByteList()
270 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()
275 BufChar = ByteData[CurrentIndex]; in AcpiDmDisasmByteList()