Searched refs:bloom_set (Results 1 – 3 of 3) sorted by relevance
10 int bloom_set(struct bloom *b, uint32_t *data, unsigned int nwords);
116 int bloom_set(struct bloom *b, uint32_t *data, unsigned int nwords) in bloom_set() function
252 r = bloom_set(bloom, items[i].hash, s); in insert_chunks()