B C D L M O R S T V X 

B

Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH32Canonical.Buffer
Creates a new XXH32Canonical.Buffer instance backed by the specified container.
Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH32State.Buffer
Creates a new XXH32State.Buffer instance backed by the specified container.
Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH64Canonical.Buffer
Creates a new XXH64Canonical.Buffer instance backed by the specified container.
Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH64State.Buffer
Creates a new XXH64State.Buffer instance backed by the specified container.

C

calloc() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical instance allocated with memCalloc.
calloc() - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State instance allocated with memCalloc.
calloc() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical instance allocated with memCalloc.
calloc() - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State instance allocated with memCalloc.
calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical.Buffer instance allocated with memCalloc.
calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State.Buffer instance allocated with memCalloc.
calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical.Buffer instance allocated with memCalloc.
calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State.Buffer instance allocated with memCalloc.
callocStack() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack() - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack() - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State instance allocated on the specified MemoryStack and initializes all its bits to zero.
create() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical instance allocated with BufferUtils.
create() - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State instance allocated with BufferUtils.
create() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical instance allocated with BufferUtils.
create() - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State instance allocated with BufferUtils.
create(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical.Buffer instance allocated with BufferUtils.
create(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State.Buffer instance allocated with BufferUtils.
create(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical.Buffer instance allocated with BufferUtils.
create(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State.Buffer instance allocated with BufferUtils.
create(long) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical instance for the specified memory address or null if the address is NULL.
create(long) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State instance for the specified memory address or null if the address is NULL.
create(long) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical instance for the specified memory address or null if the address is NULL.
create(long) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State instance for the specified memory address or null if the address is NULL.
create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Create a XXH32Canonical.Buffer instance at the specified memory.
create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH32State
Create a XXH32State.Buffer instance at the specified memory.
create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Create a XXH64Canonical.Buffer instance at the specified memory.
create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH64State
Create a XXH64State.Buffer instance at the specified memory.

D

digest() - Method in class org.lwjgl.util.xxhash.XXH32Canonical.Buffer
Returns a ByteBuffer view of the digest field.
digest() - Method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a ByteBuffer view of the digest field.
digest() - Method in class org.lwjgl.util.xxhash.XXH64Canonical.Buffer
Returns a ByteBuffer view of the digest field.
digest() - Method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a ByteBuffer view of the digest field.
digest(int) - Method in class org.lwjgl.util.xxhash.XXH32Canonical.Buffer
Returns the value at the specified index of the digest field.
digest(int) - Method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns the value at the specified index of the digest field.
digest(int) - Method in class org.lwjgl.util.xxhash.XXH64Canonical.Buffer
Returns the value at the specified index of the digest field.
digest(int) - Method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns the value at the specified index of the digest field.

L

large_len() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns the value of the large_len field.
large_len() - Method in class org.lwjgl.util.xxhash.XXH32State
Returns the value of the large_len field.
large_len(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Sets the specified value to the large_len field.
large_len(int) - Method in class org.lwjgl.util.xxhash.XXH32State
Sets the specified value to the large_len field.

M

malloc() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical instance allocated with memAlloc.
malloc() - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State instance allocated with memAlloc.
malloc() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical instance allocated with memAlloc.
malloc() - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State instance allocated with memAlloc.
malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical.Buffer instance allocated with memAlloc.
malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State.Buffer instance allocated with memAlloc.
malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical.Buffer instance allocated with memAlloc.
malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State.Buffer instance allocated with memAlloc.
mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical instance allocated on the thread-local MemoryStack.
mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State instance allocated on the thread-local MemoryStack.
mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical instance allocated on the thread-local MemoryStack.
mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State instance allocated on the thread-local MemoryStack.
mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical.Buffer instance allocated on the thread-local MemoryStack.
mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State.Buffer instance allocated on the thread-local MemoryStack.
mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical.Buffer instance allocated on the thread-local MemoryStack.
mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State.Buffer instance allocated on the thread-local MemoryStack.
mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical.Buffer instance allocated on the specified MemoryStack.
mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State.Buffer instance allocated on the specified MemoryStack.
mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical.Buffer instance allocated on the specified MemoryStack.
mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State.Buffer instance allocated on the specified MemoryStack.
mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
Returns a new XXH32Canonical instance allocated on the specified MemoryStack.
mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
Returns a new XXH32State instance allocated on the specified MemoryStack.
mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
Returns a new XXH64Canonical instance allocated on the specified MemoryStack.
mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
Returns a new XXH64State instance allocated on the specified MemoryStack.
mem32() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns a IntBuffer view of the mem32 field.
mem32() - Method in class org.lwjgl.util.xxhash.XXH32State
Returns a IntBuffer view of the mem32 field.
mem32(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns the value at the specified index of the mem32 field.
mem32(int) - Method in class org.lwjgl.util.xxhash.XXH32State
Returns the value at the specified index of the mem32 field.
mem32(int, int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Sets the specified value at the specified index of the mem32 field.
mem32(int, int) - Method in class org.lwjgl.util.xxhash.XXH32State
Sets the specified value at the specified index of the mem32 field.
mem32(IntBuffer) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Copies the specified IntBuffer to the mem32 field.
mem32(IntBuffer) - Method in class org.lwjgl.util.xxhash.XXH32State
Copies the specified IntBuffer to the mem32 field.
mem64() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns a LongBuffer view of the mem64 field.
mem64() - Method in class org.lwjgl.util.xxhash.XXH64State
Returns a LongBuffer view of the mem64 field.
mem64(int) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns the value at the specified index of the mem64 field.
mem64(int) - Method in class org.lwjgl.util.xxhash.XXH64State
Returns the value at the specified index of the mem64 field.
mem64(int, long) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Sets the specified value at the specified index of the mem64 field.
mem64(int, long) - Method in class org.lwjgl.util.xxhash.XXH64State
Sets the specified value at the specified index of the mem64 field.
mem64(LongBuffer) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Copies the specified LongBuffer to the mem64 field.
mem64(LongBuffer) - Method in class org.lwjgl.util.xxhash.XXH64State
Copies the specified LongBuffer to the mem64 field.
memsize() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns the value of the memsize field.
memsize() - Method in class org.lwjgl.util.xxhash.XXH32State
Returns the value of the memsize field.
memsize() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns the value of the memsize field.
memsize() - Method in class org.lwjgl.util.xxhash.XXH64State
Returns the value of the memsize field.
memsize(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Sets the specified value to the memsize field.
memsize(int) - Method in class org.lwjgl.util.xxhash.XXH32State
Sets the specified value to the memsize field.
memsize(int) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Sets the specified value to the memsize field.
memsize(int) - Method in class org.lwjgl.util.xxhash.XXH64State
Sets the specified value to the memsize field.

O

org.lwjgl.util.xxhash - package org.lwjgl.util.xxhash
Contains bindings to xxHash, an extremely fash non-cryptographic hash algorithm.

R

reserved() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns the value of the reserved field.
reserved() - Method in class org.lwjgl.util.xxhash.XXH32State
Returns the value of the reserved field.
reserved() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns a IntBuffer view of the reserved field.
reserved() - Method in class org.lwjgl.util.xxhash.XXH64State
Returns a IntBuffer view of the reserved field.
reserved(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Sets the specified value to the reserved field.
reserved(int) - Method in class org.lwjgl.util.xxhash.XXH32State
Sets the specified value to the reserved field.
reserved(int) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns the value at the specified index of the reserved field.
reserved(int) - Method in class org.lwjgl.util.xxhash.XXH64State
Returns the value at the specified index of the reserved field.
reserved(int, int) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Sets the specified value at the specified index of the reserved field.
reserved(int, int) - Method in class org.lwjgl.util.xxhash.XXH64State
Sets the specified value at the specified index of the reserved field.
reserved(IntBuffer) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Copies the specified IntBuffer to the reserved field.
reserved(IntBuffer) - Method in class org.lwjgl.util.xxhash.XXH64State
Copies the specified IntBuffer to the reserved field.

S

set(int, int, int, int, int, int, IntBuffer, int, int) - Method in class org.lwjgl.util.xxhash.XXH32State
Initializes this struct with the specified values.
set(long, long, long, long, long, LongBuffer, int, IntBuffer) - Method in class org.lwjgl.util.xxhash.XXH64State
Initializes this struct with the specified values.
set(XXH32State) - Method in class org.lwjgl.util.xxhash.XXH32State
Copies the specified struct data to this struct.
set(XXH64State) - Method in class org.lwjgl.util.xxhash.XXH64State
Copies the specified struct data to this struct.
sizeof() - Method in class org.lwjgl.util.xxhash.XXH32Canonical.Buffer
 
sizeof() - Method in class org.lwjgl.util.xxhash.XXH32Canonical
 
sizeof() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
 
sizeof() - Method in class org.lwjgl.util.xxhash.XXH32State
 
sizeof() - Method in class org.lwjgl.util.xxhash.XXH64Canonical.Buffer
 
sizeof() - Method in class org.lwjgl.util.xxhash.XXH64Canonical
 
sizeof() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
 
sizeof() - Method in class org.lwjgl.util.xxhash.XXH64State
 
SIZEOF - Static variable in class org.lwjgl.util.xxhash.XXH32Canonical
The struct size in bytes.
SIZEOF - Static variable in class org.lwjgl.util.xxhash.XXH32State
The struct size in bytes.
SIZEOF - Static variable in class org.lwjgl.util.xxhash.XXH64Canonical
The struct size in bytes.
SIZEOF - Static variable in class org.lwjgl.util.xxhash.XXH64State
The struct size in bytes.

T

total_len() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns the value of the total_len field.
total_len() - Method in class org.lwjgl.util.xxhash.XXH64State
Returns the value of the total_len field.
total_len(long) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Sets the specified value to the total_len field.
total_len(long) - Method in class org.lwjgl.util.xxhash.XXH64State
Sets the specified value to the total_len field.
total_len_32() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns the value of the total_len_32 field.
total_len_32() - Method in class org.lwjgl.util.xxhash.XXH32State
Returns the value of the total_len_32 field.
total_len_32(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Sets the specified value to the total_len_32 field.
total_len_32(int) - Method in class org.lwjgl.util.xxhash.XXH32State
Sets the specified value to the total_len_32 field.

V

v1() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns the value of the v1 field.
v1() - Method in class org.lwjgl.util.xxhash.XXH32State
Returns the value of the v1 field.
v1() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns the value of the v1 field.
v1() - Method in class org.lwjgl.util.xxhash.XXH64State
Returns the value of the v1 field.
v1(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Sets the specified value to the v1 field.
v1(int) - Method in class org.lwjgl.util.xxhash.XXH32State
Sets the specified value to the v1 field.
v1(long) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Sets the specified value to the v1 field.
v1(long) - Method in class org.lwjgl.util.xxhash.XXH64State
Sets the specified value to the v1 field.
v2() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns the value of the v2 field.
v2() - Method in class org.lwjgl.util.xxhash.XXH32State
Returns the value of the v2 field.
v2() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns the value of the v2 field.
v2() - Method in class org.lwjgl.util.xxhash.XXH64State
Returns the value of the v2 field.
v2(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Sets the specified value to the v2 field.
v2(int) - Method in class org.lwjgl.util.xxhash.XXH32State
Sets the specified value to the v2 field.
v2(long) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Sets the specified value to the v2 field.
v2(long) - Method in class org.lwjgl.util.xxhash.XXH64State
Sets the specified value to the v2 field.
v3() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns the value of the v3 field.
v3() - Method in class org.lwjgl.util.xxhash.XXH32State
Returns the value of the v3 field.
v3() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns the value of the v3 field.
v3() - Method in class org.lwjgl.util.xxhash.XXH64State
Returns the value of the v3 field.
v3(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Sets the specified value to the v3 field.
v3(int) - Method in class org.lwjgl.util.xxhash.XXH32State
Sets the specified value to the v3 field.
v3(long) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Sets the specified value to the v3 field.
v3(long) - Method in class org.lwjgl.util.xxhash.XXH64State
Sets the specified value to the v3 field.
v4() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Returns the value of the v4 field.
v4() - Method in class org.lwjgl.util.xxhash.XXH32State
Returns the value of the v4 field.
v4() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Returns the value of the v4 field.
v4() - Method in class org.lwjgl.util.xxhash.XXH64State
Returns the value of the v4 field.
v4(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
Sets the specified value to the v4 field.
v4(int) - Method in class org.lwjgl.util.xxhash.XXH32State
Sets the specified value to the v4 field.
v4(long) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
Sets the specified value to the v4 field.
v4(long) - Method in class org.lwjgl.util.xxhash.XXH64State
Sets the specified value to the v4 field.

X

XXH_ERROR - Static variable in class org.lwjgl.util.xxhash.XXHash
Error codes.
XXH_OK - Static variable in class org.lwjgl.util.xxhash.XXHash
Error codes.
XXH_VERSION_MAJOR - Static variable in class org.lwjgl.util.xxhash.XXHash
The major version number.
XXH_VERSION_MINOR - Static variable in class org.lwjgl.util.xxhash.XXHash
The minor version number.
XXH_VERSION_NUMBER - Static variable in class org.lwjgl.util.xxhash.XXHash
The version number
XXH_VERSION_RELEASE - Static variable in class org.lwjgl.util.xxhash.XXHash
The release version number.
XXH32(ByteBuffer, int) - Static method in class org.lwjgl.util.xxhash.XXHash
Calculates the 32-bits hash of sequence length bytes stored at memory address input.
XXH32_canonicalFromHash(XXH32Canonical, int) - Static method in class org.lwjgl.util.xxhash.XXHash
Default result type for XXH functions are primitive unsigned 32 and 64 bits.
XXH32_copyState(XXH32State, XXH32State) - Static method in class org.lwjgl.util.xxhash.XXHash
 
XXH32_createState() - Static method in class org.lwjgl.util.xxhash.XXHash
Creates memory for XXH32_state_t.
XXH32_digest(XXH32State) - Static method in class org.lwjgl.util.xxhash.XXHash
Returns the final 32-bits hash of the specified XXH32_state_t.
XXH32_freeState(XXH32State) - Static method in class org.lwjgl.util.xxhash.XXHash
Frees the specified XXH32_state_t.
XXH32_hashFromCanonical(XXH32Canonical) - Static method in class org.lwjgl.util.xxhash.XXHash
Transforms the specified canonical representation to a primitive value.
XXH32_reset(XXH32State, int) - Static method in class org.lwjgl.util.xxhash.XXHash
Resets the specified XXH32_state_t.
XXH32_update(XXH32State, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
These functions generate the xxHash of an input provided in multiple segments.
XXH32Canonical - Class in org.lwjgl.util.xxhash
32-bit canonical representation.
XXH32Canonical(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH32Canonical
Creates a XXH32Canonical instance at the current position of the specified ByteBuffer container.
XXH32Canonical.Buffer - Class in org.lwjgl.util.xxhash
An array of XXH32Canonical structs.
XXH32State - Class in org.lwjgl.util.xxhash
32-bit XXH state for stack allocation.
XXH32State(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH32State
Creates a XXH32State instance at the current position of the specified ByteBuffer container.
XXH32State.Buffer - Class in org.lwjgl.util.xxhash
An array of XXH32State structs.
XXH64(ByteBuffer, long) - Static method in class org.lwjgl.util.xxhash.XXHash
64-bit version of 32.
XXH64_canonicalFromHash(XXH64Canonical, long) - Static method in class org.lwjgl.util.xxhash.XXHash
64-bit version of 32_canonicalFromHash.
XXH64_copyState(XXH64State, XXH64State) - Static method in class org.lwjgl.util.xxhash.XXHash
 
XXH64_createState() - Static method in class org.lwjgl.util.xxhash.XXHash
64-bit version of 32_createState.
XXH64_digest(XXH64State) - Static method in class org.lwjgl.util.xxhash.XXHash
64-bit version of 32_digest.
XXH64_freeState(XXH64State) - Static method in class org.lwjgl.util.xxhash.XXHash
64-bit version of 32_freeState.
XXH64_hashFromCanonical(XXH64Canonical) - Static method in class org.lwjgl.util.xxhash.XXHash
64-bit version of 32_hashFromCanonical.
XXH64_reset(XXH64State, long) - Static method in class org.lwjgl.util.xxhash.XXHash
64-bit version of 32_reset.
XXH64_update(XXH64State, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
64-bit version of 32_update.
XXH64Canonical - Class in org.lwjgl.util.xxhash
64-bit canonical representation.
XXH64Canonical(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH64Canonical
Creates a XXH64Canonical instance at the current position of the specified ByteBuffer container.
XXH64Canonical.Buffer - Class in org.lwjgl.util.xxhash
An array of XXH64Canonical structs.
XXH64State - Class in org.lwjgl.util.xxhash
64-bit XXH state for stack allocation.
XXH64State(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH64State
Creates a XXH64State instance at the current position of the specified ByteBuffer container.
XXH64State.Buffer - Class in org.lwjgl.util.xxhash
An array of XXH64State structs.
XXHash - Class in org.lwjgl.util.xxhash
Native bindings to xxhash.
B C D L M O R S T V X