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,66 @@
package com.applovin.impl;
import com.applovin.impl.p1;
import java.nio.ByteBuffer;
/* loaded from: classes.dex */
final class d3 extends z1 {
private int[] i;
private int[] j;
public void a(int[] iArr) {
this.i = iArr;
}
@Override // com.applovin.impl.z1
public void g() {
this.j = this.i;
}
@Override // com.applovin.impl.z1
public void i() {
this.j = null;
this.i = null;
}
@Override // com.applovin.impl.z1
public p1.a b(p1.a aVar) {
int[] iArr = this.i;
if (iArr == null) {
return p1.a.e;
}
if (aVar.c == 2) {
boolean z = aVar.b != iArr.length;
int i = 0;
while (i < iArr.length) {
int i2 = iArr[i];
if (i2 >= aVar.b) {
throw new p1.b(aVar);
}
z |= i2 != i;
i++;
}
if (z) {
return new p1.a(aVar.a, iArr.length, 2);
}
return p1.a.e;
}
throw new p1.b(aVar);
}
@Override // com.applovin.impl.p1
public void a(ByteBuffer byteBuffer) {
int[] iArr = (int[]) b1.a(this.j);
int position = byteBuffer.position();
int limit = byteBuffer.limit();
ByteBuffer a = a(((limit - position) / this.b.d) * this.c.d);
while (position < limit) {
for (int i : iArr) {
a.putShort(byteBuffer.getShort((i * 2) + position));
}
position += this.b.d;
}
byteBuffer.position(limit);
a.flip();
}
}