Searched refs:startStep (Results 1 – 3 of 3) sorted by relevance
90 final int startStep = mCurrentStep > 0 ? mCurrentStep - 1 : STEP_COUNT - 1; in update() local93 final int step = (startStep - x) < 0 ? (STEP_COUNT + (startStep - x)) : (startStep - x); in update()
46 startStep := func(ctx context.Context, _ *td.StepProperties) context.Context { return ctx }61 startStep = td.StartStep307 ctx := startStep(w.Ctx, td.Props(strings.Join(w.Sources, " ")))339 ctx := startStep(ctx,
2514 const unsigned int startStep = (itemID%numItems)*numStepsPerWorkItem;2515 if (startStep < n)2517 const unsigned int stopStep = MagickMin(startStep+numStepsPerWorkItem, n);2519 unsigned int cacheIndex = start+startStep-cacheRangeStartX;2520 for (unsigned int i = startStep; i < stopStep; i++, cacheIndex++)2680 const unsigned int startStep = (itemID%numItems)*numStepsPerWorkItem;2681 if (startStep < n)2683 const unsigned int stopStep = MagickMin(startStep+numStepsPerWorkItem, n);2685 unsigned int cacheIndex = start+startStep-cacheRangeStartY;2686 for (unsigned int i = startStep; i < stopStep; i++, cacheIndex++)