Home
last modified time | relevance | path

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

/acpica-latest/source/tools/acpisrc/
Dasconvrt.c1430 UINT32 LineCount = 0; in AsCountLines() local
1439 Gbl_TotalLines += LineCount; in AsCountLines()
1440 return (LineCount); in AsCountLines()
1449 LineCount++; in AsCountLines()
1461 Gbl_TotalLines += LineCount; in AsCountLines()
1462 return (LineCount); in AsCountLines()
1516 UINT32 LineCount = 0; in AsCountSourceLines() local
1562 LineCount++; in AsCountSourceLines()
1584 Gbl_SourceLines += LineCount; in AsCountSourceLines()
1589 CommentCount, WhiteCount, LineCount, in AsCountSourceLines()
[all …]
Dasfile.c358 UINT32 LineCount = 0; in AsDetectLoneLineFeeds() local
375 LineCount++; in AsDetectLoneLineFeeds()
382 if (LineCount == LfCount) in AsDetectLoneLineFeeds()
/acpica-latest/source/components/debugger/
Ddbinput.c492 UINT32 LineCount; in AcpiDbMatchCommandHelp() local
522 LineCount = Help->LineCount; in AcpiDbMatchCommandHelp()
523 while (LineCount) in AcpiDbMatchCommandHelp()
527 LineCount--; in AcpiDbMatchCommandHelp()
/acpica-latest/source/include/
Dacdebug.h174 UINT8 LineCount; /* Number of help lines */ member
Dactbl2.h2115 UINT32 LineCount; member
/acpica-latest/source/common/
Ddmtbdump2.c1633 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
Ddmtbinfo2.c1433 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
/acpica-latest/source/compiler/
Ddttable2.c948 Interleave->LineCount = Count; in DtCompileNfit()