Add Discord community version (64-bit only)

- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
package com.applovin.impl;
import com.applovin.impl.ij;
/* loaded from: classes.dex */
final class or implements ij {
private final mr a;
private final int b;
private final long c;
private final long d;
private final long e;
@Override // com.applovin.impl.ij
public boolean b() {
return true;
}
@Override // com.applovin.impl.ij
public long d() {
return this.e;
}
public or(mr mrVar, int i, long j, long j2) {
this.a = mrVar;
this.b = i;
this.c = j;
long j3 = (j2 - j) / mrVar.e;
this.d = j3;
this.e = c(j3);
}
@Override // com.applovin.impl.ij
public ij.a b(long j) {
long b = xp.b((this.a.c * j) / (this.b * 1000000), 0L, this.d - 1);
long j2 = this.c + (this.a.e * b);
long c = c(b);
kj kjVar = new kj(c, j2);
if (c < j && b != this.d - 1) {
long j3 = b + 1;
return new ij.a(kjVar, new kj(c(j3), this.c + (this.a.e * j3)));
}
return new ij.a(kjVar);
}
private long c(long j) {
return xp.c(j * this.b, 1000000L, this.a.c);
}
}