Lines Matching defs:rise_point
53 int rise_point = -1, fall_point = -1;
60 * Use grade as the max delay chain, and use the rise_point and
80 rise_point = i;
83 if (rise_point != -1 && fall_point != -1)
92 if (rise_point == -1)
93 rise_point = 0;
96 if (fall_point < rise_point) {
97 if ((rise_point + fall_point) >
101 i = (rise_point + grade - 1) / 2;
103 i = (rise_point + fall_point) / 2;