Searched refs:BLOOM_ADD (Results 1 – 1 of 1) sorted by relevance
222 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1))))) macro238 BLOOM_ADD(mask, ptr[i]); in make_bloom_mask()