Home
last modified time | relevance | path

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

/acpica-3.7.0/source/compiler/
Ddttable1.c415 UINT32 CurLength; in DtCompileApmt() local
422 CurLength = sizeof(ACPI_TABLE_HEADER); in DtCompileApmt()
470 CurLength += ApmtNode->Length; in DtCompileApmt()
475 if (Header->Length != CurLength) in DtCompileApmt()
478 Header->Length, CurLength); in DtCompileApmt()