Home
last modified time | relevance | path

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

/dports/mail/rspamd/rspamd-3.1/contrib/google-ced/
H A Dcompact_enc_det.cc3176 int this_bigram = (byte1 << 8) | byte2; in RepeatedBigram() local
3182 this_bigram &= 0xfff0; in RepeatedBigram()
3184 if (this_bigram == destatep->prior_bigram[0]) {return true;} in RepeatedBigram()
3185 if (this_bigram == destatep->prior_bigram[1]) {return true;} in RepeatedBigram()
3186 if (this_bigram == destatep->prior_bigram[2]) {return true;} in RepeatedBigram()
3187 if (this_bigram == destatep->prior_bigram[3]) {return true;} in RepeatedBigram()
3189 destatep->prior_bigram[destatep->next_prior_bigram] = this_bigram; in RepeatedBigram()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/google-ced/
H A Dcompact_enc_det.cc3176 int this_bigram = (byte1 << 8) | byte2; in RepeatedBigram() local
3182 this_bigram &= 0xfff0; in RepeatedBigram()
3184 if (this_bigram == destatep->prior_bigram[0]) {return true;} in RepeatedBigram()
3185 if (this_bigram == destatep->prior_bigram[1]) {return true;} in RepeatedBigram()
3186 if (this_bigram == destatep->prior_bigram[2]) {return true;} in RepeatedBigram()
3187 if (this_bigram == destatep->prior_bigram[3]) {return true;} in RepeatedBigram()
3189 destatep->prior_bigram[destatep->next_prior_bigram] = this_bigram; in RepeatedBigram()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ced/src/compact_enc_det/
H A Dcompact_enc_det.cc3176 int this_bigram = (byte1 << 8) | byte2; in RepeatedBigram() local
3182 this_bigram &= 0xfff0; in RepeatedBigram()
3184 if (this_bigram == destatep->prior_bigram[0]) {return true;} in RepeatedBigram()
3185 if (this_bigram == destatep->prior_bigram[1]) {return true;} in RepeatedBigram()
3186 if (this_bigram == destatep->prior_bigram[2]) {return true;} in RepeatedBigram()
3187 if (this_bigram == destatep->prior_bigram[3]) {return true;} in RepeatedBigram()
3189 destatep->prior_bigram[destatep->next_prior_bigram] = this_bigram; in RepeatedBigram()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ced/src/compact_enc_det/
H A Dcompact_enc_det.cc3176 int this_bigram = (byte1 << 8) | byte2; in RepeatedBigram() local
3182 this_bigram &= 0xfff0; in RepeatedBigram()
3184 if (this_bigram == destatep->prior_bigram[0]) {return true;} in RepeatedBigram()
3185 if (this_bigram == destatep->prior_bigram[1]) {return true;} in RepeatedBigram()
3186 if (this_bigram == destatep->prior_bigram[2]) {return true;} in RepeatedBigram()
3187 if (this_bigram == destatep->prior_bigram[3]) {return true;} in RepeatedBigram()
3189 destatep->prior_bigram[destatep->next_prior_bigram] = this_bigram; in RepeatedBigram()