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,58 @@
package com.applovin.impl;
import com.applovin.impl.ij;
import java.util.Arrays;
/* loaded from: classes.dex */
public final class g3 implements ij {
public final int a;
public final int[] b;
public final long[] c;
public final long[] d;
public final long[] e;
private final long f;
@Override // com.applovin.impl.ij
public boolean b() {
return true;
}
@Override // com.applovin.impl.ij
public long d() {
return this.f;
}
public String toString() {
return "ChunkIndex(length=" + this.a + ", sizes=" + Arrays.toString(this.b) + ", offsets=" + Arrays.toString(this.c) + ", timeUs=" + Arrays.toString(this.e) + ", durationsUs=" + Arrays.toString(this.d) + ")";
}
public g3(int[] iArr, long[] jArr, long[] jArr2, long[] jArr3) {
this.b = iArr;
this.c = jArr;
this.d = jArr2;
this.e = jArr3;
int length = iArr.length;
this.a = length;
if (length <= 0) {
this.f = 0L;
} else {
int i = length - 1;
this.f = jArr2[i] + jArr3[i];
}
}
public int c(long j) {
return xp.b(this.e, j, true, true);
}
@Override // com.applovin.impl.ij
public ij.a b(long j) {
int c = c(j);
kj kjVar = new kj(this.e[c], this.c[c]);
if (kjVar.a < j && c != this.a - 1) {
int i = c + 1;
return new ij.a(kjVar, new kj(this.e[i], this.c[i]));
}
return new ij.a(kjVar);
}
}