Searched defs:xLimit (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java738 * @param xLimit non-inclusive upper bound on x (lower bound is zero)
741 IntForInt xFromY, IntForInt yFromX, int xFirst, int xLimit) throws Exception {
743 for (int i = xFirst; i < xLimit; i++) {
747 yFromX.translate(xLimit);
753 xFromY.translate(yFromX.translate(xLimit - 1) + 1);
740 checkRoundTripIntTranslation( IntForInt xFromY, IntForInt yFromX, int xFirst, int xLimit) argument

Completed in 50 milliseconds