Searched refs:OpcodeLength (Results 1 – 3 of 3) sorted by relevance
569 UINT8 OpcodeLength; in AcpiPsParseLoop() local697 OpcodeLength = 1; in AcpiPsParseLoop()700 OpcodeLength = 2; in AcpiPsParseLoop()702 WalkState->ParserState.Aml = WalkState->Aml + OpcodeLength; in AcpiPsParseLoop()
228 for (auto OpcodeLength : LineTable.StandardOpcodeLengths) in EmitDebugLine() local229 writeInteger((uint8_t)OpcodeLength, OS, DI.IsLittleEndian); in EmitDebugLine()
768 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local769 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()