You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
720 B
30 lines
720 B
package p048p1;
|
|
|
|
/* renamed from: p1.e */
|
|
/* loaded from: classes.dex */
|
|
public class C1543e extends C1542d {
|
|
/* renamed from: a */
|
|
public static final int m1092a(int i, int i2) {
|
|
return i < i2 ? i2 : i;
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public static final long m1091b(long j, long j2) {
|
|
return j < j2 ? j2 : j;
|
|
}
|
|
|
|
/* renamed from: c */
|
|
public static final int m1090c(int i, int i2) {
|
|
return i > i2 ? i2 : i;
|
|
}
|
|
|
|
/* renamed from: d */
|
|
public static final long m1089d(long j, long j2) {
|
|
return j > j2 ? j2 : j;
|
|
}
|
|
|
|
/* renamed from: e */
|
|
public static final C1537a m1088e(int i, int i2) {
|
|
return C1537a.f3422g.m1094a(i, i2, -1);
|
|
}
|
|
} |