Searched refs:HASH_MASK (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/libexec/mknetid/
H A Dhash.h52 #define HASH_MASK 0x000003FF macro
H A Dhash.c110 return(hash((void *)key, strlen(key)) & HASH_MASK);
/freebsd-13-stable/libexec/revnetgroup/
H A Dhash.h60 #define HASH_MASK 0x000000FF macro
H A Dhash.c111 return(hash((void *)key, strlen(key)) & HASH_MASK);
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz.c107 #define HASH_MASK (HASH_SIZE - 1) macro
112 v &= HASH_MASK;\
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dlz4.c313 #define HASH_MASK (HASHTABLESIZE - 1) macro
/freebsd-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c316 #define HASH_MASK (HASHTABLESIZE - 1) macro
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1313 #define HASH_MASK (HASH_TABLESIZE - 1) macro
H A Dzstd_v03.c2342 #define HASH_MASK (HASH_TABLESIZE - 1) macro
H A Dzstd_v02.c2701 #define HASH_MASK (HASH_TABLESIZE - 1) macro

Completed in 201 milliseconds