Home
last modified time | relevance | path

Searched refs:match_offset (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp1555 int32 *match_offset) const in Contains()
1558 if (match_offset) in Contains()
1560 *match_offset = -1; in Contains()
1599 if (match_offset) in Contains()
1601 *match_offset = offset; in Contains()
1621 int32 match_offset = -1; in Replace() local
1625 &match_offset)) in Replace()
1636 strncpy (fData.Buffer_char () + match_offset, in Replace()
1645 strncpy (fData.Buffer_char () + match_offset, in Replace()
1649 const char *s = fData.Buffer_char () + match_offset in Replace()
[all...]
H A Ddng_string.h122 int32 *match_offset = NULL) const;
/third_party/ffmpeg/libavformat/
H A Dmovenchint.c211 * @param match_offset the offset of the matched segment within the sample
217 int *match_sample, int *match_offset, in find_sample_match()
228 sample->size, pos, match_offset, match_len) == 0) { in find_sample_match()
232 sample->offset = *match_offset + *match_len + 5; in find_sample_match()
270 int match_offset, int match_len, int *entries) in output_match()
276 avio_wb32(out, match_offset); in output_match()
288 int match_sample, match_offset, match_len, pos; in describe_payload() local
290 &match_offset, &match_len) < 0) in describe_payload()
295 output_match(out, match_sample, match_offset, match_len, entries); in describe_payload()
215 find_sample_match(const uint8_t *data, int len, HintSampleQueue *queue, int *pos, int *match_sample, int *match_offset, int *match_len) find_sample_match() argument
269 output_match(AVIOContext *out, int match_sample, int match_offset, int match_len, int *entries) output_match() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c8117 PCRE2_SIZE match_offset = FLD(match_data, ovector)[0]; in process_data() local
8133 if (match_offset == end_offset) in process_data()
8136 if (match_offset <= dat_datctl.offset) in process_data()

Completed in 15 milliseconds