HomeSort by: relevance | last modified time | path
    Searched refs:LineCount (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 1322 UINT32 LineCount = 0;
1331 Gbl_TotalLines += LineCount;
1332 return (LineCount);
1341 LineCount++;
1353 Gbl_TotalLines += LineCount;
1354 return (LineCount);
1408 UINT32 LineCount = 0;
1454 LineCount++;
1476 Gbl_SourceLines += LineCount;
1481 CommentCount, WhiteCount, LineCount,
    [all...]
asfile.c 250 UINT32 LineCount = 0;
267 LineCount++;
274 if (LineCount == LfCount)
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.cpp 247 Format.LineCount = 1;
253 ++Format.LineCount;
299 if (BestFormat && I->LineCount > BestFormat->LineCount)
FormatToken.h 806 unsigned LineCount;
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 384 UINT32 LineCount;
414 LineCount = Help->LineCount;
415 while (LineCount)
419 LineCount--;
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 66 UINT8 LineCount; /* Number of help lines */
actbl2.h 2585 UINT32 LineCount;
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 592 unsigned LineCount = InputFileText.count('\n');
594 ++LineCount;
595 unsigned LineNoWidth = std::log10(LineCount) + 1;
  /src/external/bsd/libevent/dist/
event_rpcgen.py 448 def LineCount(self):
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())
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 448 def LineCount(self):
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())
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 1753 for (i = 0; i < Interleave->LineCount; i++)
dmtbinfo2.c 1549 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
  /src/sys/external/bsd/acpica/dist/compiler/
dttable2.c 919 Interleave->LineCount = Count;
  /src/usr.sbin/acpitools/acpidump/
acpi.c 3318 printf("\tLineCount=%u\n", (u_int)ileave->LineCount);

Completed in 37 milliseconds