Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DString.cpp1661 static const uint32_t sBMHPatLenMax = 255; /* skip table element is uint8_t */ variable
1668 MOZ_ASSERT(0 < patLen && patLen <= sBMHPatLenMax); in BoyerMooreHorspool()
1860 if (textLen >= 512 && patLen >= 11 && patLen <= sBMHPatLenMax) { in StringMatch()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DString.cpp1621 static const uint32_t sBMHPatLenMax = 255; /* skip table element is uint8_t */ variable
1628 MOZ_ASSERT(0 < patLen && patLen <= sBMHPatLenMax); in BoyerMooreHorspool()
1798 if (textLen >= 512 && patLen >= 11 && patLen <= sBMHPatLenMax) { in StringMatch()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DString.cpp1725 static const uint32_t sBMHPatLenMax = 255; /* skip table element is uint8_t */ variable
1732 MOZ_ASSERT(0 < patLen && patLen <= sBMHPatLenMax); in BoyerMooreHorspool()
1924 if (textLen >= 512 && patLen >= 11 && patLen <= sBMHPatLenMax) { in StringMatch()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DString.cpp1718 static const uint32_t sBMHPatLenMax = 255; /* skip table element is uint8_t */ variable
1725 MOZ_ASSERT(0 < patLen && patLen <= sBMHPatLenMax); in BoyerMooreHorspool()
1917 if (textLen >= 512 && patLen >= 11 && patLen <= sBMHPatLenMax) { in StringMatch()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsstr.cpp1106 static const uint32_t sBMHPatLenMax = 255; /* skip table element is uint8_t */ variable
1113 MOZ_ASSERT(0 < patLen && patLen <= sBMHPatLenMax); in BoyerMooreHorspool()
1324 if (textLen >= 512 && patLen >= 11 && patLen <= sBMHPatLenMax) { in StringMatch()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DString.cpp1725 static const uint32_t sBMHPatLenMax = 255; /* skip table element is uint8_t */ variable
1732 MOZ_ASSERT(0 < patLen && patLen <= sBMHPatLenMax); in BoyerMooreHorspool()
1924 if (textLen >= 512 && patLen >= 11 && patLen <= sBMHPatLenMax) { in StringMatch()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsstr.cpp1062 static const uint32_t sBMHPatLenMax = 255; /* skip table element is uint8_t */ variable
1069 MOZ_ASSERT(0 < patLen && patLen <= sBMHPatLenMax); in BoyerMooreHorspool()
1280 if (textLen >= 512 && patLen >= 11 && patLen <= sBMHPatLenMax) { in StringMatch()