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

/freebsd-12-stable/sys/sys/
H A Dhash.h38 #define HASHSTEP(x,c) (((x << 5) + x) + (c)) macro

Completed in 106 milliseconds