Lines Matching refs:bshift
6347 /* requested (that is, C may be B only if bshift==0). */
6378 const Unit *b, Int blength, Int bshift,
6397 if (bshift!=0) { /* B is shifted; low As copy across */
6398 minC+=bshift;
6400 if (a==c && bshift<=alength) {
6401 c+=bshift;
6402 a+=bshift;
6404 else for (; c<clsu+bshift; a++, c++) { /* copy needed */