Searched refs:dstFrom (Results 1 – 1 of 1) sorted by relevance
1460 …private static void copyAndShift(int[] src, int srcFrom, int srcLen, int[] dst, int dstFrom, int s… in copyAndShift() argument1466 dst[dstFrom+i] = (b << shift) | (c >>> n2); in copyAndShift()1468 dst[dstFrom+srcLen-1] = c << shift; in copyAndShift()