Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
H A Duthash.h139 #define HASH_BLOOM_BITLEN (1UL << HASH_BLOOM) macro
140 #define HASH_BLOOM_BYTELEN (HASH_BLOOM_BITLEN/8UL) + (((HASH_BLOOM_BITLEN%8UL)!=0UL) ? 1UL : 0UL)
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h177 #define HASH_BLOOM_BITLEN (1UL << HASH_BLOOM) macro
178 #define HASH_BLOOM_BYTELEN (HASH_BLOOM_BITLEN/8UL) + (((HASH_BLOOM_BITLEN%8UL)!=0UL) ? 1UL : 0UL)

Completed in 5 milliseconds