Searched refs:IsMatch (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | static_dict.c | 42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, function in typeref:typename:BROTLI_INLINE BROTLI_BOOL 282 if (!IsMatch(dictionary->words, w, data, max_length)) { 338 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { 382 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { 432 IsMatch(dictionary->words, w, &data[2], max_length - 2)) { 461 IsMatch(dictionary->words, w, &data[5], max_length - 5)) {
|
| H A D | compress_fragment.c | 58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2) { function in typeref:typename:BROTLI_INLINE BROTLI_BOOL 537 if (IsMatch(ip, candidate)) { 548 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate))); 619 while (IsMatch(ip, candidate)) {
|
| H A D | compress_fragment_two_pass.c | 58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2, function in typeref:typename:BROTLI_INLINE BROTLI_BOOL 299 if (IsMatch(ip, candidate, min_match)) { 310 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate, min_match))); 386 IsMatch(ip, candidate, min_match)) {
|
Completed in 9 milliseconds