Optimised 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 optimised version of Hasher. More... | |
| unsigned | HasherDual (const uint32_t *data, size_t length, unsigned &hash1, unsigned &hash2) |
| An optimised version of Hasher, returning dual hash values. More... | |
Optimised hashing functions.
Original source file HasherInt.H
InNamespace Foam
Definition in file HasherInt.H.