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

/external/blktrace/
H A Djhash.h28 /* __jhash_mix - mix 3 32-bit values reversibly. */
29 #define __jhash_mix(a,b,c) \ macro
71 __jhash_mix(a, b, c);
114 __jhash_mix(a, b, c);
/external/fio/
H A Dhash.h87 /* __jhash_mix -- mix 3 32-bit values reversibly. */
88 #define __jhash_mix(a, b, c) \ macro
123 __jhash_mix(a, b, c);

Completed in 786 milliseconds