Home
last modified time | relevance | path

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

/external/fio/lib/
Dbloom.c68 size_t no_uints; in bloom_new() local
74 no_uints = (entries + BITS_PER_INDEX - 1) / BITS_PER_INDEX; in bloom_new()
75 no_uints = max((unsigned long) no_uints, MIN_ENTRIES); in bloom_new()
76 b->map = calloc(no_uints, sizeof(uint32_t)); in bloom_new()