Home
last modified time | relevance | path

Searched refs:matchlen (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/brotli/c/enc/
Dhash.h141 size_t matchlen; in TestStaticDictionaryItem() local
149 matchlen = in TestStaticDictionaryItem()
151 if (matchlen + dictionary->cutoffTransformsCount <= len || matchlen == 0) { in TestStaticDictionaryItem()
155 size_t cut = len - matchlen; in TestStaticDictionaryItem()
164 score = BackwardReferenceScore(matchlen, backward); in TestStaticDictionaryItem()
168 out->len = matchlen; in TestStaticDictionaryItem()
169 out->len_code_delta = (int)len - (int)matchlen; in TestStaticDictionaryItem()
Dstatic_dict.c92 const size_t matchlen = in BrotliFindAllStaticDictionaryMatches() local
99 if (matchlen == l) { in BrotliFindAllStaticDictionaryMatches()
105 if (matchlen >= l - 1) { in BrotliFindAllStaticDictionaryMatches()
117 maxlen = BROTLI_MIN(size_t, matchlen, l - 2); in BrotliFindAllStaticDictionaryMatches()
125 if (matchlen < l || l + 6 >= max_length) { in BrotliFindAllStaticDictionaryMatches()
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash.h141 size_t matchlen; in TestStaticDictionaryItem() local
149 matchlen = in TestStaticDictionaryItem()
151 if (matchlen + dictionary->cutoffTransformsCount <= len || matchlen == 0) { in TestStaticDictionaryItem()
155 size_t cut = len - matchlen; in TestStaticDictionaryItem()
164 score = BackwardReferenceScore(matchlen, backward); in TestStaticDictionaryItem()
168 out->len = matchlen; in TestStaticDictionaryItem()
169 out->len_code_delta = (int)len - (int)matchlen; in TestStaticDictionaryItem()
Dstatic_dict.c92 const size_t matchlen = in BrotliFindAllStaticDictionaryMatches() local
99 if (matchlen == l) { in BrotliFindAllStaticDictionaryMatches()
105 if (matchlen >= l - 1) { in BrotliFindAllStaticDictionaryMatches()
117 maxlen = BROTLI_MIN(size_t, matchlen, l - 2); in BrotliFindAllStaticDictionaryMatches()
125 if (matchlen < l || l + 6 >= max_length) { in BrotliFindAllStaticDictionaryMatches()
/third_party/toybox/toys/posix/
Dlogger.c35 int try, i, matchlen = 0, found = -1, ambiguous = 1; in arrayfind() local
40 if (matchlen<i) found = try, ambiguous = 0; in arrayfind()
41 if (matchlen==i) ambiguous++; in arrayfind()
/third_party/curl/lib/vtls/
Dhostcheck.c127 bool Curl_cert_hostcheck(const char *match, size_t matchlen, in Curl_cert_hostcheck() argument
131 return hostmatch(hostname, hostlen, match, matchlen); in Curl_cert_hostcheck()
Dhostcheck.h30 bool Curl_cert_hostcheck(const char *match_pattern, size_t matchlen,
Dopenssl.c2094 size_t matchlen, in subj_alt_hostcheck() argument
2103 if(Curl_cert_hostcheck(match_pattern, matchlen, hostname, hostlen)) { in subj_alt_hostcheck()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h4694 …stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc+stringOffset+off,… in stbtt__matchpair() local
4695 if (matchlen >= 0) { in stbtt__matchpair()
4701 if (matchlen == nlen) in stbtt__matchpair()
4703 } else if (matchlen < nlen && name[matchlen] == ' ') { in stbtt__matchpair()
4704 ++matchlen; in stbtt__matchpair()
4705 …if (stbtt_CompareUTF8toUTF16_bigendian_internal((char*) (name+matchlen), nlen-matchlen, (char*)(fc… in stbtt__matchpair()
4710 if (matchlen == nlen) in stbtt__matchpair()
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h4694 …stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc+stringOffset+off,… in stbtt__matchpair() local
4695 if (matchlen >= 0) { in stbtt__matchpair()
4701 if (matchlen == nlen) in stbtt__matchpair()
4703 } else if (matchlen < nlen && name[matchlen] == ' ') { in stbtt__matchpair()
4704 ++matchlen; in stbtt__matchpair()
4705 …if (stbtt_CompareUTF8toUTF16_bigendian_internal((char*) (name+matchlen), nlen-matchlen, (char*)(fc… in stbtt__matchpair()
4710 if (matchlen == nlen) in stbtt__matchpair()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h88333 int matchlen; member