Home
last modified time | relevance | path

Searched refs:match_pos (Results 1 – 4 of 4) sorted by relevance

/external/mtools/
Dmk_direntry.c347 int match_pos=0; in get_slots() local
399 match_pos = -2; in get_slots()
407 match_pos = ssp->longmatch; in get_slots()
417 match_pos = ssp->shortmatch; in get_slots()
426 match_pos = ssp->shortmatch; in get_slots()
431 if(match_pos > -1) { in get_slots()
432 entry.entry = match_pos; in get_slots()
437 no_overwrite = (match_pos == ch->source || IS_DIR(&entry)); in get_slots()
443 if (ret == NAMEMATCH_OVERWRITE && match_pos > -1){ in get_slots()
453 match_pos - ssp->match_free + 1 >= ssp->size_needed){ in get_slots()
[all …]
/external/autotest/client/site_tests/security_x86Registers/
Dsecurity_x86Registers.py99 def _check_negative_positive(self, name, func, match_neg, match_pos): argument
105 if len(match_pos) == 0:
107 if len(match_neg) == 0 or len(match_pos) == 0:
119 errors += func(match_pos)
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1632 for (int match_pos = s->find(substring.data(), pos, substring.length()); in GlobalReplaceSubstring() local
1633 match_pos != string::npos; in GlobalReplaceSubstring()
1634 pos = match_pos + substring.length(), in GlobalReplaceSubstring()
1635 match_pos = s->find(substring.data(), pos, substring.length())) { in GlobalReplaceSubstring()
1638 tmp.append(*s, pos, match_pos - pos); in GlobalReplaceSubstring()
/external/lz4/doc/
Dlz4_Block_format.md101 Therefore, `match_pos + matchlength > current_pos`,