Searched refs:bloom (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/lib/libc/string/ |
H A D | wcscspn_bloom.h | 60 wcsspn_bloom_init(size_t *bloom, const wchar_t *charset) in wcsspn_bloom_init() argument 64 memset(bloom, 0, BLOOM_SIZE); in wcsspn_bloom_init() 67 bloom[val / BLOOM_DIV] |= (size_t)1 << (val % BLOOM_DIV); in wcsspn_bloom_init() 69 bloom[val / BLOOM_DIV] |= (size_t)1 << (val % BLOOM_DIV); in wcsspn_bloom_init() 75 wcsspn_in_bloom(const size_t *bloom, wchar_t ch) in wcsspn_in_bloom() argument 80 if (bloom[val / BLOOM_DIV] & ((size_t)1 << (val % BLOOM_DIV))) in wcsspn_in_bloom() 83 if (bloom[val / BLOOM_DIV] & ((size_t)1 << (val % BLOOM_DIV))) in wcsspn_in_bloom()
|
H A D | wcspbrk.c | 45 size_t bloom[BLOOM_ARRAY_SIZE]; in wcspbrk() local 57 wcsspn_bloom_init(bloom, set); in wcspbrk() 60 if (!wcsspn_in_bloom(bloom, *p)) in wcspbrk()
|
H A D | wcscspn.c | 45 size_t bloom[BLOOM_ARRAY_SIZE]; in wcscspn() local 61 wcsspn_bloom_init(bloom, set); in wcscspn() 64 if (!wcsspn_in_bloom(bloom, *p)) in wcscspn()
|
/netbsd-src/share/doc/papers/relengr/ |
H A D | ref.bib.ig | 1 ref.bib:0,249 mckusi bloom karels bug fixes change system manage manual berkel softwa distri virtua…
|
/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | libelf_convert.m4 | 804 /* Copy bloom filter data. */ 812 /* The hash buckets follows the bloom filter. */ 889 /* Copy the bloom filter and the hash table. */
|
/netbsd-src/external/bsd/elftoolchain/dist/common/sys/ |
H A D | elfdefinitions.m4 | 715 uint32_t gh_maskwords; /* #maskwords used in bloom filter. */
|
/netbsd-src/share/dict/ |
H A D | web2a | 2054 antimony bloom 2518 arsenic bloom 6363 bloom boy 6364 bloom bud 6365 bloom-colored 6366 bloom conveyer 6367 bloom cutter 6369 bloom heater 6370 bloom hook 6373 bloom loader [all …]
|
H A D | web2 | 23881 bloom
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CodeGenerator.rst | 2651 support bloom filters, radix trees, etc. A map is defined by its type,
|
/netbsd-src/games/fortune/datfiles/ |
H A D | fortunes2-o.real | 12999 only a seed, a bloom and a withering stalk among pressing billions. Your
|
H A D | fortunes2 | 5969 scattering the seed from which other committees will bloom. 8116 Making it rich, and like a lily in bloom, 33391 And since to look at things in bloom
|