- 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
27 lines
788 B
Java
27 lines
788 B
Java
package com.tapjoy.internal;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class k1 {
|
|
public final String[] a = new String[512];
|
|
|
|
public final String a(char[] cArr, int i, int i2) {
|
|
int i3 = 0;
|
|
for (int i4 = i; i4 < i + i2; i4++) {
|
|
i3 = (i3 * 31) + cArr[i4];
|
|
}
|
|
int i5 = ((i3 >>> 20) ^ (i3 >>> 12)) ^ i3;
|
|
int length = (i5 ^ ((i5 >>> 7) ^ (i5 >>> 4))) & (r2.length - 1);
|
|
String str = this.a[length];
|
|
if (str != null && str.length() == i2) {
|
|
for (int i6 = 0; i6 < i2; i6++) {
|
|
if (cArr[i + i6] == str.charAt(i6)) {
|
|
}
|
|
}
|
|
return str;
|
|
}
|
|
String str2 = new String(cArr, i, i2);
|
|
this.a[length] = str2;
|
|
return str2;
|
|
}
|
|
}
|