aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-01-30 03:58:57 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-30 03:58:57 -0800
commit2944ae17828cda51aa531526f3d6cc7c80201552 (patch)
treec981371a995ecb2d4ce794889fb87353298a5409
parentc741d23f8151a30b4e6cc75942cc09ced6bc1140 (diff)
parent99eae8e984ad0e6d6c5b0f66b562a839e8d2bf7d (diff)
downloadlatinime-2944ae17828cda51aa531526f3d6cc7c80201552.tar.gz
latinime-2944ae17828cda51aa531526f3d6cc7c80201552.tar.xz
latinime-2944ae17828cda51aa531526f3d6cc7c80201552.zip
am 99eae8e9: refactor
# Via Satoshi Kataoka * commit '99eae8e984ad0e6d6c5b0f66b562a839e8d2bf7d': refactor
-rw-r--r--native/jni/src/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index 922a746b8..9883168fe 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -370,7 +370,7 @@ static inline void prof_out(void) {
// TODO: Remove
#define MAX_POINTER_COUNT 1
-#define MAX_POINTER_COUNT_FOR_G 2
+#define MAX_POINTER_COUNT_G 2
// Size, in bytes, of the bloom filter index for bigrams
// 128 gives us 1024 buckets. The probability of false positive is (1 - e ** (-kn/m))**k,