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,55 @@
package com.applovin.impl;
import com.applovin.impl.ij;
/* loaded from: classes.dex */
public final class mb implements ij {
private final long[] a;
private final long[] b;
private final long c;
private final boolean d;
@Override // com.applovin.impl.ij
public boolean b() {
return this.d;
}
@Override // com.applovin.impl.ij
public long d() {
return this.c;
}
public mb(long[] jArr, long[] jArr2, long j) {
b1.a(jArr.length == jArr2.length);
int length = jArr2.length;
boolean z = length > 0;
this.d = z;
if (!z || jArr2[0] <= 0) {
this.a = jArr;
this.b = jArr2;
} else {
int i = length + 1;
long[] jArr3 = new long[i];
this.a = jArr3;
long[] jArr4 = new long[i];
this.b = jArr4;
System.arraycopy(jArr, 0, jArr3, 1, length);
System.arraycopy(jArr2, 0, jArr4, 1, length);
}
this.c = j;
}
@Override // com.applovin.impl.ij
public ij.a b(long j) {
if (!this.d) {
return new ij.a(kj.c);
}
int b = xp.b(this.b, j, true, true);
kj kjVar = new kj(this.b[b], this.a[b]);
if (kjVar.a != j && b != this.b.length - 1) {
int i = b + 1;
return new ij.a(kjVar, new kj(this.b[i], this.a[i]));
}
return new ij.a(kjVar);
}
}