Lines Matching full:new_stack_bottom
221 uchar** new_stack_bottom;
223 CV_CALL( new_stack_bottom = (uchar**)cvAlloc( maxsize * sizeof(stack_top[0])) );
224 memcpy( new_stack_bottom, stack_bottom, (stack_top - stack_bottom)*sizeof(stack_top[0]) );
225 stack_top = new_stack_bottom + (stack_top - stack_bottom);
227 stack_bottom = new_stack_bottom;
310 uchar** new_stack_bottom;
312 CV_CALL( new_stack_bottom = (uchar**)cvAlloc( maxsize * sizeof(stack_top[0])) );
313 memcpy( new_stack_bottom, stack_bottom, (stack_top - stack_bottom)*sizeof(stack_top[0]) );
314 stack_top = new_stack_bottom + (stack_top - stack_bottom);
316 stack_bottom = new_stack_bottom;