Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dfastsearch.h22 #define STRINGLIB_BLOOM_WIDTH 128 macro
24 #define STRINGLIB_BLOOM_WIDTH 64 macro
26 #define STRINGLIB_BLOOM_WIDTH 32 macro
32 ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
34 ((mask & (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dfastsearch.h22 #define STRINGLIB_BLOOM_WIDTH 128 macro
24 #define STRINGLIB_BLOOM_WIDTH 64 macro
26 #define STRINGLIB_BLOOM_WIDTH 32 macro
32 ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
34 ((mask & (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))