Searched defs:mAmlByteEncoding (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAml.c18 AML_BYTE_ENCODING mAmlByteEncoding[] = { variable
207 for (Index = 0; Index < sizeof(mAmlByteEncoding)/sizeof(mAmlByteEncoding[0]); Index++) {
208 if ((mAmlByteEncoding[Index].OpCode == OpCode) && (mAmlByteEncoding[Index].SubOpCode == SubOpCode)) {
209 return &mAmlByteEncoding[Index];

Completed in 33 milliseconds