Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbdump2.c1790 UINT32 RecordCount; in AcpiDmDumpNhlt()
1854 RecordCount = VersionData->ElementCount; in AcpiDmDumpNhlt()
1867 RecordCount = VersionData->ElementCount; in AcpiDmDumpNhlt()
1877 DbgPrint (ASL_DEBUG_OUTPUT, "/* %u, RecordCount: %X, Offset %X, SubtableLength %X */\n", in AcpiDmDumpNhlt()
1878 __LINE__, RecordCount, Offset, SubtableLength); in AcpiDmDumpNhlt()
1882 while (RecordCount && VersionData->Header.Length) in AcpiDmDumpNhlt()
1885 VersionData->ElementCount - RecordCount + 1, Offset); in AcpiDmDumpNhlt()
1896 RecordCount--; in AcpiDmDumpNhlt()
2170 UINT32 RecordCount; AcpiDmDumpPhat() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp519 CurrentIt->second.RecordCount++; in recordStackMapOpers()
604 << " callsite count: " << FR.second.RecordCount << '\n'); in emitFunctionFrameRecords()
607 OS.emitIntValue(FR.second.RecordCount, 8); in emitFunctionFrameRecords()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h306 uint64_t RecordCount = 1; member
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddttable2.c1102 UINT32 RecordCount; in DtCompileNhlt()
1225 RecordCount = VersionData->ElementCount; in DtCompileNhlt()
1229 while (RecordCount) in DtCompileNhlt()
1242 RecordCount--; in DtCompileNhlt()
1482 UINT32 RecordCount; DtCompilePhat() local