Home
last modified time | relevance | path

Searched refs:net_bloom_howmany (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dbloom_filter.h50 #define net_bloom_howmany(x, y) (((x) / (y)) + ((x) % (y) != 0)) macro
54 …uint32_t b_table[__counted_by(net_bloom_howmany(b_table_num_bits, kNetBloomFilterBitsPerTableEleme…