Searched refs:net_bloom_howmany (Results 1 – 1 of 1) sorted by relevance
50 #define net_bloom_howmany(x, y) (((x) / (y)) + ((x) % (y) != 0)) macro54 …uint32_t b_table[__counted_by(net_bloom_howmany(b_table_num_bits, kNetBloomFilterBitsPerTableEleme…