Searched refs:uOldValue (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DMsiCommon.cpp90 DECLINLINE(bool) msiBitJustCleared(uint32_t uOldValue, argument
94 return (!!(uOldValue & uMask) && !(uNewValue & uMask));
97 DECLINLINE(bool) msiBitJustSet(uint32_t uOldValue, argument
101 return (!(uOldValue & uMask) && !!(uNewValue & uMask));
H A DMsixCommon.cpp270 DECLINLINE(bool) msixBitJustCleared(uint32_t uOldValue, argument
274 return (!!(uOldValue & uMask) && !(uNewValue & uMask));

Completed in 50 milliseconds