All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.purejava.appindicator.constants$131 Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
// Generated by jextract

package org.purejava.appindicator;

import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.VarHandle;

import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$131 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$131() {}
    static final VarHandle const$0 = constants$130.const$3.varHandle(MemoryLayout.PathElement.groupElement("pc"));
    static final VarHandle const$1 = constants$130.const$3.varHandle(MemoryLayout.PathElement.groupElement("pstate"));
    static final StructLayout const$2 = MemoryLayout.structLayout(
        JAVA_INT.withName("magic"),
        JAVA_INT.withName("size")
    ).withName("_aarch64_ctx");
    static final VarHandle const$3 = constants$131.const$2.varHandle(MemoryLayout.PathElement.groupElement("magic"));
    static final VarHandle const$4 = constants$131.const$2.varHandle(MemoryLayout.PathElement.groupElement("size"));
    static final StructLayout const$5 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            JAVA_INT.withName("magic"),
            JAVA_INT.withName("size")
        ).withName("head"),
        JAVA_INT.withName("fpsr"),
        JAVA_INT.withName("fpcr"),
        MemoryLayout.sequenceLayout(32, MemoryLayout.paddingLayout(16).withName("__int128")).withName("vregs")
    ).withName("fpsimd_context");
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy