Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2944ae17 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android Git Automerger
Browse files

am 99eae8e9: refactor

# Via Satoshi Kataoka
* commit '99eae8e9':
  refactor
parents c741d23f 99eae8e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,