Searched refs:INITIAL_STABILITY_BAND (Results 1 – 1 of 1) sorted by relevance
567 #define INITIAL_STABILITY_BAND ( 2) // Determining initial stability for consecutive differences w… macro2082 if ((ExpectedRunningDifference+INITIAL_STABILITY_BAND > SecondsRunningDifference)2083 && (ExpectedRunningDifference-INITIAL_STABILITY_BAND < SecondsRunningDifference))