Hashes a "byte" array to a 32-bit value using the supplied seed.
|
code » | |
Hashes an integer to a 32-bit value.
|
code » | |
Hashes a string to a 32-bit value.
|
code » | |
Hashes a string to a 32-bit value, converting the string to UTF-8 before
doing the encoding.
|
code » | |
Performs an inplace mix of an object with the integer properties (a, b, c)
and returns the final value of c.
|
code » | |
Converts an unsigned "byte" to signed, that is, convert a value in the range
(0, 2^8-1) to (-2^7, 2^7-1) in order to be compatible with Java's byte type.
|
code » | |
Returns the word at a given offset. Treating an array of bytes a word at a
time is far more efficient than byte-by-byte.
|
code » |