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

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

Completed in 118 milliseconds