Lines Matching refs:rsbwidth
397 … xs, xm, islow = 0, sm = ctx->sm, ms = ctx->ms, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslow_3WaySplit() local
429 …if (i < sm - lsbwidth + 1 || i > ms + rsbwidth - 2) { /* slow components and the first and last fa… in FVRHSFunctionslow_3WaySplit()
489 if (i == ms + rsbwidth) { /* interface between medium and slow regions */ in FVRHSFunctionslow_3WaySplit()
500 if (i > ms + rsbwidth) { /* slow region */ in FVRHSFunctionslow_3WaySplit()
527 …m, islowbuffer = 0, sm = ctx->sm, ms = ctx->ms, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslowbuffer_3WaySplit() local
559 if ((i > sm - lsbwidth - 2 && i < sm + 1) || (i > ms - 2 && i < ms + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_3WaySplit()
640 if (i > ms && i < ms + rsbwidth) { in FVRHSFunctionslowbuffer_3WaySplit()
654 if (i == ms + rsbwidth) { in FVRHSFunctionslowbuffer_3WaySplit()
1183 ctx.rsbwidth = 4; in main()
1188 ctx.rsbwidth = 2; in main()
1194 if (i < ctx.sm - ctx.lsbwidth || i > ctx.ms + ctx.rsbwidth - 1) in main()
1196 … ((i >= ctx.sm - ctx.lsbwidth && i < ctx.sm) || (i > ctx.ms - 1 && i <= ctx.ms + ctx.rsbwidth - 1)) in main()