Searched defs:mix (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Dlookup3.c11 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
25 mix(a,b,c);
27 mix(a,b,c);
33 a mix of things, see the comments above hashlittle().
36 then mix those integers. This is fast (you can do a lot more thorough
77 mix -- mix 3 32-bit values reversibly.
79 This is reversible, so any information in (a,b,c) before mix() is
80 still in (a,b,c) after mix().
82 If four pairs of (a,b,c) inputs are run through mix(), o
119 #define mix macro
[all...]

Completed in 11 milliseconds