46 lines
1.4 KiB
Java
46 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class giI {
|
||
|
private static final char[] d = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'};
|
||
|
|
||
|
/* JADX WARN: Code restructure failed: missing block: B:25:0x0180, code lost:
|
||
|
|
||
|
return r4;
|
||
|
*/
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public static final /* synthetic */ int e(byte[] r17) {
|
||
|
/*
|
||
|
Method dump skipped, instructions count: 385
|
||
|
To view this dump add '--comments-level debug' option
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: o.giI.e(byte[]):int");
|
||
|
}
|
||
|
|
||
|
public static final /* synthetic */ int d(char c) {
|
||
|
if ('0' <= c && c < ':') {
|
||
|
return c - '0';
|
||
|
}
|
||
|
if ('a' <= c && c < 'g') {
|
||
|
return c - 'W';
|
||
|
}
|
||
|
if ('A' > c || c >= 'G') {
|
||
|
throw new IllegalArgumentException("Unexpected hex digit: ".concat(String.valueOf(c)));
|
||
|
}
|
||
|
return c - '7';
|
||
|
}
|
||
|
|
||
|
public static final void c(C15155gij c15155gij, C15111ghZ c15111ghZ, int i) {
|
||
|
C14957gcv.e(c15155gij, "");
|
||
|
C14957gcv.e(c15111ghZ, "");
|
||
|
c15111ghZ.b(c15155gij.b, 0, i);
|
||
|
}
|
||
|
|
||
|
public static final char[] a() {
|
||
|
return d;
|
||
|
}
|
||
|
}
|