Searched refs:aSize (Results 1 – 2 of 2) sorted by relevance
1137 static int multiplyByInt(int[] res, int[] a, int aSize, int factor) {1140 for (int i = 0; i < aSize; i++) {1148 static int inplaceAdd(int[] a, int aSize, int addend) {1151 for (int i = 0; (carry != 0) && (i < aSize); i++) {
948 int aSize = nWords + offset; in cmp() local950 if (aSize > bSize) { in cmp()952 } else if (aSize < bSize) { in cmp()