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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp2300 static inline int myAbs(int a) { return(a > 0 ? a : -a); } function
2442 && (myAbs(location->xValue().as64() - clickLoc.x) <= clickSpaceThresh.x)
2443 && (myAbs(location->yValue().as64() - clickLoc.y) <= clickSpaceThresh.y)) {

Completed in 188 milliseconds