Home
last modified time | relevance | path

Searched refs:Lstart (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp364 InstNumberT Lstart = L->getLiveRange().getStart(); in init() local
366 if (Lstart == Rstart) in init()
368 return Lstart < Rstart; in init()
/external/pcre/src/
Dpcre2_match.c4898 #define Lstart F->temp_sptr[0] in match() macro
5030 Lstart = Feptr; /* Starting position */ in match()
5063 while (Feptr >= Lstart) in match()
5081 if (Feptr == Lstart) break; /* Failed after minimal repetition */ in match()
5082 Feptr = Lstart; in match()
5100 #undef Lstart in match()