Searched refs:CurrentIndex (Results 1 – 1 of 1) sorted by relevance
108 UINT32 CurrentIndex; in AcpiDmDisasmByteList() local131 CurrentIndex = i + j; in AcpiDmDisasmByteList()132 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()140 AcpiOsPrintf (" 0x%2.2X", ByteData[CurrentIndex]); in AcpiDmDisasmByteList()144 if (CurrentIndex < (ByteCount - 1)) in AcpiDmDisasmByteList()159 CurrentIndex = i + j; in AcpiDmDisasmByteList()160 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()165 BufChar = ByteData[CurrentIndex]; in AcpiDmDisasmByteList()