Searched refs:BLOOM_UPDATE (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 776 #define BLOOM_UPDATE(TYPE, MASK, PTR, LEN) \ in make_bloom_mask() macro 795 BLOOM_UPDATE(Py_UCS1, mask, ptr, len); in make_bloom_mask() 798 BLOOM_UPDATE(Py_UCS2, mask, ptr, len); in make_bloom_mask() 801 BLOOM_UPDATE(Py_UCS4, mask, ptr, len); in make_bloom_mask() 808 #undef BLOOM_UPDATE in make_bloom_mask()
|