A B C D E H L M N O R S T U V X
A
- acc() - Method in class org.lwjgl.util.xxhash.XXH3State
-
the 8 accumulators.
- acc() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- acc(int) - Method in class org.lwjgl.util.xxhash.XXH3State
-
the 8 accumulators.
- acc(int) - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- ACC - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
- ALIGNOF - Static variable in class org.lwjgl.util.xxhash.XXH128Canonical
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.xxhash.XXH128Hash
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.xxhash.XXH32Canonical
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.xxhash.XXH32State
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.xxhash.XXH64Canonical
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.xxhash.XXH64State
-
The struct alignment in bytes.
B
- buffer() - Method in class org.lwjgl.util.xxhash.XXH3State
-
the internal buffer.
- buffer() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- buffer(int) - Method in class org.lwjgl.util.xxhash.XXH3State
-
the internal buffer.
- buffer(int) - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.xxhash.XXH128Canonical.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.xxhash.XXH128Hash.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.xxhash.XXH32Canonical.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.xxhash.XXH32State.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.xxhash.XXH3State.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.xxhash.XXH64Canonical.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.xxhash.XXH64State.Buffer
- Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH128Canonical.Buffer
-
Creates a new
XXH128Canonical.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH128Hash.Buffer
-
Creates a new
XXH128Hash.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH32Canonical.Buffer
-
Creates a new
XXH32Canonical.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH32State.Buffer
-
Creates a new
XXH32State.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH3State.Buffer
-
Creates a new
XXH3State.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH64Canonical.Buffer
-
Creates a new
XXH64Canonical.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH64State.Buffer
-
Creates a new
XXH64State.Bufferinstance backed by the specified container. - BUFFER - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
- bufferedSize() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- bufferedSize() - Method in class org.lwjgl.util.xxhash.XXH3State
-
the amount of memory in
buffer, SeeXXH32_state_s::memsize. - BUFFEREDSIZE - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
C
- calloc() - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonicalinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hashinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonicalinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32Stateinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3Stateinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonicalinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64Stateinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonical.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hash.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonical.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32State.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3State.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonical.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64State.Bufferinstance allocated withmemCalloc. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonical.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hash.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonical.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32State.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3State.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonical.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64State.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonicalinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hashinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonicalinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32Stateinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3Stateinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonicalinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64Stateinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Deprecated.
- callocStack() - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Deprecated.
- callocStack() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Deprecated.
- callocStack() - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Deprecated.
- callocStack() - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Deprecated.
- callocStack() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Deprecated.
- callocStack() - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Deprecated.
- create() - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonicalinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hashinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonicalinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32Stateinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3Stateinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonicalinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64Stateinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonical.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hash.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonical.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32State.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3State.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonical.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64State.Bufferinstance allocated withBufferUtils. - create(long) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonicalinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hashinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonicalinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32Stateinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3Stateinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonicalinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64Stateinstance for the specified memory address. - create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Create a
XXH128Canonical.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Create a
XXH128Hash.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Create a
XXH32Canonical.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Create a
XXH32State.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Create a
XXH3State.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Create a
XXH64Canonical.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Create a
XXH64State.Bufferinstance at the specified memory. - createSafe(long) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
- createSafe(long) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
- createSafe(long) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
- createSafe(long) - Static method in class org.lwjgl.util.xxhash.XXH32State
- createSafe(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
- createSafe(long) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
- createSafe(long) - Static method in class org.lwjgl.util.xxhash.XXH64State
- createSafe(long, int) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
- createSafe(long, int) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
- createSafe(long, int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
- createSafe(long, int) - Static method in class org.lwjgl.util.xxhash.XXH32State
- createSafe(long, int) - Static method in class org.lwjgl.util.xxhash.XXH3State
- createSafe(long, int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
- createSafe(long, int) - Static method in class org.lwjgl.util.xxhash.XXH64State
- customSecret() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- customSecret() - Method in class org.lwjgl.util.xxhash.XXH3State
-
used to store a custom secret generated from a seed
- customSecret(int) - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- customSecret(int) - Method in class org.lwjgl.util.xxhash.XXH3State
-
used to store a custom secret generated from a seed
- CUSTOMSECRET - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
D
- digest() - Method in class org.lwjgl.util.xxhash.XXH128Canonical.Buffer
- digest() - Method in class org.lwjgl.util.xxhash.XXH128Canonical
-
the digest in canonical representation
- digest() - Method in class org.lwjgl.util.xxhash.XXH32Canonical.Buffer
- digest() - Method in class org.lwjgl.util.xxhash.XXH32Canonical
-
hash bytes, big endian
- digest() - Method in class org.lwjgl.util.xxhash.XXH64Canonical.Buffer
- digest() - Method in class org.lwjgl.util.xxhash.XXH64Canonical
-
the digest in canonical representation
- digest(int) - Method in class org.lwjgl.util.xxhash.XXH128Canonical.Buffer
- digest(int) - Method in class org.lwjgl.util.xxhash.XXH128Canonical
-
the digest in canonical representation
- digest(int) - Method in class org.lwjgl.util.xxhash.XXH32Canonical.Buffer
- digest(int) - Method in class org.lwjgl.util.xxhash.XXH32Canonical
-
hash bytes, big endian
- digest(int) - Method in class org.lwjgl.util.xxhash.XXH64Canonical.Buffer
- digest(int) - Method in class org.lwjgl.util.xxhash.XXH64Canonical
-
the digest in canonical representation
- DIGEST - Static variable in class org.lwjgl.util.xxhash.XXH128Canonical
-
The struct member offsets.
- DIGEST - Static variable in class org.lwjgl.util.xxhash.XXH32Canonical
-
The struct member offsets.
- DIGEST - Static variable in class org.lwjgl.util.xxhash.XXH64Canonical
-
The struct member offsets.
E
- extSecret(int) - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- extSecret(int) - Method in class org.lwjgl.util.xxhash.XXH3State
- EXTSECRET - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
H
- high64() - Method in class org.lwjgl.util.xxhash.XXH128Hash.Buffer
- high64() - Method in class org.lwjgl.util.xxhash.XXH128Hash
-
value >> 64 - HIGH64 - Static variable in class org.lwjgl.util.xxhash.XXH128Hash
-
The struct member offsets.
L
- large_len() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
- large_len() - Method in class org.lwjgl.util.xxhash.XXH32State
-
whether the hash is ≥ 16 (handles
total_len_32overflow) - LARGE_LEN - Static variable in class org.lwjgl.util.xxhash.XXH32State
-
The struct member offsets.
- low64() - Method in class org.lwjgl.util.xxhash.XXH128Hash.Buffer
- low64() - Method in class org.lwjgl.util.xxhash.XXH128Hash
-
value & 0xFFFFFFFFFFFFFFFF - LOW64 - Static variable in class org.lwjgl.util.xxhash.XXH128Hash
-
The struct member offsets.
M
- malloc() - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonicalinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hashinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonicalinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32Stateinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3Stateinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonicalinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64Stateinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonical.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hash.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonical.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32State.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3State.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonical.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64State.Bufferinstance allocated withmemAlloc. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonical.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hash.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonical.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32State.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3State.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonical.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64State.Bufferinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Returns a new
XXH128Canonicalinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Returns a new
XXH128Hashinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Returns a new
XXH32Canonicalinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Returns a new
XXH32Stateinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Returns a new
XXH3Stateinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Returns a new
XXH64Canonicalinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Returns a new
XXH64Stateinstance allocated on the specifiedMemoryStack. - mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Deprecated.
- mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Deprecated.
- mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Deprecated.
- mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Deprecated.
- mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Deprecated.
- mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Deprecated.
- mallocStack() - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Deprecated.
- mem32() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
- mem32() - Method in class org.lwjgl.util.xxhash.XXH32State
-
internal buffer for partial reads.
- mem32(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
- mem32(int) - Method in class org.lwjgl.util.xxhash.XXH32State
-
internal buffer for partial reads.
- MEM32 - Static variable in class org.lwjgl.util.xxhash.XXH32State
-
The struct member offsets.
- mem64() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
- mem64() - Method in class org.lwjgl.util.xxhash.XXH64State
-
internal buffer for partial reads.
- mem64(int) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
- mem64(int) - Method in class org.lwjgl.util.xxhash.XXH64State
-
internal buffer for partial reads.
- MEM64 - Static variable in class org.lwjgl.util.xxhash.XXH64State
-
The struct member offsets.
- memsize() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
- memsize() - Method in class org.lwjgl.util.xxhash.XXH32State
-
amount of data in
mem32 - memsize() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
- memsize() - Method in class org.lwjgl.util.xxhash.XXH64State
-
amount of data in
mem64 - MEMSIZE - Static variable in class org.lwjgl.util.xxhash.XXH32State
-
The struct member offsets.
- MEMSIZE - Static variable in class org.lwjgl.util.xxhash.XXH64State
-
The struct member offsets.
N
- nacc(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.acc(). - nacc(long, int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
acc. - nbStripesPerBlock() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- nbStripesPerBlock() - Method in class org.lwjgl.util.xxhash.XXH3State
-
number of stripes per block
- NBSTRIPESPERBLOCK - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
- nbStripesSoFar() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- nbStripesSoFar() - Method in class org.lwjgl.util.xxhash.XXH3State
-
number or stripes processed
- NBSTRIPESSOFAR - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
- nbuffer(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.buffer(). - nbuffer(long, int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
buffer. - nbufferedSize(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.bufferedSize(). - ncustomSecret(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.customSecret(). - ncustomSecret(long, int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
customSecret. - ndigest(long) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Unsafe version of
XXH128Canonical.digest(). - ndigest(long) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Unsafe version of
XXH32Canonical.digest(). - ndigest(long) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Unsafe version of
XXH64Canonical.digest(). - ndigest(long, int) - Static method in class org.lwjgl.util.xxhash.XXH128Canonical
-
Unsafe version of
digest. - ndigest(long, int) - Static method in class org.lwjgl.util.xxhash.XXH32Canonical
-
Unsafe version of
digest. - ndigest(long, int) - Static method in class org.lwjgl.util.xxhash.XXH64Canonical
-
Unsafe version of
digest. - nextSecret(long, int) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
extSecret. - nhigh64(long) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Unsafe version of
XXH128Hash.high64(). - nlarge_len(long) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Unsafe version of
XXH32State.large_len(). - nlow64(long) - Static method in class org.lwjgl.util.xxhash.XXH128Hash
-
Unsafe version of
XXH128Hash.low64(). - nmem32(long) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Unsafe version of
XXH32State.mem32(). - nmem32(long, int) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Unsafe version of
mem32. - nmem64(long) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Unsafe version of
XXH64State.mem64(). - nmem64(long, int) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Unsafe version of
mem64. - nmemsize(long) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Unsafe version of
XXH32State.memsize(). - nmemsize(long) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Unsafe version of
XXH64State.memsize(). - nnbStripesPerBlock(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.nbStripesPerBlock(). - nnbStripesSoFar(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.nbStripesSoFar(). - nreserved(long) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Unsafe version of
XXH32State.reserved(). - nreserved32(long) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Unsafe version of
XXH64State.reserved32(). - nreserved64(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.reserved64(). - nreserved64(long) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Unsafe version of
XXH64State.reserved64(). - nsecretLimit(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.secretLimit(). - nseed(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.seed(). - ntotal_len(long) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Unsafe version of
XXH64State.total_len(). - ntotal_len_32(long) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Unsafe version of
XXH32State.total_len_32(). - ntotalLen(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.totalLen(). - nuseSeed(long) - Static method in class org.lwjgl.util.xxhash.XXH3State
-
Unsafe version of
XXH3State.useSeed(). - nv(long) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Unsafe version of
XXH32State.v(). - nv(long) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Unsafe version of
XXH64State.v(). - nv(long, int) - Static method in class org.lwjgl.util.xxhash.XXH32State
-
Unsafe version of
v. - nv(long, int) - Static method in class org.lwjgl.util.xxhash.XXH64State
-
Unsafe version of
v. - nXXH128(long, long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH128(java.nio.ByteBuffer, long, org.lwjgl.util.xxhash.XXH128Hash) - nXXH128_canonicalFromHash(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH128_cmp(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH128_cmp(java.nio.ByteBuffer, java.nio.ByteBuffer) - nXXH128_hashFromCanonical(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH128_isEqual(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits(long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits_digest(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits_reset(long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits_reset_withSecret(long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits_reset_withSecretandSeed(long, long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits_reset_withSeed(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits_update(long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits_withSecret(long, long, long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits_withSecretandSeed(long, long, long, long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_128bits_withSeed(long, long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_64bits(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH3_64bits(java.nio.ByteBuffer) - nXXH3_64bits_digest(long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_64bits_reset(long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH3_64bits_reset(org.lwjgl.util.xxhash.XXH3State) - nXXH3_64bits_reset_withSecret(long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_64bits_reset_withSecretandSeed(long, long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_64bits_reset_withSeed(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH3_64bits_reset_withSeed(org.lwjgl.util.xxhash.XXH3State, long) - nXXH3_64bits_update(long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_64bits_withSecret(long, long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH3_64bits_withSecret(java.nio.ByteBuffer, java.nio.ByteBuffer) - nXXH3_64bits_withSecretandSeed(long, long, long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_64bits_withSeed(long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH3_64bits_withSeed(java.nio.ByteBuffer, long) - nXXH3_copyState(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_createState() - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_freeState(long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH3_generateSecret(long, long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH3_generateSecret(java.nio.ByteBuffer, java.nio.ByteBuffer) - nXXH3_generateSecret_fromSeed(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH3_generateSecret_fromSeed(java.nio.ByteBuffer, long) - nXXH3_INITSTATE(long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH3_INITSTATE(org.lwjgl.util.xxhash.XXH3State) - nXXH32(long, long, int) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH32(java.nio.ByteBuffer, int) - nXXH32_canonicalFromHash(long, int) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH32_canonicalFromHash(org.lwjgl.util.xxhash.XXH32Canonical, int) - nXXH32_copyState(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH32_createState() - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH32_createState() - nXXH32_digest(long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH32_digest(org.lwjgl.util.xxhash.XXH32State) - nXXH32_freeState(long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH32_freeState(org.lwjgl.util.xxhash.XXH32State) - nXXH32_hashFromCanonical(long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH32_hashFromCanonical(org.lwjgl.util.xxhash.XXH32Canonical) - nXXH32_reset(long, int) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH32_reset(org.lwjgl.util.xxhash.XXH32State, int) - nXXH32_update(long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH32_update(org.lwjgl.util.xxhash.XXH32State, java.nio.ByteBuffer) - nXXH64(long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH64(java.nio.ByteBuffer, long) - nXXH64_canonicalFromHash(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH64_canonicalFromHash(org.lwjgl.util.xxhash.XXH64Canonical, long) - nXXH64_copyState(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- nXXH64_createState() - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH64_createState() - nXXH64_digest(long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH64_digest(org.lwjgl.util.xxhash.XXH64State) - nXXH64_freeState(long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH64_freeState(org.lwjgl.util.xxhash.XXH64State) - nXXH64_hashFromCanonical(long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH64_hashFromCanonical(org.lwjgl.util.xxhash.XXH64Canonical) - nXXH64_reset(long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH64_reset(org.lwjgl.util.xxhash.XXH64State, long) - nXXH64_update(long, long, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Unsafe version of:
XXH64_update(org.lwjgl.util.xxhash.XXH64State, java.nio.ByteBuffer)
O
- org.lwjgl.util.xxhash - package org.lwjgl.util.xxhash
-
Contains bindings to xxHash, an extremely fast non-cryptographic hash algorithm.
R
- reserved() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
- reserved() - Method in class org.lwjgl.util.xxhash.XXH32State
-
reserved field.
- RESERVED - Static variable in class org.lwjgl.util.xxhash.XXH32State
-
The struct member offsets.
- reserved32() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
- reserved32() - Method in class org.lwjgl.util.xxhash.XXH64State
-
reserved field, needed for padding anyways
- RESERVED32 - Static variable in class org.lwjgl.util.xxhash.XXH64State
-
The struct member offsets.
- reserved64() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- reserved64() - Method in class org.lwjgl.util.xxhash.XXH3State
-
reserved field
- reserved64() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
- reserved64() - Method in class org.lwjgl.util.xxhash.XXH64State
-
reserved field.
- RESERVED64 - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
- RESERVED64 - Static variable in class org.lwjgl.util.xxhash.XXH64State
-
The struct member offsets.
S
- secretLimit() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- secretLimit() - Method in class org.lwjgl.util.xxhash.XXH3State
-
size of
customSecretorextSecret - SECRETLIMIT - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
- seed() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- seed() - Method in class org.lwjgl.util.xxhash.XXH3State
-
seed for
_withSeedvariants. - SEED - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
- sizeof() - Method in class org.lwjgl.util.xxhash.XXH128Canonical
- sizeof() - Method in class org.lwjgl.util.xxhash.XXH128Hash
- sizeof() - Method in class org.lwjgl.util.xxhash.XXH32Canonical
- sizeof() - Method in class org.lwjgl.util.xxhash.XXH32State
- sizeof() - Method in class org.lwjgl.util.xxhash.XXH3State
- sizeof() - Method in class org.lwjgl.util.xxhash.XXH64Canonical
- sizeof() - Method in class org.lwjgl.util.xxhash.XXH64State
- SIZEOF - Static variable in class org.lwjgl.util.xxhash.XXH128Canonical
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.xxhash.XXH128Hash
-
The struct size in bytes.
- 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.XXH3State
-
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
- total_len() - Method in class org.lwjgl.util.xxhash.XXH64State
-
total length hashed.
- TOTAL_LEN - Static variable in class org.lwjgl.util.xxhash.XXH64State
-
The struct member offsets.
- total_len_32() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
- total_len_32() - Method in class org.lwjgl.util.xxhash.XXH32State
-
total length hashed, modulo
2^32 - TOTAL_LEN_32 - Static variable in class org.lwjgl.util.xxhash.XXH32State
-
The struct member offsets.
- totalLen() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- totalLen() - Method in class org.lwjgl.util.xxhash.XXH3State
-
total length hashed.
- TOTALLEN - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
U
- useSeed() - Method in class org.lwjgl.util.xxhash.XXH3State.Buffer
- useSeed() - Method in class org.lwjgl.util.xxhash.XXH3State
-
reserved field.
- USESEED - Static variable in class org.lwjgl.util.xxhash.XXH3State
-
The struct member offsets.
V
- v() - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
- v() - Method in class org.lwjgl.util.xxhash.XXH32State
-
accumulator lanes
- v() - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
- v() - Method in class org.lwjgl.util.xxhash.XXH64State
-
accumulator lanes
- v(int) - Method in class org.lwjgl.util.xxhash.XXH32State.Buffer
- v(int) - Method in class org.lwjgl.util.xxhash.XXH32State
-
accumulator lanes
- v(int) - Method in class org.lwjgl.util.xxhash.XXH64State.Buffer
- v(int) - Method in class org.lwjgl.util.xxhash.XXH64State
-
accumulator lanes
- V - Static variable in class org.lwjgl.util.xxhash.XXH32State
-
The struct member offsets.
- V - Static variable in class org.lwjgl.util.xxhash.XXH64State
-
The struct member offsets.
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.
- XXH128(ByteBuffer, long, XXH128Hash) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Simple alias to pre-selected
XXH3_128bitsvariant. - XXH128_canonicalFromHash(XXH128Canonical, XXH128Hash) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH128_cmp(ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
-
This comparator is compatible with stdlib's
qsort()/bsearch(). - XXH128_hashFromCanonical(XXH128Canonical, XXH128Hash) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH128_isEqual(XXH128Hash, XXH128Hash) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Returns 1 if equal, 0 if different.
- XXH128Canonical - Class in org.lwjgl.util.xxhash
-
128-bit canonical representation.
- XXH128Canonical(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH128Canonical
-
Creates a
XXH128Canonicalinstance at the current position of the specifiedByteBuffercontainer. - XXH128Canonical.Buffer - Class in org.lwjgl.util.xxhash
-
An array of
XXH128Canonicalstructs. - XXH128Hash - Class in org.lwjgl.util.xxhash
-
The return value from 128-bit hashes.
- XXH128Hash(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH128Hash
-
Creates a
XXH128Hashinstance at the current position of the specifiedByteBuffercontainer. - XXH128Hash.Buffer - Class in org.lwjgl.util.xxhash
-
An array of
XXH128Hashstructs. - XXH3_128bits(ByteBuffer, XXH128Hash) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_128bits_digest(XXH3State, XXH128Hash) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_128bits_reset(XXH3State) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_128bits_reset_withSecret(XXH3State, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_128bits_reset_withSecretandSeed(XXH3State, ByteBuffer, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_128bits_reset_withSeed(XXH3State, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_128bits_update(XXH3State, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_128bits_withSecret(ByteBuffer, ByteBuffer, XXH128Hash) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_128bits_withSecretandSeed(ByteBuffer, ByteBuffer, long, XXH128Hash) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_128bits_withSeed(ByteBuffer, long, XXH128Hash) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_64bits(ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Default 64-bit variant, using default secret and default seed of 0.
- XXH3_64bits_digest(XXH3State) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_64bits_reset(XXH3State) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Initialize with default parameters.
- XXH3_64bits_reset_withSecret(XXH3State, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
-
secretis referenced, and must outlive the hash streaming session. - XXH3_64bits_reset_withSecretandSeed(XXH3State, ByteBuffer, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_64bits_reset_withSeed(XXH3State, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Generate a custom secret from
seed, and store it intostate. - XXH3_64bits_update(XXH3State, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_64bits_withSecret(ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
-
It's possible to provide any blob of bytes as a "secret" to generate the hash.
- XXH3_64bits_withSecretandSeed(ByteBuffer, ByteBuffer, long) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_64bits_withSeed(ByteBuffer, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
This variant generates on the fly a custom secret, based on the default secret, altered using the
seedvalue. - XXH3_copyState(XXH3State, XXH3State) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_createState() - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_freeState(XXH3State) - Static method in class org.lwjgl.util.xxhash.XXHash
- XXH3_generateSecret(ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Derives a high-entropy secret from any user-defined content, named
customSeed. - XXH3_generateSecret_fromSeed(ByteBuffer, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Generate the same secret as the
_withSeed()variants. - XXH3_INITSTATE(XXH3State) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Initializes a stack-allocated
XXH3_state_t. - XXH3_INTERNALBUFFER_SIZE - Static variable in class org.lwjgl.util.xxhash.XXHash
-
The size of the internal XXH3 buffer.
- XXH3_SECRET_DEFAULT_SIZE - Static variable in class org.lwjgl.util.xxhash.XXHash
-
Default size of the secret buffer (and
XXH3_kSecret). - XXH3_SECRET_SIZE_MIN - Static variable in class org.lwjgl.util.xxhash.XXHash
-
The bare minimum size for a custom secret.
- XXH32(ByteBuffer, int) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Calculates the 32-bit hash of
inputusing xxHash32. - XXH32_canonicalFromHash(XXH32Canonical, int) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Converts an
XXH32_hash_tto a big endianXXH32_canonical_t. - XXH32_copyState(XXH32State, XXH32State) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Copies one
XXH32_state_tto another. - XXH32_createState() - Static method in class org.lwjgl.util.xxhash.XXHash
-
Allocates an
XXH32_state_t. - XXH32_digest(XXH32State) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Returns the calculated hash value from an
XXH32_state_t. - XXH32_freeState(XXH32State) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Frees an
XXH32_state_t. - XXH32_hashFromCanonical(XXH32Canonical) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Converts an
XXH32_canonical_tto a nativeXXH32_hash_t. - XXH32_reset(XXH32State, int) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Resets an
XXH32_state_tto begin a new hash. - XXH32_update(XXH32State, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Consumes a block of
inputto anXXH32_state_t. - XXH32Canonical - Class in org.lwjgl.util.xxhash
-
Canonical (big endian) representation of
XXH32_hash_t. - XXH32Canonical(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH32Canonical
-
Creates a
XXH32Canonicalinstance at the current position of the specifiedByteBuffercontainer. - XXH32Canonical.Buffer - Class in org.lwjgl.util.xxhash
-
An array of
XXH32Canonicalstructs. - XXH32State - Class in org.lwjgl.util.xxhash
-
The opaque state struct for the XXH32 streaming API.
- XXH32State(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH32State
-
Creates a
XXH32Stateinstance at the current position of the specifiedByteBuffercontainer. - XXH32State.Buffer - Class in org.lwjgl.util.xxhash
-
An array of
XXH32Statestructs. - XXH3State - Class in org.lwjgl.util.xxhash
-
The state struct for the XXH3 streaming API.
- XXH3State(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH3State
-
Creates a
XXH3Stateinstance at the current position of the specifiedByteBuffercontainer. - XXH3State.Buffer - Class in org.lwjgl.util.xxhash
-
An array of
XXH3Statestructs. - XXH64(ByteBuffer, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Calculates the 64-bit hash of
inputusing xxHash64. - XXH64_canonicalFromHash(XXH64Canonical, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Converts an
XXH64_hash_tto a big endianXXH64_canonical_t. - XXH64_copyState(XXH64State, XXH64State) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Copies one
XXH64_state_tto another. - XXH64_createState() - Static method in class org.lwjgl.util.xxhash.XXHash
-
Allocates an
XXH64_state_t. - XXH64_digest(XXH64State) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Returns the calculated hash value from an
XXH64_state_t. - XXH64_freeState(XXH64State) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Frees an
XXH64_state_t. - XXH64_hashFromCanonical(XXH64Canonical) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Converts an
XXH64_canonical_tto a nativeXXH64_hash_t. - XXH64_reset(XXH64State, long) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Resets an
XXH64_state_tto begin a new hash. - XXH64_update(XXH64State, ByteBuffer) - Static method in class org.lwjgl.util.xxhash.XXHash
-
Consumes a block of
inputto anXXH64_state_t. - XXH64Canonical - Class in org.lwjgl.util.xxhash
-
64-bit canonical representation.
- XXH64Canonical(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH64Canonical
-
Creates a
XXH64Canonicalinstance at the current position of the specifiedByteBuffercontainer. - XXH64Canonical.Buffer - Class in org.lwjgl.util.xxhash
-
An array of
XXH64Canonicalstructs. - XXH64State - Class in org.lwjgl.util.xxhash
-
The opaque state struct for the XXH64 streaming API.
- XXH64State(ByteBuffer) - Constructor for class org.lwjgl.util.xxhash.XXH64State
-
Creates a
XXH64Stateinstance at the current position of the specifiedByteBuffercontainer. - XXH64State.Buffer - Class in org.lwjgl.util.xxhash
-
An array of
XXH64Statestructs. - XXHash - Class in org.lwjgl.util.xxhash
-
Native bindings to xxhash.