Searched refs:CurrentIndex (Results 1 – 1 of 1) sorted by relevance
148 UINT32 CurrentIndex; in AcpiDmDisasmByteList() local171 CurrentIndex = i + j; in AcpiDmDisasmByteList()172 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()180 AcpiOsPrintf (" 0x%2.2X", ByteData[CurrentIndex]); in AcpiDmDisasmByteList()184 if (CurrentIndex < (ByteCount - 1)) in AcpiDmDisasmByteList()199 CurrentIndex = i + j; in AcpiDmDisasmByteList()200 if (CurrentIndex >= ByteCount) in AcpiDmDisasmByteList()205 BufChar = ByteData[CurrentIndex]; in AcpiDmDisasmByteList()
Completed in 3 milliseconds