Searched refs:ocbuf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgetevents.c419 INT32 *ocbuf, *icbuf; /* pointer to coordinates for copying */ local in function:GetMotionHistory
485 ocbuf = (INT32*)(obuff + sizeof(Time));
514 memcpy(ocbuf, &coord, sizeof(INT32));
515 ocbuf++;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgetevents.c420 INT32 *ocbuf, *icbuf; /* pointer to coordinates for copying */ local in function:GetMotionHistory
487 ocbuf = (INT32 *) (obuff + sizeof(Time));
510 memcpy(ocbuf, &coord, sizeof(INT32));
511 ocbuf++;

Completed in 10 milliseconds