Go to the documentation of this file.
28 #define PhInitializeDelta(DltMgr) \
29 ((DltMgr)->Value = 0, (DltMgr)->Delta = 0)
31 #define PhUpdateDelta(DltMgr, NewValue) \
32 ((DltMgr)->Delta = (NewValue) - (DltMgr)->Value, \
33 (DltMgr)->Value = (NewValue), (DltMgr)->Delta)