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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp1737 SInt32 lowAccl = 0, lowPoints = 0; local
1801 lowAccl = highAccl;
1809 scale = (highAccl == lowAccl) ? 0 :
1810 IOFixedDivide((desired - lowAccl), (highAccl - lowAccl));
1817 lowAccl = highAccl;

Completed in 65 milliseconds