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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp2509 * @param fPrevious The previous value of the bits.
2513 static bool vbgdBitUsageTrackerChange(PVBOXGUESTBITUSAGETRACER pTracker, uint32_t fChanged, uint32_t fPrevious, argument
2525 if (fBitMask & fPrevious)
2606 uint32_t fPrevious;
2629 fPrevious = pSession->fEventFilter;
2636 fChanged = fPrevious ^ pSession->fEventFilter;
2639 bool fGlobalChange = vbgdBitUsageTrackerChange(&pDevExt->EventFilterTracker, fChanged, fPrevious,
2668 pSession->fEventFilter = fPrevious;
2755 uint32_t fPrevious;
2778 fPrevious
[all...]

Completed in 46 milliseconds