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

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

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

package org.purejava.appindicator;

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

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

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$65() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "g_bit_nth_msf",
        constants$64.const$5
    );
    static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
        "g_bit_storage",
        constants$26.const$2
    );
    static final StructLayout const$2 = MemoryLayout.structLayout(
        JAVA_INT.withName("quot"),
        JAVA_INT.withName("rem")
    ).withName("div_t");
    static final VarHandle const$3 = constants$65.const$2.varHandle(MemoryLayout.PathElement.groupElement("quot"));
    static final VarHandle const$4 = constants$65.const$2.varHandle(MemoryLayout.PathElement.groupElement("rem"));
    static final StructLayout const$5 = MemoryLayout.structLayout(
        JAVA_LONG.withName("quot"),
        JAVA_LONG.withName("rem")
    ).withName("ldiv_t");
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy