Package org.lwjgl.util.meow
Class MeowC
- java.lang.Object
-
- org.lwjgl.util.meow.MeowC
-
public class MeowC extends java.lang.Object
Pure C implementation of Meow hash.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MeowHash
MeowHash_C(long Seed, java.nio.ByteBuffer SourceInit, MeowHash __result)
static MeowHash
MeowHash_C(long Seed, java.nio.DoubleBuffer SourceInit, MeowHash __result)
static MeowHash
MeowHash_C(long Seed, java.nio.FloatBuffer SourceInit, MeowHash __result)
static MeowHash
MeowHash_C(long Seed, java.nio.IntBuffer SourceInit, MeowHash __result)
static MeowHash
MeowHash_C(long Seed, java.nio.LongBuffer SourceInit, MeowHash __result)
static MeowHash
MeowHash_C(long Seed, java.nio.ShortBuffer SourceInit, MeowHash __result)
static MeowHash
MeowHash_C(long Seed, org.lwjgl.PointerBuffer SourceInit, MeowHash __result)
static void
nMeowHash_C(long Seed, long TotalLengthInBytes, long SourceInit, long __result)
-
-
-
Method Detail
-
nMeowHash_C
public static void nMeowHash_C(long Seed, long TotalLengthInBytes, long SourceInit, long __result)
-
MeowHash_C
public static MeowHash MeowHash_C(long Seed, java.nio.ByteBuffer SourceInit, MeowHash __result)
-
MeowHash_C
public static MeowHash MeowHash_C(long Seed, java.nio.ShortBuffer SourceInit, MeowHash __result)
-
MeowHash_C
public static MeowHash MeowHash_C(long Seed, java.nio.IntBuffer SourceInit, MeowHash __result)
-
MeowHash_C
public static MeowHash MeowHash_C(long Seed, java.nio.LongBuffer SourceInit, MeowHash __result)
-
MeowHash_C
public static MeowHash MeowHash_C(long Seed, java.nio.FloatBuffer SourceInit, MeowHash __result)
-
MeowHash_C
public static MeowHash MeowHash_C(long Seed, java.nio.DoubleBuffer SourceInit, MeowHash __result)
-
-