Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h179 #define HASH_BLOOM_BITLEN (1UL << HASH_BLOOM) macro
180 #define HASH_BLOOM_BYTELEN (HASH_BLOOM_BITLEN/8UL) + (((HASH_BLOOM_BITLEN%8UL)!=0UL) ? 1UL : 0UL)

Completed in 7 milliseconds