Files
Daniel Elliott c080f0d97f 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
2026-02-18 15:48:36 -08:00

52 lines
1.3 KiB
Java

package com.applovin.impl;
import com.google.android.gms.drive.DriveFile;
/* loaded from: classes.dex */
final class ro {
public final lo a;
public final int b;
public final long[] c;
public final int[] d;
public final int e;
public final long[] f;
public final int[] g;
public final long h;
public ro(lo loVar, long[] jArr, int[] iArr, int i, long[] jArr2, int[] iArr2, long j) {
b1.a(iArr.length == jArr2.length);
b1.a(jArr.length == jArr2.length);
b1.a(iArr2.length == jArr2.length);
this.a = loVar;
this.c = jArr;
this.d = iArr;
this.e = i;
this.f = jArr2;
this.g = iArr2;
this.h = j;
this.b = jArr.length;
if (iArr2.length > 0) {
int length = iArr2.length - 1;
iArr2[length] = iArr2[length] | DriveFile.MODE_WRITE_ONLY;
}
}
public int a(long j) {
for (int b = xp.b(this.f, j, true, false); b >= 0; b--) {
if ((this.g[b] & 1) != 0) {
return b;
}
}
return -1;
}
public int b(long j) {
for (int a = xp.a(this.f, j, true, false); a < this.f.length; a++) {
if ((this.g[a] & 1) != 0) {
return a;
}
}
return -1;
}
}