Lines Matching refs:this_step
280 char this_step; /* Current pos in buffer */ member
1031 int this_step = (sincelast + (60 /2)) / 60; in ees_receive() local
1032 int p_step = ees->this_step; in ees_receive()
1034 ees->last_steps[p_step] = this_step; in ees_receive()
1038 ees->this_step = p_step; in ees_receive()
1043 if (this != this_step) { in ees_receive()
1045 this== (this_step +2) || in ees_receive()
1046 this== (this_step -2) || in ees_receive()
1047 this== (this_step +1) || in ees_receive()
1048 this== (this_step -1))) in ees_receive()
1051 int idelta = (this_step - other_step); in ees_receive()
1057 this == (this_step +1) || in ees_receive()
1058 this == (this_step -1)) in ees_receive()
1061 this == (this_step + other_step)/2 in ees_receive()
1072 …, count=%d, pps_step=%d, suspect=%x", ees->unit, p, ees->last_steps[p], this_step, other_step, thi… in ees_receive()