Searched refs:RecordCount (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/external/bsd/acpica/dist/common/ |
| H A D | dmtbdump2.c | 1790 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 D | StackMaps.cpp | 519 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 D | StackMaps.h | 306 uint64_t RecordCount = 1; member
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | dttable2.c | 1102 UINT32 RecordCount; in DtCompileNhlt() 1225 RecordCount = VersionData->ElementCount; in DtCompileNhlt() 1229 while (RecordCount) in DtCompileNhlt() 1242 RecordCount--; in DtCompileNhlt() 1482 UINT32 RecordCount; DtCompilePhat() local
|