package h.b.o;

/* JADX INFO: compiled from: ElementMarker.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class v {

    @Deprecated
    public static final long[] a = new long[0];

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final h.b.m.e f4445b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final g.h0.b.p<h.b.m.e, Integer, Boolean> f4446c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public long f4447d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final long[] f4448e;

    /* JADX WARN: Multi-variable type inference failed */
    public v(h.b.m.e eVar, g.h0.b.p<? super h.b.m.e, ? super Integer, Boolean> pVar) {
        g.h0.c.l.f(eVar, "descriptor");
        g.h0.c.l.f(pVar, "readIfAbsent");
        this.f4445b = eVar;
        this.f4446c = pVar;
        int iF = eVar.f();
        if (iF <= 64) {
            this.f4447d = iF != 64 ? (-1) << iF : 0L;
            this.f4448e = a;
            return;
        }
        this.f4447d = 0L;
        int i2 = (iF - 1) >>> 6;
        long[] jArr = new long[i2];
        if ((iF & 63) != 0) {
            g.h0.c.l.f(jArr, "<this>");
            jArr[i2 - 1] = (-1) << iF;
        }
        this.f4448e = jArr;
    }
}
