Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dbloom_filter.h50 return static_cast<size_t>(position) % BIGRAM_FILTER_MODULO; in getIndex()
65 static const size_t BIGRAM_FILTER_MODULO = 1021; variable
66 std::bitset<BIGRAM_FILTER_MODULO> mFilter;