![JAR search and dependency download from the Maven repository](/logo.png)
dds.constants$12 Maven / Gradle / Ivy
// Generated by jextract
package dds;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import java.nio.ByteOrder;
import java.lang.foreign.*;
import static java.lang.foreign.ValueLayout.*;
final class constants$12 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$12() {}
static final FunctionDescriptor const$0 = FunctionDescriptor.of(JAVA_INT,
MemoryLayout.structLayout(
JAVA_INT.withName("trump"),
JAVA_INT.withName("first"),
MemoryLayout.sequenceLayout(3, JAVA_INT).withName("currentTrickSuit"),
MemoryLayout.sequenceLayout(3, JAVA_INT).withName("currentTrickRank"),
MemoryLayout.sequenceLayout(80, JAVA_BYTE).withName("remainCards")
).withName("dealPBN"),
JAVA_INT,
JAVA_INT,
JAVA_INT,
RuntimeHelper.POINTER,
JAVA_INT
);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"SolveBoardPBN",
constants$12.const$0
);
static final FunctionDescriptor const$2 = FunctionDescriptor.of(JAVA_INT,
MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(4, MemoryLayout.sequenceLayout(4, JAVA_INT)).withName("cards")
).withName("ddTableDeal"),
RuntimeHelper.POINTER
);
static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
"CalcDDtable",
constants$12.const$2
);
static final FunctionDescriptor const$4 = FunctionDescriptor.of(JAVA_INT,
MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(80, JAVA_BYTE).withName("cards")
).withName("ddTableDealPBN"),
RuntimeHelper.POINTER
);
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
"CalcDDtablePBN",
constants$12.const$4
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy