Searched defs:BIGRAM_FILTER_BYTE_SIZE (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h274 #define BIGRAM_FILTER_BYTE_SIZE 128 macro
275 // Must be smaller than BIGRAM_FILTER_BYTE_SIZE * 8, and preferably prime. 1021 is the largest
278 #if BIGRAM_FILTER_BYTE_SIZE * 8 < BIGRAM_FILTER_MODULO
279 #error "BIGRAM_FILTER_MODULO is larger than BIGRAM_FILTER_BYTE_SIZE"

Completed in 93 milliseconds