Searched refs:icbuf (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | getevents.c | 419 INT32 *ocbuf, *icbuf; /* pointer to coordinates for copying */ local in function:GetMotionHistory 456 icbuf = (INT32*)(ibuff + sizeof(Time)); 460 memcpy(&from.min_value, icbuf++, sizeof(INT32)); 461 memcpy(&from.max_value, icbuf++, sizeof(INT32)); 462 memcpy(&coord, icbuf++, sizeof(INT32)); 473 memcpy(&from.min_value, icbuf++, sizeof(INT32)); 474 memcpy(&from.max_value, icbuf++, sizeof(INT32)); 475 memcpy(&coord, icbuf++, sizeof(INT32)); 486 icbuf = (INT32*)(ibuff + sizeof(Time)); 493 memcpy(&from.min_value, icbuf [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | getevents.c | 420 INT32 *ocbuf, *icbuf; /* pointer to coordinates for copying */ local in function:GetMotionHistory 456 icbuf = (INT32 *) (ibuff + sizeof(Time)); 460 memcpy(&from.min_value, icbuf++, sizeof(INT32)); 461 memcpy(&from.max_value, icbuf++, sizeof(INT32)); 462 memcpy(&coord, icbuf++, sizeof(INT32)); 474 memcpy(&from.min_value, icbuf++, sizeof(INT32)); 475 memcpy(&from.max_value, icbuf++, sizeof(INT32)); 476 memcpy(&coord, icbuf++, sizeof(INT32)); 488 icbuf = (INT32 *) (ibuff + sizeof(Time)); 494 memcpy(&from.min_value, icbuf [all...] |
Completed in 4 milliseconds