Home
last modified time | relevance | path

Searched refs:lastmatch (Results 1 – 3 of 3) 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.c83 bool lastmatch = false; in dwfl_module_getsrc_file() local
100 lastmatch = !strcmp (is_basename ? basename (file) : file, in dwfl_module_getsrc_file()
104 if (!lastmatch) in dwfl_module_getsrc_file()
/external/regex-re2/re2/
Ddfa.cc1331 const uint8* lastmatch = NULL; // most recent matching position in text in InlinedSearchLoop() local
1337 lastmatch = p; in InlinedSearchLoop()
1339 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()
1436 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()
1450 lastmatch = p - 1; in InlinedSearchLoop()
1452 lastmatch = p + 1; in InlinedSearchLoop()
1455 static_cast<int>(lastmatch - bp), in InlinedSearchLoop()
1459 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop()
1509 lastmatch = p; in InlinedSearchLoop()
1520 fprintf(stderr, "match @%d! [%s]\n", static_cast<int>(lastmatch - bp), in InlinedSearchLoop()
[all …]