Home
last modified time | relevance | path

Searched refs:BLOOM_WIDTH (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c845 #define BLOOM_WIDTH 128 macro
847 #define BLOOM_WIDTH 64 macro
849 #define BLOOM_WIDTH 32 macro
858 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1)))))
874 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()

Completed in 21 milliseconds