Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c492 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 DFormatToken.cpp289 Format.LineCount = 1; in precomputeFormattingInfos()
295 ++Format.LineCount; in precomputeFormattingInfos()
339 if (BestFormat && Format.LineCount > BestFormat->LineCount) in getColumnFormat()
H A DNamespaceEndCommentsFixer.cpp362 unsigned LineCount = 0; in analyze() local
364 LineCount += AnnotatedLines[J]->size(); in analyze()
365 if (LineCount > Style.ShortNamespaceLines) { in analyze()
H A DFormatToken.h955 unsigned LineCount; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp119 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 DSampleProfWriter.h150 size_t LineCount; variable
175 LineCount = 0; in writeHeader()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py448 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 Devent_rpcgen.py448 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 Dacdebug.h174 UINT8 LineCount; /* Number of help lines */ member
H A Dactbl2.h2114 UINT32 LineCount; member
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c2039 printf("\tLineCount=%u\n", (u_int)ileave->LineCount); in acpi_print_nfit()
2041 for (m = 0; m < ileave->LineCount; m++) { in acpi_print_nfit()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1633 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
H A Ddmtbinfo2.c1434 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c948 Interleave->LineCount = Count; in DtCompileNfit()