Searched refs:checkedDiff (Results 1 – 1 of 1) sorted by relevance
170 mStepValid = checkedDiff(&xdiff, x, mX[mPos], "x") in push()172 checkedDiff(&ydiff, y, mY[mPos], "y"); in push()241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { in checkedDiff() function