Lines Matching full:window
10 * data in the window.
15 * values are widely separated in the time window since that bounds
17 * over the window.
20 * it has no value - the new min is <= everything else in the window
36 * Passed entire window without a new val so make 2nd in minmax_subwin_update()
39 * may also be outside the window (we checked on entry in minmax_subwin_update()
40 * that the third choice was in the window). in minmax_subwin_update()
52 * We've passed a quarter of the window without a new val in minmax_subwin_update()
53 * so take a 2nd choice from the 2nd quarter of the window. in minmax_subwin_update()
58 * We've passed half the window without finding a new val in minmax_subwin_update()
59 * so take a 3rd choice from the last half of the window in minmax_subwin_update()
72 unlikely(val.t - m->s[2].t > win)) /* nothing left in window? */ in minmax_running_max()
90 unlikely(val.t - m->s[2].t > win)) /* nothing left in window? */ in minmax_running_min()