Home | History | Annotate | Download | only in src

Lines Matching refs:i_buf

76     int lpt, flag, i, j, i_tree, j_1, j_3, i_buf;
200 i_buf = 0;
240 if( i_buf > 0 )
241 ptr2[i_buf - 1] = NULL;
264 if( i_buf > 0 )
265 ptr2[i_buf - 1] = cur_adr;
293 if( i_buf > 0 )
294 ptr2[i_buf - 1] = cur_adr;
323 ptr2[i_buf] = ptr1[j];
325 ptr2[i_buf] = NULL;
327 ptr2[i_buf] = tree_end;
328 pt2[i_buf] = t;
329 num2[i_buf] = num1[j];
330 i_buf++;
372 i = i_buf;
684 int i_buf;
714 i_buf = 0;
762 while( i_buf >= 0 )
768 ptr_buf[i_buf] = tree_one;
771 level_buf[i_buf] = cur_level;
774 i_buf++;
779 i_buf--;
780 if( i_buf >= 0 )
782 CvPoint pt = ptr_buf[i_buf]->pt;
784 tree_one = ptr_buf[i_buf]->next_v2;
787 cur_level = level_buf[i_buf] + 1;