Home
last modified time | relevance | path

Searched refs:NameFound (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c887 BOOLEAN NameFound; in AcpiRsGetPciRoutingTableLength() local
930 NameFound = FALSE; in AcpiRsGetPciRoutingTableLength()
933 TableIndex < PackageElement->Package.Count && !NameFound; in AcpiRsGetPciRoutingTableLength()
947 NameFound = TRUE; in AcpiRsGetPciRoutingTableLength()
961 if (NameFound) in AcpiRsGetPciRoutingTableLength()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp269 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
270 if (Name == NameFound || in lookupLLVMIntrinsicByName()
271 (Name.starts_with(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()