@Namespace(value="cpu_features") @Properties(inherit=cpu_features.class) public class Aarch64Features extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Aarch64Features()
Default native constructor.
|
Aarch64Features(long size)
Native array allocator.
|
Aarch64Features(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
aes() |
Aarch64Features |
aes(int setter) |
int |
asimd() |
Aarch64Features |
asimd(int setter) |
int |
crc32() |
Aarch64Features |
crc32(int setter) |
int |
fp() |
Aarch64Features |
fp(int setter) |
int |
pmull() |
Aarch64Features |
pmull(int setter) |
Aarch64Features |
position(long position) |
int |
sha1() |
Aarch64Features |
sha1(int setter) |
int |
sha2() |
Aarch64Features |
sha2(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Aarch64Features()
public Aarch64Features(long size)
Pointer.position(long).public Aarch64Features(Pointer p)
Pointer.Pointer(Pointer).public Aarch64Features position(long position)
@NoOffset public int fp()
public Aarch64Features fp(int setter)
@NoOffset public int asimd()
public Aarch64Features asimd(int setter)
@NoOffset public int aes()
public Aarch64Features aes(int setter)
@NoOffset public int pmull()
public Aarch64Features pmull(int setter)
@NoOffset public int sha1()
public Aarch64Features sha1(int setter)
@NoOffset public int sha2()
public Aarch64Features sha2(int setter)
@NoOffset public int crc32()
public Aarch64Features crc32(int setter)
Copyright © 2019. All rights reserved.