Optimized hashing functions. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
unsigned | HasherInt (const uint32_t *data, size_t length, unsigned seed=0) |
An optimized version of Hasher. More... | |
unsigned | HasherDual (const uint32_t *data, size_t length, unsigned &hash1, unsigned &hash2) |
An optimized version of Hasher, returning dual hash values. More... | |
Optimized hashing functions.
Original source file HasherInt.H
InNamespace Foam
Definition in file HasherInt.H.