Home
last modified time | relevance | path

Searched defs:HASH_MIN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dosdep.h56 #define HASH_MIN(v, b) (sizeof(v) <= 4 ? hash_32(v, b) : hash_long(v, b)) macro
/freebsd/sys/dev/irdma/
H A Dosdep.h63 #define HASH_MIN(v, b) (sizeof(v) <= 4 ? hash_32(v, b) : hash_long(v, b)) macro