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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp245 Format.LineCount = 1;
251 ++Format.LineCount;
297 if (BestFormat && I->LineCount > BestFormat->LineCount)
H A DFormatToken.h660 unsigned LineCount; member in struct:clang::format::CommaSeparatedList::ColumnFormat
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c483 UINT32 LineCount; local
513 LineCount = Help->LineCount;
514 while (LineCount)
518 LineCount--;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdebug.h173 UINT8 LineCount; /* Number of help lines */ member in struct:acpi_db_command_help
H A Dactbl1.h1522 UINT32 LineCount; member in struct:acpi_nfit_interleave
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py370 def LineCount(self): member in class: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-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp794 const uint64_t LineCount = GCOVBlock::getLineCount(Blocks);
795 if (LineCount == 0)
798 CovOS << format("%9" PRIu64 ":", LineCount);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c747 Interleave->LineCount = Count;
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c1273 printf("\tLineCount=%u\n", (u_int)ileave->LineCount);
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c3097 for (i = 0; i < Interleave->LineCount; i++)
H A Ddmtbinfo.c2487 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineCount), "Line Count", 0},

Completed in 188 milliseconds