Searched refs:HASH_BLOOM_BITLEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h110 #define HASH_BLOOM_BITLEN (1ULL << HASH_BLOOM) macro
111 #define HASH_BLOOM_BYTELEN (HASH_BLOOM_BITLEN/8) + ((HASH_BLOOM_BITLEN%8) ? 1:0)
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h109 #define HASH_BLOOM_BITLEN (1ULL << HASH_BLOOM) macro
110 #define HASH_BLOOM_BYTELEN (HASH_BLOOM_BITLEN/8) + ((HASH_BLOOM_BITLEN%8) ? 1:0)

Completed in 58 milliseconds