Searched refs:LineCount (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbinput.c | 492 UINT32 LineCount; in AcpiDbMatchCommandHelp() local 522 LineCount = Help->LineCount; in AcpiDbMatchCommandHelp() 523 while (LineCount) in AcpiDbMatchCommandHelp() 527 LineCount--; in AcpiDbMatchCommandHelp()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.cpp | 267 Format.LineCount = 1; in precomputeFormattingInfos() 273 ++Format.LineCount; in precomputeFormattingInfos() 317 if (BestFormat && Format.LineCount > BestFormat->LineCount) in getColumnFormat()
|
H A D | FormatToken.h | 1005 unsigned LineCount; member
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 119 TotalSize += LineCount; in writeWithSizeLimitInternal() 578 LineCount++; in writeSample() 595 LineCount++; in writeSample() 618 LineCount++; in writeSample() 624 LineCount++; in writeSample()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 150 size_t LineCount; variable 175 LineCount = 0; in writeHeader()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_rpcgen.py | 448 def LineCount(self): member in Entry 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())
|
/freebsd/contrib/libevent/ |
H A D | event_rpcgen.py | 448 def LineCount(self): member in Entry 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())
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acdebug.h | 174 UINT8 LineCount; /* Number of help lines */ member
|
H A D | actbl2.h | 2218 UINT32 LineCount; member
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 2181 printf("\tLineCount=%u\n", (u_int)ileave->LineCount); in acpi_print_nfit() 2183 for (m = 0; m < ileave->LineCount; m++) { in acpi_print_nfit()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | dttable2.c | 961 Interleave->LineCount = Count; in DtCompileNfit()
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbdump2.c | 1656 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
|
H A D | dmtbinfo2.c | 1522 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
|