Searched refs:step_size (Results 1 – 1 of 1) sorted by relevance
46 #define step_size 2 /* step size when temp goes out of range */ macro84 if (tau[cpu].low >= step_size){ in TAUupdate()85 tau[cpu].low -= step_size; in TAUupdate()86 tau[cpu].high -= (step_size - window_expand); in TAUupdate()96 if (tau[cpu].high <= 127-step_size){ in TAUupdate()97 tau[cpu].low += (step_size - window_expand); in TAUupdate()98 tau[cpu].high += step_size; in TAUupdate()