Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
H A Duthash.h144 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
145 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \
146 memset((tbl)->bloom_bv, 0, HASH_BLOOM_BYTELEN); \
152 uthash_free((tbl)->bloom_bv, HASH_BLOOM_BYTELEN); \
159 HASH_BLOOM_BITSET((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1U)))
162 HASH_BLOOM_BITTEST((tbl)->bloom_bv, (hashv & (uint32_t)((1ULL << (tbl)->bloom_nbits) - 1U)))
1057 uint8_t *bloom_bv; member
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h182 (tbl)->bloom_bv = (uint8_t*)uthash_malloc(HASH_BLOOM_BYTELEN); \
183 if (!(tbl)->bloom_bv) { \
186 uthash_bzero((tbl)->bloom_bv, HASH_BLOOM_BYTELEN); \
193 uthash_free((tbl)->bloom_bv, HASH_BLOOM_BYTELEN); \
200 HASH_BLOOM_BITSET((tbl)->bloom_bv, ((hashv) & (uint32_t)((1UL << (tbl)->bloom_nbits) - 1U)))
203 HASH_BLOOM_BITTEST((tbl)->bloom_bv, ((hashv) & (uint32_t)((1UL << (tbl)->bloom_nbits) - 1U)))
1119 uint8_t *bloom_bv; member

Completed in 5 milliseconds