xcnt             1512 drivers/scsi/initio.c 	long cnt, xcnt;		/* cannot use unsigned !! code: if (xcnt < 0) */
xcnt             1561 drivers/scsi/initio.c 	xcnt = (long) scb->buflen - cnt;	/* xcnt== bytes already xferred */
xcnt             1569 drivers/scsi/initio.c 			xcnt -= (long) sgp->len;
xcnt             1570 drivers/scsi/initio.c 			if (xcnt < 0) {		/* this sgp xfer half done */
xcnt             1571 drivers/scsi/initio.c 				xcnt += (long) sgp->len;	/* xcnt == bytes xferred in this sgp */
xcnt             1572 drivers/scsi/initio.c 				sgp->data += (u32) xcnt;	/* new ptr to be xfer */
xcnt             1573 drivers/scsi/initio.c 				sgp->len -= (u32) xcnt;	/* new len to be xfer */
xcnt             1586 drivers/scsi/initio.c 		scb->bufptr += (u32) xcnt;
xcnt              605 drivers/staging/rtl8712/rtl8712_xmit.c 	int res = _SUCCESS, xcnt = 0;
xcnt              677 drivers/staging/rtl8712/rtl8712_xmit.c 		xcnt++;