Home
last modified time | relevance | path

Searched refs:HASH_MASK (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/libexec/mknetid/
H A Dhash.h52 #define HASH_MASK 0x000003FF macro
H A Dhash.c110 return(hash((void *)key, strlen(key)) & HASH_MASK); in hashkey()
/freebsd-12.1/libexec/revnetgroup/
H A Dhash.h60 #define HASH_MASK 0x000000FF macro
H A Dhash.c111 return(hash((void *)key, strlen(key)) & HASH_MASK); in hashkey()
/freebsd-12.1/sys/dev/cxgbe/cudbg/
H A Dfastlz.c107 #define HASH_MASK (HASH_SIZE - 1) macro
112 v &= HASH_MASK;\
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c301 #define HASH_MASK (HASHTABLESIZE - 1) macro
/freebsd-12.1/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)
H A DChangeLog-1999959 (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
964 (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
/freebsd-12.1/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