Home
last modified time | relevance | path

Searched defs:BLOOM (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c858 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) macro

Completed in 25 milliseconds