Home
last modified time | relevance | path

Searched refs:MaxLevel (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c859 UINT32 MaxLevel = *((UINT32 *) Context); in AcpiNsDumpOneObjectPath() local
881 if (Level <= MaxLevel) in AcpiNsDumpOneObjectPath()
883 PathIndent = MaxLevel - Level + 1; in AcpiNsDumpOneObjectPath()
903 UINT32 *MaxLevel = (UINT32 *) Context; in AcpiNsGetMaxDepth() local
906 if (Level > *MaxLevel) in AcpiNsGetMaxDepth()
908 *MaxLevel = Level; in AcpiNsGetMaxDepth()
942 UINT32 MaxLevel = 0; in AcpiNsDumpObjectPaths() local
965 AcpiNsGetMaxDepth, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()
971 AcpiNsDumpOneObjectPath, NULL, (void *) &MaxLevel, NULL); in AcpiNsDumpObjectPaths()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp224 static unsigned getLAScore(VPValue *V1, VPValue *V2, unsigned MaxLevel, in getLAScore() argument
229 if (MaxLevel == 0) in getLAScore()
237 cast<VPUser>(V2)->getOperand(J), MaxLevel - 1, IAI); in getLAScore()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DHost.cpp1224 unsigned MaxLevel; in getHostCPUFeatures() local
1230 if (getX86CpuIDAndInfo(0, &MaxLevel, text.u + 0, text.u + 2, text.u + 1) || in getHostCPUFeatures()
1231 MaxLevel < 1) in getHostCPUFeatures()
1291 MaxLevel >= 7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX); in getHostCPUFeatures()
1345 bool HasLeafD = MaxLevel >= 0xd && in getHostCPUFeatures()
1353 bool HasLeaf14 = MaxLevel >= 0x14 && in getHostCPUFeatures()