Searched refs:BLOOM_WIDTH (Results 1 – 2 of 2) sorted by relevance
196 #define BLOOM_WIDTH 128 macro198 #define BLOOM_WIDTH 64 macro200 #define BLOOM_WIDTH 32 macro209 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1)))))210 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1)))))
209 #define BLOOM_WIDTH 128 macro211 #define BLOOM_WIDTH 64 macro213 #define BLOOM_WIDTH 32 macro222 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1)))))223 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1)))))