Searched refs:HASH_LOG (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz.c105 #define HASH_LOG 13 macro
106 #define HASH_SIZE (1 << HASH_LOG)
111 (v>>(16 - HASH_LOG));\
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dst.c173 #ifdef HASH_LOG
191 #ifdef HASH_LOG
260 #ifdef HASH_LOG
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dlz4.c311 #define HASH_LOG COMPRESSIONLEVEL macro
312 #define HASHTABLESIZE (1 << HASH_LOG)
374 HASH_LOG))
652 #define HASHLOG64K (HASH_LOG + 1)
/freebsd-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c314 #define HASH_LOG COMPRESSIONLEVEL macro
315 #define HASHTABLESIZE (1 << HASH_LOG)
325 #define HEAPMODE (HASH_LOG > STACKLIMIT)
382 HASH_LOG))
660 #define HASHLOG64K (HASH_LOG + 1)
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1311 #define HASH_LOG (ZSTD_MEMORY_USAGE - 2) macro
1312 #define HASH_TABLESIZE (1 << HASH_LOG)
H A Dzstd_v03.c2340 #define HASH_LOG (ZSTD_MEMORY_USAGE - 2) macro
2341 #define HASH_TABLESIZE (1 << HASH_LOG)
H A Dzstd_v02.c2699 #define HASH_LOG (ZSTD_MEMORY_USAGE - 2) macro
2700 #define HASH_TABLESIZE (1 << HASH_LOG)

Completed in 121 milliseconds