Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasldebug.c331 UINT32 PaddingLength; in UtDumpParseOpName() local
346 PaddingLength = (DEBUG_MAX_LINE_LENGTH + 1) - LineLength; in UtDumpParseOpName()
370 DbgPrint (ASL_TREE_OUTPUT, "%*s", PaddingLength, " "); in UtDumpParseOpName()
H A Ddttable1.c2282 UINT32 PaddingLength; in DtCompileIort()
2336 AcpiDmTableInfoIortHdr[0].Name, &PaddingLength); in DtCompileIort()
2341 Iort->NodeOffset += PaddingLength; in DtCompileIort()
2143 UINT32 PaddingLength; DtCompileIort() local