NetMirror.apk
Download file
package x2;
/* JADX INFO: renamed from: x2.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC0774c {
private static final int a(int i3, int i4, int i5) {
return c(c(i3, i5) - c(i4, i5), i5);
}
public static final int b(int i3, int i4, int i5) {
if (i5 > 0) {
return i3 >= i4 ? i4 : i4 - a(i4, i3, i5);
}
if (i5 < 0) {
return i3 <= i4 ? i4 : i4 + a(i3, i4, -i5);
}
throw new IllegalArgumentException("Step is zero.");
}
private static final int c(int i3, int i4) {
int i5 = i3 % i4;
return i5 >= 0 ? i5 : i5 + i4;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file