Home
last modified time | relevance | path

Searched refs:RecordCount (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1898 UINT32 RecordCount; in AcpiDmDumpPhat() local
1962 RecordCount = VersionData->ElementCount; in AcpiDmDumpPhat()
1975 RecordCount = VersionData->ElementCount; in AcpiDmDumpPhat()
1986 __LINE__, RecordCount, Offset, SubtableLength); in AcpiDmDumpPhat()
1990 while (RecordCount && VersionData->Header.Length) in AcpiDmDumpPhat()
1993 VersionData->ElementCount - RecordCount + 1, Offset); in AcpiDmDumpPhat()
2004 RecordCount--; in AcpiDmDumpPhat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp533 CurrentIt->second.RecordCount++; in recordStackMapOpers()
618 << " callsite count: " << FR.second.RecordCount << '\n'); in emitFunctionFrameRecords()
621 OS.emitIntValue(FR.second.RecordCount, 8); in emitFunctionFrameRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h313 uint64_t RecordCount = 1;
314 uint64_t RecordCount = 1; global() member
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c1210 UINT32 RecordCount; in DtCompilePhat() local
1333 RecordCount = VersionData->ElementCount; in DtCompilePhat()
1337 while (RecordCount) in DtCompilePhat()
1350 RecordCount--; in DtCompilePhat()