Home
last modified time | relevance | path

Searched defs:HASHTABLESIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c315 #define HASHTABLESIZE (1 << HASH_LOG) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c321 #define HASHTABLESIZE (1 << HASH_LOG) macro
/freebsd/libexec/bootpd/
H A Dreadfile.c56 #define HASHTABLESIZE 257 /* Hash table size (prime) */ macro