Searched refs:moveup (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xfs/dist/os/
H A Dio.c271 moveup; local in function:InsertFakeRequest
309 moveup = count - (oci->bufptr - oci->buffer);
310 if (moveup > 0) {
312 memmove( oci->bufptr + moveup, oci->bufptr, gotnow);
313 oci->bufptr += moveup;
314 oci->bufcnt += moveup;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c507 int gotnow, moveup; local in function:InsertFakeRequest
550 moveup = count - (oci->bufptr - oci->buffer);
551 if (moveup > 0)
554 memmove(oci->bufptr + moveup, oci->bufptr, gotnow);
555 oci->bufptr += moveup;
556 oci->bufcnt += moveup;
/xsrc/external/mit/xorg-server/dist/os/
H A Dio.c516 int gotnow, moveup; local in function:InsertFakeRequest
540 moveup = count - (oci->bufptr - oci->buffer);
541 if (moveup > 0) {
543 memmove(oci->bufptr + moveup, oci->bufptr, gotnow);
544 oci->bufptr += moveup;
545 oci->bufcnt += moveup;

Completed in 5 milliseconds