Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasconvrt.c1322 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 Dasfile.c250 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 Ddbinput.c384 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 DFormatToken.cpp247 Format.LineCount = 1; in precomputeFormattingInfos()
253 ++Format.LineCount; in precomputeFormattingInfos()
299 if (BestFormat && I->LineCount > BestFormat->LineCount) in getColumnFormat()
H A DFormatToken.h806 unsigned LineCount; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp592 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 Devent_rpcgen.py448 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 Dacdebug.h66 UINT8 LineCount; /* Number of help lines */ member
H A Dactbl2.h2110 UINT32 LineCount;
2006 UINT32 LineCount; global() member
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo2.c1414 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
H A Ddmtbdump2.c1548 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddttable2.c853 Interleave->LineCount = Count; in DtCompileNfit()
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c3318 printf("\tLineCount=%u\n", (u_int)ileave->LineCount); in acpi_print_nfit()