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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp1738 SInt32 highAccl, highPoints; local
1786 highAccl = OSReadBigInt32((volatile void *)highTable, 0);
1790 if( desired <= highAccl)
1795 scale = (highAccl) ? IOFixedDivide( desired, highAccl ) : 0;
1801 lowAccl = highAccl;
1809 scale = (highAccl == lowAccl) ? 0 :
1810 IOFixedDivide((desired - lowAccl), (highAccl - lowAccl));
1817 lowAccl = highAccl;

Completed in 98 milliseconds