Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c2105 UINT32 RecordCount; in AcpiDmDumpPhat() local
2168 RecordCount = VersionData->ElementCount; in AcpiDmDumpPhat()
2181 RecordCount = VersionData->ElementCount; in AcpiDmDumpPhat()
2192 __LINE__, RecordCount, Offset, SubtableLength); in AcpiDmDumpPhat()
2196 while (RecordCount && VersionData->Header.Length) in AcpiDmDumpPhat()
2199 VersionData->ElementCount - RecordCount + 1, Offset); in AcpiDmDumpPhat()
2210 RecordCount--; in AcpiDmDumpPhat()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h313 uint64_t RecordCount = 1; member
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c1378 UINT32 RecordCount; in DtCompilePhat() local
1501 RecordCount = VersionData->ElementCount; in DtCompilePhat()
1505 while (RecordCount) in DtCompilePhat()
1518 RecordCount--; in DtCompilePhat()