Searched refs:OpcodeLength (Results 1 – 3 of 3) sorted by relevance
374 UINT8 OpcodeLength; in AcpiPsParseLoop() local501 OpcodeLength = 1; in AcpiPsParseLoop()504 OpcodeLength = 2; in AcpiPsParseLoop()506 WalkState->ParserState.Aml = WalkState->Aml + OpcodeLength; in AcpiPsParseLoop()
1205 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local1207 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()
592 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local593 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()