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

/freebsd-10.0-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwsleep.c74 UINT32 InValue; local
198 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue);
216 } while (!InValue);
H A Dhwxfsleep.c186 UINT32 InValue; local
231 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue);
236 } while (!InValue);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3275 Value *InValue = PHI->getIncomingValue(Idx); local
3276 if (InValue != CaseValue) continue;

Completed in 66 milliseconds