|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Static Public Member Functions | |
| static int | getAddrHash32_EqualDist (final long addr) |
Generates a 32bit equally distributed identity hash value from addr avoiding XOR collision. More... | |
| static int | getAddrSizeHash32_EqualDist (final long addr, final long size) |
Generates a 32bit equally distributed identity hash value from addr and size avoiding XOR collision. More... | |
| static long | getHash64 (final long addr, final long size) |
Generates a 64bit equally distributed hash value from addr and size avoiding XOR collisions. More... | |
Definition at line 30 of file HashUtil.java.
|
static |
Generates a 32bit equally distributed identity hash value from addr avoiding XOR collision.
Definition at line 35 of file HashUtil.java.
|
static |
Generates a 32bit equally distributed identity hash value from addr and size avoiding XOR collision.
Definition at line 46 of file HashUtil.java.
|
static |
Generates a 64bit equally distributed hash value from addr and size avoiding XOR collisions.
Definition at line 59 of file HashUtil.java.