Searched refs:tmp_top (Results 1 – 1 of 1) sorted by relevance
351 int tmp_top = bn->top; in bn_correct_top() local353 if (tmp_top > 0) { in bn_correct_top()354 for (ftl = &(bn->d[tmp_top - 1]); tmp_top > 0; tmp_top--) { in bn_correct_top()359 bn->top = tmp_top; in bn_correct_top()