Home
last modified time | relevance | path

Searched refs:s2_limit (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dfind_match_length.h55 const uint8_t* s2_limit = s2 + limit; in FindMatchLengthWithLimit() local
61 while (s2_ptr <= s2_limit - 4 && in FindMatchLengthWithLimit()
67 while ((s2_ptr < s2_limit) && (s1[matched] == *s2_ptr)) { in FindMatchLengthWithLimit()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dfind_match_length.h55 const uint8_t* s2_limit = s2 + limit; in FindMatchLengthWithLimit() local
61 while (s2_ptr <= s2_limit - 4 && in FindMatchLengthWithLimit()
67 while ((s2_ptr < s2_limit) && (s1[matched] == *s2_ptr)) { in FindMatchLengthWithLimit()

Completed in 1 milliseconds