Hashing functions, mostly from Bob Jenkins. More...

Go to the source code of this file.
Macros | |
| #define | bitRotateLeft(x, nBits) |
| #define | bitMixer(a, b, c) |
| #define | bitMixerFinal(a, b, c) |
Hashing functions, mostly from Bob Jenkins.
Original source file Hasher.C
Definition in file Hasher.C.
| #define bitRotateLeft | ( | x, | |
| nBits ) |
| #define bitMixer | ( | a, | |
| b, | |||
| c ) |
Definition at line 109 of file Hasher.C.
Referenced by Foam::HasherInt().
| #define bitMixerFinal | ( | a, | |
| b, | |||
| c ) |
Definition at line 144 of file Hasher.C.
Referenced by Foam::HasherInt().