Searched refs:match_pos (Results 1 – 3 of 3) sorted by relevance
/third_party/quickjs/ |
D | jscompress.c | 669 int pos, i, match_len, match_pos, pos_min, len_max; in find_longest_match() local 673 match_pos = 0; in find_longest_match() 683 match_pos = pos; in find_longest_match() 687 *pdist = cur_pos - match_pos - 1; in find_longest_match()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 1627 for (int match_pos = s->find(substring.data(), pos, substring.length()); in GlobalReplaceSubstring() local 1628 match_pos != string::npos; in GlobalReplaceSubstring() 1629 pos = match_pos + substring.length(), in GlobalReplaceSubstring() 1630 match_pos = s->find(substring.data(), pos, substring.length())) { in GlobalReplaceSubstring() 1633 tmp.append(*s, pos, match_pos - pos); in GlobalReplaceSubstring()
|
/third_party/lz4/doc/ |
D | lz4_Block_format.md | 101 Therefore, `match_pos + matchlength > current_pos`,
|