Searched refs:maxStep (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dpattern.c100 int maxStep; /* allocated number of steps */ member in struct:_xmlStreamComp
168 int maxStep; member in struct:_xmlPattern
210 cur->maxStep = 10;
211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
347 if (comp->nbStep >= comp->maxStep) {
349 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
357 comp->maxStep *= 2;
418 if (comp->nbStep >= comp->maxStep) {
420 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
428 comp->maxStep *
[all...]
H A Dxpath.c595 int maxStep; /* Maximum number of steps allocated */ member in struct:_xmlXPathCompExpr
632 cur->maxStep = 10;
634 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
641 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
725 if (comp->nbStep >= comp->maxStep) {
728 comp->maxStep *= 2;
730 comp->maxStep * sizeof(xmlXPathStepOp));
732 comp->maxStep /= 2;
/haiku-fatelf/src/libs/icon/shape/
H A DVectorPath.cpp708 int maxStep = 1000; local
711 double dt = 1.0 / maxStep;
717 for (int step = 1; step < maxStep; step++) {
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dpattern.c105 int maxStep; member in struct:_xsltCompMatch
148 cur->maxStep = 40;

Completed in 77 milliseconds