Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h816 unsigned LineCount; member
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c489 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 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-13.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-13.1/sys/contrib/dev/acpica/include/
H A Dacdebug.h174 UINT8 LineCount; /* Number of help lines */ member
H A Dactbl2.h1380 UINT32 LineCount; member
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1299 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
H A Ddmtbinfo2.c1004 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c747 Interleave->LineCount = Count; in DtCompileNfit()
/freebsd-13.1/usr.sbin/acpi/acpidump/
H A Dacpi.c1656 printf("\tLineCount=%u\n", (u_int)ileave->LineCount); in acpi_print_nfit()