package com.google.crypto.tink.shaded.protobuf;

import java.nio.ByteBuffer;
import java.nio.charset.Charset;

/* JADX INFO: renamed from: com.google.crypto.tink.shaded.protobuf.z, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC0759z {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final Charset f10544a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final byte[] f10545b;

    static {
        Charset.forName("US-ASCII");
        f10544a = Charset.forName("UTF-8");
        Charset.forName("ISO-8859-1");
        byte[] bArr = new byte[0];
        f10545b = bArr;
        ByteBuffer.wrap(bArr);
        J3.e.h(bArr, 0, 0, false);
    }

    public static void a(Object obj, String str) {
        if (obj == null) {
            throw new NullPointerException(str);
        }
    }

    public static int b(long j8) {
        return (int) (j8 ^ (j8 >>> 32));
    }
}
