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

150 lines
4.0 KiB
Java

package com.google.android.gms.internal.auth;
import com.ironsource.mediationsdk.logger.IronSourceError;
import java.util.Arrays;
/* loaded from: classes3.dex */
public final class zzha {
private static final zzha zza = new zzha(0, new int[0], new Object[0], false);
private int zzb;
private int[] zzc;
private Object[] zzd;
private boolean zze;
private zzha() {
this(0, new int[8], new Object[8], true);
}
private zzha(int i, int[] iArr, Object[] objArr, boolean z) {
this.zzb = i;
this.zzc = iArr;
this.zzd = objArr;
this.zze = z;
}
public static zzha zza() {
return zza;
}
public static zzha zzc(zzha zzhaVar, zzha zzhaVar2) {
int i = zzhaVar.zzb + zzhaVar2.zzb;
int[] copyOf = Arrays.copyOf(zzhaVar.zzc, i);
System.arraycopy(zzhaVar2.zzc, 0, copyOf, zzhaVar.zzb, zzhaVar2.zzb);
Object[] copyOf2 = Arrays.copyOf(zzhaVar.zzd, i);
System.arraycopy(zzhaVar2.zzd, 0, copyOf2, zzhaVar.zzb, zzhaVar2.zzb);
return new zzha(i, copyOf, copyOf2, true);
}
public static zzha zzd() {
return new zzha(0, new int[8], new Object[8], true);
}
private final void zzi(int i) {
int[] iArr = this.zzc;
if (i > iArr.length) {
int i2 = this.zzb;
int i3 = i2 + (i2 / 2);
if (i3 >= i) {
i = i3;
}
if (i < 8) {
i = 8;
}
this.zzc = Arrays.copyOf(iArr, i);
this.zzd = Arrays.copyOf(this.zzd, i);
}
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || !(obj instanceof zzha)) {
return false;
}
zzha zzhaVar = (zzha) obj;
int i = this.zzb;
if (i == zzhaVar.zzb) {
int[] iArr = this.zzc;
int[] iArr2 = zzhaVar.zzc;
int i2 = 0;
while (true) {
if (i2 >= i) {
Object[] objArr = this.zzd;
Object[] objArr2 = zzhaVar.zzd;
int i3 = this.zzb;
for (int i4 = 0; i4 < i3; i4++) {
if (objArr[i4].equals(objArr2[i4])) {
}
}
return true;
}
if (iArr[i2] != iArr2[i2]) {
break;
}
i2++;
}
}
return false;
}
public final int hashCode() {
int i = this.zzb;
int i2 = i + IronSourceError.ERROR_NON_EXISTENT_INSTANCE;
int[] iArr = this.zzc;
int i3 = 17;
int i4 = 17;
for (int i5 = 0; i5 < i; i5++) {
i4 = (i4 * 31) + iArr[i5];
}
int i6 = (i2 * 31) + i4;
Object[] objArr = this.zzd;
int i7 = this.zzb;
for (int i8 = 0; i8 < i7; i8++) {
i3 = (i3 * 31) + objArr[i8].hashCode();
}
return (i6 * 31) + i3;
}
public final zzha zzb(zzha zzhaVar) {
if (zzhaVar.equals(zza)) {
return this;
}
zze();
int i = this.zzb + zzhaVar.zzb;
zzi(i);
System.arraycopy(zzhaVar.zzc, 0, this.zzc, this.zzb, zzhaVar.zzb);
System.arraycopy(zzhaVar.zzd, 0, this.zzd, this.zzb, zzhaVar.zzb);
this.zzb = i;
return this;
}
public final void zze() {
if (!this.zze) {
throw new UnsupportedOperationException();
}
}
public final void zzf() {
if (this.zze) {
this.zze = false;
}
}
public final void zzg(StringBuilder sb, int i) {
for (int i2 = 0; i2 < this.zzb; i2++) {
zzfz.zzb(sb, i, String.valueOf(this.zzc[i2] >>> 3), this.zzd[i2]);
}
}
public final void zzh(int i, Object obj) {
zze();
zzi(this.zzb + 1);
int[] iArr = this.zzc;
int i2 = this.zzb;
iArr[i2] = i;
this.zzd[i2] = obj;
this.zzb = i2 + 1;
}
}