Home
last modified time | relevance | path

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

/freebsd/libexec/mknetid/
H A Dhash.h50 #define HASH_MASK 0x000003FF macro
H A Dhash.c105 return(hash((void *)key, strlen(key)) & HASH_MASK); in hashkey()
/freebsd/libexec/revnetgroup/
H A Dhash.h58 #define HASH_MASK 0x000000FF macro
H A Dhash.c106 return(hash((void *)key, strlen(key)) & HASH_MASK); in hashkey()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz.c105 #define HASH_MASK (HASH_SIZE - 1) macro
110 v &= HASH_MASK;\
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c322 #define HASH_MASK (HASHTABLESIZE - 1) macro
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c316 #define HASH_MASK (HASHTABLESIZE - 1) macro
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1309 #define HASH_MASK (HASH_TABLESIZE - 1) macro
H A Dzstd_v03.c2338 #define HASH_MASK (HASH_TABLESIZE - 1) macro
H A Dzstd_v02.c2697 #define HASH_MASK (HASH_TABLESIZE - 1) macro