Home
last modified time | relevance | path

Searched refs:newstart (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/bintrees/bintrees/
Dtreeslice.py44 def newstart(): function
60 return TreeSlice(self._tree, newstart(), newstop())
/external/chromium_org/third_party/skia/third_party/lua/src/
Dlstrlib.c657 lua_Integer newstart = e-s; in gmatch_aux() local
658 if (e == src) newstart++; /* empty match? go at least one position */ in gmatch_aux()
659 lua_pushinteger(L, newstart); in gmatch_aux()
/external/llvm/lib/Support/
Dregcomp.c1452 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1470 newstart = scan - 1; in findmust()
1493 start = newstart; in findmust()