Lines Matching refs:curval
172 int sp = -1, curval = 0;185 curval = node->val;187 curval = stack[sp]->val;189 while (curval < threshold && sp >= 0) {190 if (curval < stack[sp]->val)191 curval = stack[sp]->val;192 while (curval < threshold) {198 curval++;202 stack[sp]->val = curval;205 return curval;