Searched refs:oldend (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regcomp.c | 1049 char *oldend = p->end; in bothcases() local 1062 p->end = oldend; in bothcases() 1091 char *oldend = p->end; in nonnewline() local 1103 p->end = oldend; in nonnewline() 1341 size_t oldend = cs->smultis; in mcadd() local 1355 llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1); in mcadd()
|
/external/llvm/lib/Support/ |
D | regcomp.c | 922 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/lib/Support/ |
D | regcomp.c | 886 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/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 922 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/ |
D | valid.c | 714 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 …]
|
D | xmlregexp.c | 5277 xmlRegStatePtr start, oldend, start0; in xmlFAParseAtom() local 5288 oldend = ctxt->end; in xmlFAParseAtom() 5303 ctxt->end = oldend; in xmlFAParseAtom()
|
D | relaxng.c | 8839 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local 8846 oldend = ctxt->state->endvalue; in xmlRelaxNGValidateValue() 8908 ctxt->state->endvalue = oldend; in xmlRelaxNGValidateValue()
|