/dports/lang/python27/Python-2.7.18/Objects/ |
H A D | unicodeobject.c | 209 #define BLOOM_WIDTH 128 macro 211 #define BLOOM_WIDTH 64 macro 213 #define BLOOM_WIDTH 32 macro 222 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 223 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1)))))
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
H A D | unicodeobject.c | 196 #define BLOOM_WIDTH 128 macro 198 #define BLOOM_WIDTH 64 macro 200 #define BLOOM_WIDTH 32 macro 209 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 210 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1)))))
|
/dports/lang/python-legacy/Python-2.7.18/Objects/ |
H A D | unicodeobject.c | 209 #define BLOOM_WIDTH 128 macro 211 #define BLOOM_WIDTH 64 macro 213 #define BLOOM_WIDTH 32 macro 222 #define BLOOM_ADD(mask, ch) ((mask |= (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 223 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1)))))
|
/dports/databases/py-gdbm/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 795 #define BLOOM_WIDTH 128 macro 797 #define BLOOM_WIDTH 64 macro 799 #define BLOOM_WIDTH 32 macro 808 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 824 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()
|
/dports/lang/python-tools/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 795 #define BLOOM_WIDTH 128 macro 797 #define BLOOM_WIDTH 64 macro 799 #define BLOOM_WIDTH 32 macro 808 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 824 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()
|
/dports/lang/python37/Python-3.7.12/Objects/ |
H A D | unicodeobject.c | 754 #define BLOOM_WIDTH 128 macro 756 #define BLOOM_WIDTH 64 macro 758 #define BLOOM_WIDTH 32 macro 767 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 783 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()
|
/dports/lang/python311/Python-3.11.0a3/Objects/ |
H A D | unicodeobject.c | 855 #define BLOOM_WIDTH 128 macro 857 #define BLOOM_WIDTH 64 macro 859 #define BLOOM_WIDTH 32 macro 868 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 884 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()
|
/dports/lang/python38/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 795 #define BLOOM_WIDTH 128 macro 797 #define BLOOM_WIDTH 64 macro 799 #define BLOOM_WIDTH 32 macro 808 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 824 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()
|
/dports/databases/py-sqlite3/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 795 #define BLOOM_WIDTH 128 macro 797 #define BLOOM_WIDTH 64 macro 799 #define BLOOM_WIDTH 32 macro 808 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 824 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 795 #define BLOOM_WIDTH 128 macro 797 #define BLOOM_WIDTH 64 macro 799 #define BLOOM_WIDTH 32 macro 808 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 824 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()
|
/dports/lang/python310/Python-3.10.1/Objects/ |
H A D | unicodeobject.c | 848 #define BLOOM_WIDTH 128 macro 850 #define BLOOM_WIDTH 64 macro 852 #define BLOOM_WIDTH 32 macro 861 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 877 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()
|
/dports/lang/python39/Python-3.9.9/Objects/ |
H A D | unicodeobject.c | 873 #define BLOOM_WIDTH 128 macro 875 #define BLOOM_WIDTH 64 macro 877 #define BLOOM_WIDTH 32 macro 886 #define BLOOM(mask, ch) ((mask & (1UL << ((ch) & (BLOOM_WIDTH - 1))))) 902 MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \ in make_bloom_mask()
|