Searched refs:DMPROT32 (Results 1 – 1 of 1) sorted by relevance
103 #define DMPROT32(x, y) ((x << y) | (x >> (32 - y))) macro121 k = DMPROT32(k, r1); in DMPforestHash()125 hash = DMPROT32(hash, r2) * m + n; in DMPforestHash()