Home
last modified time | relevance | path

Searched refs:lastmatch (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getsrc_file.c84 bool lastmatch = false; in dwarf_getsrc_file() local
101 lastmatch = strcmp (basename (fname2), fname) == 0; in dwarf_getsrc_file()
103 lastmatch = strcmp (fname2, fname) == 0; in dwarf_getsrc_file()
105 if (!lastmatch) in dwarf_getsrc_file()
/external/elfutils/libdwfl/
Ddwfl_module_getsrc_file.c87 bool lastmatch = false; in dwfl_module_getsrc_file() local
106 lastmatch = !strcmp (is_basename ? basename (file) : file, in dwfl_module_getsrc_file()
110 if (!lastmatch) in dwfl_module_getsrc_file()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc1340 const uint8_t* lastmatch = NULL; // most recent matching position in text in InlinedSearchLoop() local
1349 lastmatch = p; in InlinedSearchLoop()
1361 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()
1450 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()
1464 lastmatch = p - 1; in InlinedSearchLoop()
1466 lastmatch = p + 1; in InlinedSearchLoop()
1468 fprintf(stderr, "match @%td! [%s]\n", lastmatch - bp, DumpState(s).c_str()); in InlinedSearchLoop()
1478 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()
1522 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()
1533 lastmatch = p; in InlinedSearchLoop()
[all …]
/external/llvm-project/polly/test/
Dupdate_check.py337 lastmatch = None
341 if lastmatch != match:
346 lastmatch = match
/external/lua/src/
Dlstrlib.c830 const char *lastmatch; /* end of last match */ member
842 if ((e = match(&gm->ms, src, gm->p)) != NULL && e != gm->lastmatch) { in gmatch_aux()
843 gm->src = gm->lastmatch = e; in gmatch_aux()
862 gm->src = s + init; gm->p = p; gm->lastmatch = NULL; in gmatch()
943 const char *lastmatch = NULL; /* end of last match */ in str_gsub() local
962 if ((e = match(&ms, src, p)) != NULL && e != lastmatch) { /* match? */ in str_gsub()
965 src = lastmatch = e; in str_gsub()
/external/autotest/server/cros/tradefed/
Dtradefed_test.py1118 lastmatch = None
1123 lastmatch = (session, passed, failed, done == total)
1124 return lastmatch