Package org.lwjgl.util.xxhash
Class XXH32State
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct XXH32_state_t {
XXH32_hash_t total_len_32;
XXH32_hash_t large_len;
XXH32_hash_t acc[4];
unsigned char buffer[16];
XXH32_hash_t bufferedSize;
XXH32_hash_t reserved;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct member offsets.static final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.static final int
The struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionXXH32State
(ByteBuffer container) Creates aXXH32State
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionacc()
int
acc
(int index) buffer()
byte
buffer
(int index) int
static XXH32State
calloc()
Returns a newXXH32State
instance allocated withmemCalloc
.static XXH32State.Buffer
calloc
(int capacity) Returns a newXXH32State.Buffer
instance allocated withmemCalloc
.static XXH32State.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newXXH32State.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static XXH32State
calloc
(MemoryStack stack) Returns a newXXH32State
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static XXH32State
Deprecated.static XXH32State.Buffer
callocStack
(int capacity) Deprecated.static XXH32State.Buffer
callocStack
(int capacity, MemoryStack stack) Deprecated.static XXH32State
callocStack
(MemoryStack stack) Deprecated.static XXH32State
create()
Returns a newXXH32State
instance allocated withBufferUtils
.static XXH32State.Buffer
create
(int capacity) Returns a newXXH32State.Buffer
instance allocated withBufferUtils
.static XXH32State
create
(long address) Returns a newXXH32State
instance for the specified memory address.static XXH32State.Buffer
create
(long address, int capacity) Create aXXH32State.Buffer
instance at the specified memory.static @Nullable XXH32State
createSafe
(long address) static @Nullable XXH32State.Buffer
createSafe
(long address, int capacity) int
static XXH32State
malloc()
Returns a newXXH32State
instance allocated withmemAlloc
.static XXH32State.Buffer
malloc
(int capacity) Returns a newXXH32State.Buffer
instance allocated withmemAlloc
.static XXH32State.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newXXH32State.Buffer
instance allocated on the specifiedMemoryStack
.static XXH32State
malloc
(MemoryStack stack) Returns a newXXH32State
instance allocated on the specifiedMemoryStack
.static XXH32State
Deprecated.static XXH32State.Buffer
mallocStack
(int capacity) Deprecated.static XXH32State.Buffer
mallocStack
(int capacity, MemoryStack stack) Deprecated.static XXH32State
mallocStack
(MemoryStack stack) Deprecated.static IntBuffer
nacc
(long struct) Unsafe version ofacc()
.static int
nacc
(long struct, int index) Unsafe version ofacc
.static ByteBuffer
nbuffer
(long struct) Unsafe version ofbuffer()
.static byte
nbuffer
(long struct, int index) Unsafe version ofbuffer
.static int
nbufferedSize
(long struct) Unsafe version ofbufferedSize()
.static int
nlarge_len
(long struct) Unsafe version oflarge_len()
.static int
nreserved
(long struct) Unsafe version ofreserved()
.static int
ntotal_len_32
(long struct) Unsafe version oftotal_len_32()
.int
reserved()
int
sizeof()
Returnssizeof(struct)
.int
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
TOTAL_LEN_32
public static final int TOTAL_LEN_32The struct member offsets. -
LARGE_LEN
public static final int LARGE_LENThe struct member offsets. -
ACC
public static final int ACCThe struct member offsets. -
BUFFER
public static final int BUFFERThe struct member offsets. -
BUFFEREDSIZE
public static final int BUFFEREDSIZEThe struct member offsets. -
RESERVED
public static final int RESERVEDThe struct member offsets.
-
-
Constructor Details
-
XXH32State
Creates aXXH32State
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<XXH32State>
-
total_len_32
public int total_len_32()- Returns:
- the value of the
total_len_32
field.
-
large_len
public int large_len()- Returns:
- the value of the
large_len
field.
-
acc
- Returns:
- a
IntBuffer
view of theacc
field.
-
acc
public int acc(int index) - Returns:
- the value at the specified index of the
acc
field.
-
buffer
- Returns:
- a
ByteBuffer
view of thebuffer
field.
-
buffer
public byte buffer(int index) - Returns:
- the value at the specified index of the
buffer
field.
-
bufferedSize
public int bufferedSize()- Returns:
- the value of the
bufferedSize
field.
-
reserved
public int reserved()- Returns:
- the value of the
reserved
field.
-
malloc
Returns a newXXH32State
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newXXH32State
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newXXH32State
instance allocated withBufferUtils
. -
create
Returns a newXXH32State
instance for the specified memory address. -
createSafe
-
malloc
Returns a newXXH32State.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newXXH32State.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newXXH32State.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aXXH32State.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
malloc
Returns a newXXH32State
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newXXH32State
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newXXH32State.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newXXH32State.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
ntotal_len_32
public static int ntotal_len_32(long struct) Unsafe version oftotal_len_32()
. -
nlarge_len
public static int nlarge_len(long struct) Unsafe version oflarge_len()
. -
nacc
Unsafe version ofacc()
. -
nacc
public static int nacc(long struct, int index) Unsafe version ofacc
. -
nbuffer
Unsafe version ofbuffer()
. -
nbuffer
public static byte nbuffer(long struct, int index) Unsafe version ofbuffer
. -
nbufferedSize
public static int nbufferedSize(long struct) Unsafe version ofbufferedSize()
. -
nreserved
public static int nreserved(long struct) Unsafe version ofreserved()
.
-