Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/string/
Dwcscspn_bloom.h43 #define BLOOM_BITS (BLOOM_SIZE * CHAR_BIT) macro
49 return x % BLOOM_BITS; in wcscspn_bloom1()
56 (0x100000000ULL / BLOOM_BITS)); in wcscspn_bloom2()