/third_party/musl/src/search/ |
D | hsearch.c | 46 ENTRY *oldend = htab->__tab->entries + htab->__tab->mask + 1; in resize() local 59 for (e = oldtab; e < oldend; e++) in resize()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 1050 char *oldend = p->end; in bothcases() local 1063 p->end = oldend; in bothcases() 1092 char *oldend = p->end; in nonnewline() local 1104 p->end = oldend; in nonnewline() 1342 size_t oldend = cs->smultis; in mcadd() local 1356 llvm_strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1); in mcadd()
|
/third_party/libxml2/ |
D | valid.c | 743 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local 761 oldend = ctxt->state; in xmlValidBuildAContentModel() 762 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel() 771 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 774 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 780 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local 790 oldend = xmlAutomataNewState(ctxt->am); in xmlValidBuildAContentModel() 799 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel() 805 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel() 806 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel() [all …]
|
D | xmlregexp.c | 5360 xmlRegStatePtr start, oldend, start0; in xmlFAParseAtom() local 5375 oldend = ctxt->end; in xmlFAParseAtom() 5392 ctxt->end = oldend; in xmlFAParseAtom()
|
D | relaxng.c | 8848 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local 8855 oldend = ctxt->state->endvalue; in xmlRelaxNGValidateValue() 8917 ctxt->state->endvalue = oldend; in xmlRelaxNGValidateValue()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | valid.c | 743 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local 761 oldend = ctxt->state; in xmlValidBuildAContentModel() 762 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel() 771 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 774 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 780 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local 790 oldend = xmlAutomataNewState(ctxt->am); in xmlValidBuildAContentModel() 799 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel() 805 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend); in xmlValidBuildAContentModel() 806 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL); in xmlValidBuildAContentModel() [all …]
|
D | xmlregexp.c | 5306 xmlRegStatePtr start, oldend, start0; in xmlFAParseAtom() local 5317 oldend = ctxt->end; in xmlFAParseAtom() 5332 ctxt->end = oldend; in xmlFAParseAtom()
|
D | relaxng.c | 8868 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local 8875 oldend = ctxt->state->endvalue; in xmlRelaxNGValidateValue() 8937 ctxt->state->endvalue = oldend; in xmlRelaxNGValidateValue()
|