Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c222 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1))))) macro
238 BLOOM_ADD(mask, ptr[i]); in make_bloom_mask()