Home
last modified time | relevance | path

Searched refs:ResourceCount (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dpasswd_dialog.clw13 ResourceCount=2
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2046 unsigned ResourceCount = SchedModel->getNumProcResourceKinds(); in init() local
2047 ReservedCyclesIndex.resize(ResourceCount); in init()
2048 ExecutedResCounts.resize(ResourceCount); in init()
2049 ResourceGroupSubUnitMasks.resize(ResourceCount, APInt(ResourceCount, 0)); in init()
2052 for (unsigned i = 0; i < ResourceCount; ++i) { in init()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h1196 UINT32 ResourceCount;
1188 UINT32 ResourceCount; global() member
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo1.c1014 {ACPI_DMT_UINT32, ACPI_DRTM1_OFFSET (ResourceCount), "Resource Count", DT_COUNT},
H A Ddmtbdump1.c1536 (DrtmRl->ResourceCount > Count)) in AcpiDmDumpErst()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddttable1.c1596 DrtmRl->ResourceCount = Count; in DtCompileGtdt()