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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgetevents.c420 INT16 *corebuf; local in function:GetMotionHistory
457 corebuf = (INT16*)(obuff + sizeof(Time));
469 memcpy(corebuf, &coord, sizeof(INT16));
470 corebuf++;
479 memcpy(corebuf, &coord, sizeof(INT16));
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgetevents.c421 INT16 *corebuf; local in function:GetMotionHistory
457 corebuf = (INT16 *) (obuff + sizeof(Time));
470 memcpy(corebuf, &coord, sizeof(INT16));
471 corebuf++;
481 memcpy(corebuf, &coord, sizeof(INT16));

Completed in 6 milliseconds