Lines Matching defs:crush_hashmix
13 #define crush_hashmix(a, b, c) do { \
33 crush_hashmix(b, x, hash);
34 crush_hashmix(y, a, hash);
43 crush_hashmix(a, b, hash);
44 crush_hashmix(x, a, hash);
45 crush_hashmix(b, y, hash);
54 crush_hashmix(a, b, hash);
55 crush_hashmix(c, x, hash);
56 crush_hashmix(y, a, hash);
57 crush_hashmix(b, x, hash);
58 crush_hashmix(y, c, hash);
67 crush_hashmix(a, b, hash);
68 crush_hashmix(c, d, hash);
69 crush_hashmix(a, x, hash);
70 crush_hashmix(y, b, hash);
71 crush_hashmix(c, x, hash);
72 crush_hashmix(y, d, hash);
82 crush_hashmix(a, b, hash);
83 crush_hashmix(c, d, hash);
84 crush_hashmix(e, x, hash);
85 crush_hashmix(y, a, hash);
86 crush_hashmix(b, x, hash);
87 crush_hashmix(y, c, hash);
88 crush_hashmix(d, x, hash);
89 crush_hashmix(y, e, hash);