Searched refs:lastmatch (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/0.153/libdw/ |
D | dwarf_getsrc_file.c | 105 bool lastmatch = false; in dwarf_getsrc_file() local 122 lastmatch = strcmp (basename (fname2), fname) == 0; in dwarf_getsrc_file() 124 lastmatch = strcmp (fname2, fname) == 0; in dwarf_getsrc_file() 126 if (!lastmatch) in dwarf_getsrc_file()
|
/external/elfutils/0.153/libdwfl/ |
D | dwfl_module_getsrc_file.c | 99 bool lastmatch = false; in dwfl_module_getsrc_file() local 116 lastmatch = !strcmp (is_basename ? basename (file) : file, in dwfl_module_getsrc_file() 120 if (!lastmatch) in dwfl_module_getsrc_file()
|
/external/chromium_org/third_party/re2/re2/ |
D | dfa.cc | 1333 const uint8* lastmatch = NULL; // most recent matching position in text in InlinedSearchLoop() local 1339 lastmatch = p; in InlinedSearchLoop() 1341 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop() 1438 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop() 1452 lastmatch = p - 1; in InlinedSearchLoop() 1454 lastmatch = p + 1; in InlinedSearchLoop() 1457 static_cast<int>(lastmatch - bp), in InlinedSearchLoop() 1461 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop() 1511 lastmatch = p; in InlinedSearchLoop() 1522 fprintf(stderr, "match @%d! [%s]\n", static_cast<int>(lastmatch - bp), in InlinedSearchLoop() [all …]
|
/external/regex-re2/re2/ |
D | dfa.cc | 1331 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 …]
|