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

/freebsd-12-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-12-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-12-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz.c107 #define HASH_MASK (HASH_SIZE - 1) macro
112 v &= HASH_MASK;\
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c324 #define HASH_MASK (HASHTABLESIZE - 1) macro
/freebsd-12-stable/contrib/gcc/
H A Dcse.c468 #define HASH_MASK (HASH_SIZE - 1) macro
476 : canon_hash (X, M)) & HASH_MASK)
482 : safe_hash (X, M)) & HASH_MASK)
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1300 #define HASH_MASK (HASH_TABLESIZE - 1) macro
H A Dzstd_v03.c2327 #define HASH_MASK (HASH_TABLESIZE - 1) macro
H A Dzstd_v02.c2686 #define HASH_MASK (HASH_TABLESIZE - 1) macro

Completed in 297 milliseconds