Lines Matching refs:Time
162 init_touch_ownership(DeviceIntPtr dev, TouchOwnershipEvent *event, Time ms) in init_touch_ownership()
173 init_raw(DeviceIntPtr dev, RawDeviceEvent *event, Time ms, int type, int detail) in init_raw()
391 size += sizeof(Time); in AllocateMotionHistory()
415 Time current; in GetMotionHistory()
431 size = (sizeof(INT32) * 3 * MAX_VALUATORS) + sizeof(Time); in GetMotionHistory()
433 size = (sizeof(INT32) * pDev->valuator->numAxes) + sizeof(Time); in GetMotionHistory()
447 memcpy(¤t, ibuff, sizeof(Time)); in GetMotionHistory()
454 memcpy(obuff, ibuff, sizeof(Time)); /* copy timestamp */ in GetMotionHistory()
456 icbuf = (INT32 *) (ibuff + sizeof(Time)); in GetMotionHistory()
457 corebuf = (INT16 *) (obuff + sizeof(Time)); in GetMotionHistory()
485 memcpy(obuff, ibuff, sizeof(Time)); /* copy timestamp */ in GetMotionHistory()
487 ocbuf = (INT32 *) (obuff + sizeof(Time)); in GetMotionHistory()
488 icbuf = (INT32 *) (ibuff + sizeof(Time)); in GetMotionHistory()
520 obuff += sizeof(INT32) + sizeof(Time); in GetMotionHistory()
523 (sizeof(INT32) * pDev->valuator->numAxes) + sizeof(Time); in GetMotionHistory()
558 memcpy(buff, &ms, sizeof(Time)); in updateMotionHistory()
559 buff += sizeof(Time); in updateMotionHistory()
587 memcpy(buff, &ms, sizeof(Time)); in updateMotionHistory()
588 buff += sizeof(Time); in updateMotionHistory()