Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/string/
H A Dwcspbrk.c45 size_t bloom[BLOOM_ARRAY_SIZE]; in wcspbrk()
H A Dwcscspn.c45 size_t bloom[BLOOM_ARRAY_SIZE]; in wcscspn()
H A Dwcscspn_bloom.h42 #define BLOOM_ARRAY_SIZE (BLOOM_SIZE / sizeof(size_t)) macro