Searched refs:gOpCodeList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py116 gOpCodeList = ["BEFORE", "AFTER", "PUSH", "AND", "OR", "NOT", "TRUE", "FALSE", "END", "SOR"] variable
254 Statement = gOpCodeList[struct.unpack("B", OpCode)[0]]

Completed in 63 milliseconds