Searched refs:LineCount (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
H A D | asconvrt.c | 1322 UINT32 LineCount = 0; in AsCountLines() local 1331 Gbl_TotalLines += LineCount; in AsCountLines() 1332 return (LineCount); in AsCountLines() 1341 LineCount++; in AsCountLines() 1353 Gbl_TotalLines += LineCount; in AsCountLines() 1354 return (LineCount); in AsCountLines() 1408 UINT32 LineCount = 0; in AsCountSourceLines() local 1454 LineCount++; in AsCountSourceLines() 1476 Gbl_SourceLines += LineCount; in AsCountSourceLines() 1481 CommentCount, WhiteCount, LineCount, in AsCountSourceLines() [all …]
|
H A D | asfile.c | 250 UINT32 LineCount = 0; in AsDetectLoneLineFeeds() local 267 LineCount++; in AsDetectLoneLineFeeds() 274 if (LineCount == LfCount) in AsDetectLoneLineFeeds()
|
/netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
H A D | dbinput.c | 384 UINT32 LineCount; in AcpiDbMatchCommandHelp() local 414 LineCount = Help->LineCount; in AcpiDbMatchCommandHelp() 415 while (LineCount) in AcpiDbMatchCommandHelp() 419 LineCount--; in AcpiDbMatchCommandHelp()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | FormatToken.cpp | 247 Format.LineCount = 1; in precomputeFormattingInfos() 253 ++Format.LineCount; in precomputeFormattingInfos() 299 if (BestFormat && I->LineCount > BestFormat->LineCount) in getColumnFormat()
|
H A D | FormatToken.h | 806 unsigned LineCount; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 592 unsigned LineCount = InputFileText.count('\n'); in DumpAnnotatedInput() local 594 ++LineCount; in DumpAnnotatedInput() 595 unsigned LineNoWidth = std::log10(LineCount) + 1; in DumpAnnotatedInput()
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | event_rpcgen.py | 448 def LineCount(self): member in Entry 480 "around line %d" % (self._name, self.LineCount()) 485 "around line %d" % (self._name, self.LineCount()) 490 "around line %d" % (self._name, self.LineCount()) 695 "around line %d" % (self._name, self.LineCount())
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acdebug.h | 66 UINT8 LineCount; /* Number of help lines */ member
|
H A D | actbl2.h | 2110 UINT32 LineCount; 2006 UINT32 LineCount; global() member
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | dmtbinfo2.c | 1414 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
|
H A D | dmtbdump2.c | 1548 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | dttable2.c | 853 Interleave->LineCount = Count; in DtCompileNfit()
|
/netbsd-src/usr.sbin/acpitools/acpidump/ |
H A D | acpi.c | 3318 printf("\tLineCount=%u\n", (u_int)ileave->LineCount); in acpi_print_nfit()
|