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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp1636 # define log_scroll_state(s, ...) kprintf(">>> %s:%d " s, "IOHIDSystem", __LINE__, __VA_ARGS__) macro
1639 # define log_scroll_state(s, ...) macro
4044 log_scroll_state("Resetting _scCount on change from %d to %d\n", _scDirection, newDirection);
4056 log_scroll_state("Resetting _scCount on mouse move [%d, %d] vs [%d, %d]\n",
4068 log_scroll_state("Incrementing _scCount: %lld\n", ts);
4076 log_scroll_state("Resetting _scCount due to delay: %lld + %lld < %lld\n", _scLastScrollEndTime, _scMaxTimeDeltaBetween, ts);
4084 log_scroll_state("_scCount to 1 on %lld > %lld\n", scrollMagnitudeSquared, _scMinDeltaSqToStart);
4095 log_scroll_state("_scCount to %d on (llsqrt(%lld) * 65536 / %lld)\n", _scCount, scrollMagnitudeSquared, _scAccelerationFactor.asFixed64());
4112 log_scroll_state("Resetting _scCount cancelled: %lld\n", ts);
4120 log_scroll_state("Incrementin
[all...]

Completed in 132 milliseconds