Home
last modified time | relevance | path

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

/dports/lang/python27/Python-2.7.18/Objects/
H A Dunicodeobject.c222 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1))))) macro
238 BLOOM_ADD(mask, ptr[i]); in make_bloom_mask()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c209 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1))))) macro
225 BLOOM_ADD(mask, ptr[i]); in make_bloom_mask()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dunicodeobject.c222 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1))))) macro
238 BLOOM_ADD(mask, ptr[i]); in make_bloom_mask()