Home
last modified time | relevance | path

Searched refs:OpLength (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
DAmlOption.c155 UINTN OpLength; in AmlParseOptionCommon() local
198 OpLength = 2; in AmlParseOptionCommon()
200 OpLength = 1; in AmlParseOptionCommon()
202 *DataSize = OpLength; in AmlParseOptionCommon()
206 if (OpLength > MaxBufferSize) { in AmlParseOptionCommon()
209 CurrentBuffer += OpLength; in AmlParseOptionCommon()
219 if (OpLength + PkgLength > MaxBufferSize) { in AmlParseOptionCommon()
222 MaxBufferSize = OpLength + PkgLength; in AmlParseOptionCommon()
279 *DataSize = OpLength + PkgLength; in AmlParseOptionCommon()