Home | History | Annotate | Download | only in libyasm

Lines Matching defs:mix

20 mix -- mix 3 32-bit values reversibly.
24 * If mix() is run forward or backward, at least 32 bits in a,b,c
26 * If mix() is run forward, every bit of c will change between 1/3 and
28 mix() was built out of 36 single-cycle latency instructions in a
44 #define mix(a,b,c) \
118 mix(a,b,c);
143 mix(a,b,c);
152 Repeating mix() three times achieves avalanche.
153 Repeating mix() four times eliminates all funnels and all