Lines Matching refs:startwrite
329 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local
351 startwrite = fieldstart + offset; in au0828_copy_video()
355 if ((char *)startwrite + lencopy > (char *)outp + buf->length) { in au0828_copy_video()
357 ((char *)startwrite + lencopy) - in au0828_copy_video()
359 remain = (char *)outp + buf->length - (char *)startwrite; in au0828_copy_video()
364 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
369 startwrite += lencopy + bytesperline; in au0828_copy_video()
376 if ((char *)startwrite + lencopy > (char *)outp + in au0828_copy_video()
379 ((char *)startwrite + lencopy) - in au0828_copy_video()
382 (char *)startwrite; in au0828_copy_video()
387 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
433 unsigned char *startwrite, *startread; in au0828_copy_vbi() local
463 startwrite = outp + (dma_q->pos / 2); in au0828_copy_vbi()
467 startwrite += bytesperline * dev->vbi_height; in au0828_copy_vbi()
470 startwrite[j++] = startread[i+1]; in au0828_copy_vbi()