Searched refs:LineCount (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 816 unsigned LineCount; member
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbinput.c | 489 UINT32 LineCount; in AcpiDbMatchCommandHelp() local 519 LineCount = Help->LineCount; in AcpiDbMatchCommandHelp() 520 while (LineCount) in AcpiDbMatchCommandHelp() 524 LineCount--; in AcpiDbMatchCommandHelp()
|
| /freebsd-13.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-13.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-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acdebug.h | 174 UINT8 LineCount; /* Number of help lines */ member
|
| H A D | actbl2.h | 1380 UINT32 LineCount; member
|
| /freebsd-13.1/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump2.c | 1299 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
|
| H A D | dmtbinfo2.c | 1004 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 747 Interleave->LineCount = Count; in DtCompileNfit()
|
| /freebsd-13.1/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 1656 printf("\tLineCount=%u\n", (u_int)ileave->LineCount); in acpi_print_nfit()
|