Searched refs:InValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwxfsleep.c201 UINT32 InValue; local
246 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue);
252 } while (!InValue);
H A Dhwsleep.c74 UINT32 InValue; local
197 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue);
203 } while (!InValue);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3259 Value *InValue = PHI->getIncomingValue(Idx); local
3260 if (InValue != CaseValue) continue;

Completed in 158 milliseconds