Searched refs:LineCount (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | FormatToken.cpp | 246 Format.LineCount = 1; in precomputeFormattingInfos() 252 ++Format.LineCount; in precomputeFormattingInfos() 298 if (BestFormat && I->LineCount > BestFormat->LineCount) in getColumnFormat()
|
| H A D | FormatToken.h | 643 unsigned LineCount; member
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbinput.c | 483 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 D | event_rpcgen.py | 370 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 D | event_rpcgen.py | 370 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 D | acdebug.h | 173 UINT8 LineCount; /* Number of help lines */ member
|
| H A D | actbl2.h | 1363 UINT32 LineCount; member
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 786 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 D | dmtbdump2.c | 1276 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
|
| H A D | dmtbinfo2.c | 988 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 747 Interleave->LineCount = Count; in DtCompileNfit()
|
| /freebsd-12.1/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 1382 printf("\tLineCount=%u\n", (u_int)ileave->LineCount); in acpi_print_nfit()
|