Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c873 #define BLOOM_MASK unsigned long macro
875 static BLOOM_MASK bloom_linebreak = ~(BLOOM_MASK)0;
883 static inline BLOOM_MASK
900 BLOOM_MASK mask; in make_bloom_mask()
12830 BLOOM_MASK sepmask; in _PyUnicode_XStrip()