destleft         1692 drivers/misc/altera-stapl/altera.c 			s32 destleft;
destleft         1713 drivers/misc/altera-stapl/altera.c 				destleft = stack[--stack_ptr];
destleft         1726 drivers/misc/altera-stapl/altera.c 				if (copy_index2 > destleft) {
destleft         1729 drivers/misc/altera-stapl/altera.c 					dest_count = 1 + copy_index2 - destleft;
destleft         1731 drivers/misc/altera-stapl/altera.c 					copy_index2 = destleft;
destleft         1733 drivers/misc/altera-stapl/altera.c 					dest_count = 1 + destleft - copy_index2;