Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c886 char *oldend = p->end; in bothcases() local
899 p->end = oldend; in bothcases()
928 char *oldend = p->end; in nonnewline() local
940 p->end = oldend; in nonnewline()
1176 size_t oldend = cs->smultis; in mcadd() local
1190 llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1); in mcadd()
/external/llvm/lib/Support/
Dregcomp.c922 char *oldend = p->end; in bothcases() local
935 p->end = oldend; in bothcases()
964 char *oldend = p->end; in nonnewline() local
976 p->end = oldend; in nonnewline()
1214 size_t oldend = cs->smultis; in mcadd() local
1228 llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1); in mcadd()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c922 char *oldend = p->end; in bothcases() local
935 p->end = oldend; in bothcases()
964 char *oldend = p->end; in nonnewline() local
976 p->end = oldend; in nonnewline()
1214 size_t oldend = cs->smultis; in mcadd() local
1228 llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1); in mcadd()
/external/libxml2/
Dvalid.c714 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local
732 oldend = ctxt->state; in xmlValidBuildAContentModel()
733 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel()
742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel()
745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel()
751 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local
761 oldend = xmlAutomataNewState(ctxt->am); in xmlValidBuildAContentModel()
770 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel()
776 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel()
777 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel()
[all …]
Dxmlregexp.c5277 xmlRegStatePtr start, oldend, start0; in xmlFAParseAtom() local
5288 oldend = ctxt->end; in xmlFAParseAtom()
5303 ctxt->end = oldend; in xmlFAParseAtom()
Drelaxng.c8816 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local
8823 oldend = ctxt->state->endvalue; in xmlRelaxNGValidateValue()
8885 ctxt->state->endvalue = oldend; in xmlRelaxNGValidateValue()