Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.cpp246 Format.LineCount = 1; in precomputeFormattingInfos()
252 ++Format.LineCount; in precomputeFormattingInfos()
298 if (BestFormat && I->LineCount > BestFormat->LineCount) in getColumnFormat()
H A DFormatToken.h643 unsigned LineCount; member
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c483 UINT32 LineCount; in AcpiDbMatchCommandHelp() local
513 LineCount = Help->LineCount; in AcpiDbMatchCommandHelp()
514 while (LineCount) in AcpiDbMatchCommandHelp()
518 LineCount--; in AcpiDbMatchCommandHelp()
/freebsd-12.1/contrib/libevent/
H A Devent_rpcgen.py370 def LineCount(self): member in Entry
402 'around line %d' % (self._name, self.LineCount()))
406 'around line %d' % (self._name, self.LineCount()))
410 'around line %d' % (self._name, self.LineCount()))
600 'around line %d' % (self._name, self.LineCount()))
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py370 def LineCount(self): member in Entry
402 'around line %d' % (self._name, self.LineCount()))
406 'around line %d' % (self._name, self.LineCount()))
410 'around line %d' % (self._name, self.LineCount()))
600 'around line %d' % (self._name, self.LineCount()))
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacdebug.h173 UINT8 LineCount; /* Number of help lines */ member
H A Dactbl2.h1363 UINT32 LineCount; member
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp786 const uint64_t LineCount = GCOVBlock::getLineCount(Blocks); in print() local
787 if (LineCount == 0) in print()
790 CovOS << format("%9" PRIu64 ":", LineCount); in print()
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1276 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
H A Ddmtbinfo2.c988 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c747 Interleave->LineCount = Count; in DtCompileNfit()
/freebsd-12.1/usr.sbin/acpi/acpidump/
H A Dacpi.c1382 printf("\tLineCount=%u\n", (u_int)ileave->LineCount); in acpi_print_nfit()